Web layout problem

badchamp

Thermionic Member
Joined
Jun 19, 2003
Messages
680
Reaction score
0
Location
NW London
Would there be anyone who could help me with what is probably a fairly simple graphic/ text wrap problem? Trying to float a graphic on one side of a page with the text wrapping the other side but can't get anything to work.

Home page here www.bexhill100.com

Any suggestions gratefully received.

Thanks
Jeff
 
You could try this: put the image inside the paragraph as:
<p><img src="image file" alt="text description" style="float:left; margin-right: 5px;" />lorem ipsum lorem ipsum lorem ipsum lorem ipsum</p>
 
The home page does not validate as correct html (13 errors : http://validator.w3.org/check?verbose=1&uri=http://www.bexhill100.com/) so perhaps that contributes to your problems.
There are tables which contain nothing, which is confusing.

Use a div tag to enclose your text, with paragraphs within it, and float the image as I noted above (it can be floated at any point in the paragraph, and the text should flow around it.

Hope this is of help.
 

Latest posts

Back
Top