4
Thanks to you both.
I tried removing the vspace and hspace attributes. No difference.
The issue relating to the <!-- --> tags was a typo. I did actually remove the first --> so there was just one <!-- and one --> near the end. For clarity I have re-pasted the code exactly as it stands now having made various adjustments.
I also noticed that there were no /> tags at the end of the img tags, so I added those, but also no difference.
I had a look at the header_05.gif issue. All I can find in theme.html is :
le="color: #000000"><?php </tr> <tr> <td id="header_05"></td> </tr> </tbody> </table>
In the associated style.css file there is this entry :
le="color: #000000"><?php td#header_05 {background-image: url(images/header_05.gif);height: 18px;width: 750px;}
For clarity, here is the code of the
central block (with the adjustments mentioned) as it stands now (remember, this is just the block HTML, not the whole site) :
le="color: #000000"><?php <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title></title> </head> <body> <table style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="2"> <tbody> <tr> <td> <div style="text-align: justify;">[i]North Lindsey ADR Training Services (NLTS) specialise in the provision of carriage of dangerous goods and ADR training courses to road haulage and associated industries. Lots and lots more standard text with simple paragraphs......[/i]<br> </div> <br> <div style="text-align: center;"> <p><strong>Quick Links</strong> <br> (navigate all articles using menu on the left) </p> <a href="http://www.nlts.co.uk/modules/smartsection/item.php?itemid=11" target="blank">View 2007 Training Dates</a><br> <a href="http://www.nlts.co.uk/modules/smartsection/item.php?itemid=1" target="blank">Modules & UN Classes Taught by NLTS</a> <br> <a href="http://www.nlts.co.uk/modules/smartsection/item.php?itemid=4">How do I get started?</a> <br> <a href="http://www.nlts.co.uk/modules/smartsection/item.php?itemid=12">A bit about NLTS, it's history, it's practices</a> <br> <a href="http://www.nlts.co.uk/modules/smartsection/item.php?itemid=13">Some of our clients</a> <br> <div style="text-align: center;"><a href="http://www.nlts.co.uk/modules/smartsection/item.php?itemid=14">Maps of where we run our courses from</a> <img alt="NLTS ADR Reference Manual" src="http://www.nlts.co.uk/uploads/img459fbd76bb218.jpg" hspace="10" vspace="10"></div> </div> </td> <td style="text-align: center; vertical-align: top;"><img style="width: 214px; height: 160px;" alt="Flammable Gas Dangerous Goods Sign" title="Flammable Gas Dangerous Goods Sign" src="http://www.nlts.co.uk/uploads/img45c4beaa05ab4.jpg" align=""> /><br> <br> <img style="width: 214px; height: 160px;" alt="Toxic Waste Dangerous Goods Sign" title="Toxic Waste Dangerous Goods Sign" src="http://www.nlts.co.uk/uploads/img45c4bebb67a88.jpg" align=""> /><br> <br> <img style="width: 214px; height: 160px;" alt="Non-Flammable Gas Dangerous Goods Sign" title="Non-Flammable Gas Dangerous Goods Sign" src="http://www.nlts.co.uk/uploads/img45c4bed4286af.jpg" align=""> /> </td> </tr> </tbody> </table> <br> </body> </html>
So I'm not sure how to apply what you advise? Any further help appreciated.