HighDots Forums  

Text to flow round images?

alt.html.tags alt.html.tags


Discuss Text to flow round images? in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PCD
 
Posts: n/a

Default Text to flow round images? - 07-12-2004 , 08:17 PM






Can someone please advise me is it possible to add HTML tags to make text
flow around the images on the page no matter what size text has been chosen?
At the moment I'm writing different pages for 1024x768 and 600x800 using
tables but there always seem to be gaps
below the images.
If someone is using a different sized text from the one I wrote the page
with then again gaps open and it looks awful.
Is ther some way of making the HTML script close up and flow round the
images?

Thanks

PCD.





Reply With Quote
  #2  
Old   
Will Gittoes
 
Posts: n/a

Default Re: Text to flow round images? - 07-13-2004 , 12:35 AM






PCD wrote:
Quote:
Can someone please advise me is it possible to add HTML tags to make text
flow around the images on the page no matter what size text has been chosen?
At the moment I'm writing different pages for 1024x768 and 600x800 using
tables but there always seem to be gaps
below the images.
If someone is using a different sized text from the one I wrote the page
with then again gaps open and it looks awful.
Is ther some way of making the HTML script close up and flow round the
images?

Thanks

PCD.




In the image, have this attribute.

style="float:left"

i.e.

<img src="blah.gif" style="float:left" />

You really shouldn't be using tables any more. Take a visit to
http://hotwired.lycos.com/webmonkey/...tutorial1.html
and learn about Stylesheets, it's easy - I promise!



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.