English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to have an image as the paragraph Initial, and then have the text accompany the right side of it. When the lines of text are past the image, I want the text to jump back out to the original margin.

I'm trying to get the same effect writers get with the over-sized first letter of the paragraph, but on a website. I don't want it to break the flow of the website.

2006-10-17 07:23:01 · 1 answers · asked by Rockstar 6 in Computers & Internet Programming & Design

1 answers

You can accomplish this using the float property. To do what you are suggesting, put the image tag right before the first word of the paragraph, float it left and then set an hspace and vspace on the image. Something like...

Text to wrap around the picture etc.

The above code will give you the effect you are looking for.

Enjoy!

2006-10-17 12:01:21 · answer #1 · answered by Martyr2 7 · 1 0

fedest.com, questions and answers