
12-22-2006, 09:30 PM
|
|
|
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Freak0204
First, thank you for this hack. I love it!
Second, is there a way I can make more space within the cells in the tables that follow the first one (did that make sense)? Click on the link and you'll see what I mean. The first table looks fine but the others' cells don't look right. I'd like all of them to look like the first table.
http://www.babblebuzz.com/forum/index.php
|
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.
|
|