The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
why is this table like this?
um i get these alot when coding with vb templates, y does the table turn out like this(see attachment)?
here is the page's code: HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - vB Journal: Top Journals</title> $headinclude </head> <body> $header $navbar <br /> <table width="100%" border="0" align="center" <tr> <td> <table class="tborder" align="$stylevar[left]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]"> <tr> <td class="tcat" colspan="3">Top Viewed:</td> </tr> <tr> <td class="thead" width="100%">Journal Name</td><td class="thead" nowrap="nowrap">Journalist</td><td class="thead" nowrap="nowrap">Views</td> </tr> $topviewedbits </table> </td> <td> <table class="tborder" align="$stylevar[right]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]"> <tr> <td class="tcat" colspan="3">Top Rated:</td> </tr> <tr> <td class="thead" width="100%">Journal Name</td> <td class="thead" nowrap="nowrap">Journalist</td> <td class="thead" nowrap="nowrap">Rating</td> </tr> $topratedbits </table> </td> </tr> <tr> <td> <table class="tborder" align="$stylevar[left]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]"> <tr> <td class="tcat" colspan="3">Most Comments:</td> </tr> <tr> <td class="thead" width="100%">Journal Name</td> <td class="thead" nowrap="nowrap">Journalist</td> <td class="thead" nowrap="nowrap">Comments</td> </tr> $mostcommentsbits </table> </td> <td> <table class="tborder" align="$stylevar[right]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$style[cellpadding]"> <tr> <td class="tcat" colspan="3">Most Entries:</td> </tr> <tr> <td class="thead" width="100%">Journal Name</td> <td class="thead" nowrap="nowrap">Journalist</td> <td class="thead" nowrap="nowrap">Entries</td> </tr> $mostentriesbits </table> </td> </tr> </table> <br /> $footer </body> </html> |
#2
|
|||
|
|||
AN, Is is the table alignment that you are referring to, or the bad header line for "Most Entries"?
You are missing a closing ">" on your first table tag. If it is the alignment of the tables, you might want this in place of that first table/tr tag in that file. <table width="100%" border="0" align="center"> <tr valign="top"> If it is the last table being squeezed, it is because you reference "$style[cellpadding]" in that last table rather than "$stylevar[cellpadding]". |
#3
|
||||
|
||||
thanks so much, you always catch my stupid typos again i thank you oh observant one
|
#4
|
|||
|
|||
Some people are cute... I am... sigh... observant.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|