wrapping text around images using response.write

C

Coby Herd

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
 
B

Bob Barrows [MVP]

Coby said:
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/
 
S

Slim

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
 
A

Adrienne Boswell

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top