Quote:
Originally posted by Bop2Bop
I have been editing my templates to get an image under each post with success, unfortunately this has set the alignment of one of the oter images on the page to go a bit wierd....
To make this more clear see the attachment and have alook for yourself. Please bear in mind i have tried to reduce the size of the image (width and length) but i still get this problem....
The following is my code.........
PHP Code:
<center><img src="http://www.frozentoast.com/do.gif"></center><table bgcolor="#0E3652" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="10"><img width="10" height="1" src="https://vborg.vbsupport.ru/images/space.gif" alt=""></td><td width="100%"><!-- spacer -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
please help
Andy
|
gezz...just wait for a couble of days...it usually takes time...ok...now correct me if I'm wrong but doesn't:
Code:
<table cellpadding="4" cellspacing="1" border="0" width="100%">
so'pose to be this:
Code:
<table cellpadding="4" cellspacing="0" border="0" width="100%">
?? (just a wild guess)