PDA

View Full Version : lil problem..........


Bop2Bop
04-22-2002, 05:07 PM
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.........

<center><img src="http://www.frozentoast.com/do.gif"></center><table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0"><tr><td width="10"><img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td><td width="100%"><!-- spacer -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>

please help
Andy

Bop2Bop
04-23-2002, 03:01 PM
bah, no1 can help, never mind

scsa20
04-23-2002, 04:27 PM
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.........

<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:


<table cellpadding="4" cellspacing="1" border="0" width="100%">


so'pose to be this:


<table cellpadding="4" cellspacing="0" border="0" width="100%">


?? (just a wild guess)