
12-11-2006, 07:51 AM
|
|
|
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by GFX Brands
how can i make it so it can have a space between tables becuase now i use the <br> tag and no spaces any help?
|
Quote:
Originally Posted by il-logical
How do you add multiple tables on the right column?
|
Quote:
Originally Posted by peterska2
yes you just need to use the code you have added to put another row in the box.
to add a break between to areas, use
Code:
</table>
<br />
<table class="tborder" border="0" width="100%" align="center">
ensure that your template starts with <tr> and ends with </tr> otherwise it will not work.
|
|