473,403 Members | 2,359 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

wrapping text around images using response.write

I cannot find any information on how to insert an image into a block of text
and have the text wrap around the image. All if the text and graphics in
the client's site are being pulled from the database using response.write.
When I write straight HTML, it is easy to place an image into a block of
text and align the image right or left, having the text wrap around the
image.

Can anybody offer any suggestions?

Thanx
CobyfromBrooklyn
Jan 7 '06 #1
3 5561
Coby Herd wrote:
I cannot find any information on how to insert an image into a block
of text and have the text wrap around the image. All if the text and
graphics in the client's site are being pulled from the database
using response.write. When I write straight HTML, it is easy to place
an image into a block of text and align the image right or left,
having the text wrap around the image.

Can anybody offer any suggestions?

Thanx
CobyfromBrooklyn

http://css.nu/examples/align.html
http://glish.com/css/

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jan 7 '06 #2
I don't think I'm understanding you

you know how to align your image left or right when writing HTML, the why
not spit out the same HTML wit response write
"Coby Herd" <ch***@nyc.rr.com> wrote in message
news:uK*************@TK2MSFTNGP15.phx.gbl...
I cannot find any information on how to insert an image into a block of
text
and have the text wrap around the image. All if the text and graphics in
the client's site are being pulled from the database using response.write.
When I write straight HTML, it is easy to place an image into a block of
text and align the image right or left, having the text wrap around the
image.

Can anybody offer any suggestions?

Thanx
CobyfromBrooklyn

Jan 7 '06 #3
Gazing into my crystal ball I observed "Coby Herd" <ch***@nyc.rr.com>
writing in news:uK*************@TK2MSFTNGP15.phx.gbl:
I cannot find any information on how to insert an image into a block of
text and have the text wrap around the image. All if the text and
graphics in the client's site are being pulled from the database using
response.write. When I write straight HTML, it is easy to place an
image into a block of text and align the image right or left, having
the text wrap around the image.

Can anybody offer any suggestions?

Thanx
CobyfromBrooklyn

<head>
<style type="text/css">
img {float:left}
</style>
</head>
<body>
<% 'start loop %>
<p><img src="<%=image%>" alt="<%=verbiage%>"><%=verbiage%></p>
<% 'end loop %>
</body>

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Jan 10 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Roy Smith | last post by:
I've got a C library with about 50 calls in it that I want to wrap in Python. I know I could use some tool like SWIG, but that will give me a too-literal translation; I want to make some...
2
by: Suzanne Boyle | last post by:
I have the following code in a webpage: <p><img src="images/clydesdale.gif" width="100" height="41" style="float: left;" /> <strong>Test</strong><br /> Lorem ipsum dolor sit amet, consetetur...
19
by: dmiller23462 | last post by:
Hi guys....I have absolutely NO IDEA what I'm doing with Javascript but my end result is I need two text boxes to stay hidden until a particular option is selected....I've cobbled together the...
3
by: Coby Herd | last post by:
I 've built a site for a client using .asp and eveything is working fine except I cannot figure out how to wrap text around an image. Everything is pulled from the database using response.write....
4
by: SergioT | last post by:
Hi I got a sql's table with images and i need to show the image on a popup with some text, my problem is that the text did not show up only the image '------------Show the image ( works fine)...
1
by: Star258 | last post by:
I have a few paragraphs on my site and an ul that I’ve set up with a css background image. I wanted the image separate from the main background and still have the ability to type on it. Is there a...
1
by: littlealex | last post by:
IE6 not displaying text correctly - IE 7 & Firefox 3 are fine! Need some help with this as fairly new to CSS! In IE6 the text for the following page doesn't display properly - rather than being...
1
by: Hamayun Khan | last post by:
Hi All I have text files having queries like below. INSERT INTO tblJobScrap (,,,,,,,,,) VALUES...
1
by: DevInCode | last post by:
I'm trying to get text to wrap around a round image. Wrapping around a square image is no problem. The image I am using is obviously square, but its transparent in such away that it looks round (ie...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.