Images overlapping text

admin

Administrator
Staff member
Hi, just had a go at my first website,( cheated using frontpage )the only problem i am having is when you look at it using a small res the picture starts to cover over the text,is there anyway of curing this. <br />
Many thanks in advance...<br />
<br />
<!-- w --><a class="postlink" href="http://www.marshalllangston.co.uk">www.marshalllangston.co.uk</a><!-- w --><!--content-->well first off i'd like to say it's a nice site. I used to use frontpage and i had problems like that. I'm no expert but i would say you should use tables and have a specified length so they wont overlap.<!--content-->In your home.htm page I would suggest adding a table:<br />
<br />
<body.....><br />
<br />
<table cellspacing=0 cellpadding=0 border=0 width=700><br />
<tr><td><br />
<br />
Then follows your regular text:...<br />
<br />
<p align="center" style="text-indent: 50"><img border="2" src=http://www.htmlforums.com/archive/index.php/"images/Company.jpg" align="right" hspace="10" vspace="10" alt="Front view of our freehold premises" style="border-style: ridge; border-color: #00FF00" class=" " width="250" height="187"> </p><br />
<br />
<p align="left" style="text-indent: 50">&nbsp; </p><br />
etc etc etc<br />
<br />
close the table just before the </body> tag:<br />
<br />
</td></tr></table></body><br />
<br />
see attached file<!--content-->Thanks for a very quick reply, i will give it a go, the other thing is when you click on the r/h side of the browser and resize it then it all closes up yet on other site that ive tried it on they just slide over the page without changing the layout.<br />
<br />
eg. drag browser from right to left on my site <!-- w --><a class="postlink" href="http://www.marshalllangston.co.uk">www.marshalllangston.co.uk</a><!-- w --> and try it on this page, or will doing the table stop this ?<br />
Thanks again<!--content-->Thanks alot, need not have posted that last thread as that solved both problems, thanks alot.<!--content-->Found the site a bit on the dark side. Green text on a dark grey background isn't the easiest read.<br />
<br />
Nice to see someone who knows how to write code for frames (<!-- m --><a class="postlink" href="http://www.w3.org/TR/1999/REC-html401-19991224/present/frames.html">http://www.w3.org/TR/1999/REC-html401-1 ... rames.html</a><!-- m -->) and does it without nesting or syntax errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.marshalllangston.co.uk%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Frameset&ss=&outline=&sp=">http://validator.w3.org/check?uri=http% ... tline=&sp=</a><!-- m -->) as well as well-formed HTML code (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.marshalllangston.co.uk%2Fhome.htm&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=&outline=&sp=">http://validator.w3.org/check?uri=http% ... tline=&sp=</a><!-- m -->).<br />
Including Browser-specific instructions in your code is not an error.<!--content-->
 
Back
Top