The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Html Table, Large Space from Top
I'm using HTML to create a table on one of my pages.
The more rows I use, the larger the space from the top grows. How can I fix this? http://my514.com/index.php?pageid=guestlist My Code: Quote:
|
#2
|
||||
|
||||
Your markup is wrong. A table is like this:
HTML Code:
<table> <tr> <td>Club</td> <td>Contact</td> </tr> </table> |
#3
|
|||
|
|||
You aren't closing your <td> tags basically.
|
#4
|
|||
|
|||
I closed them and still nothing...
|
#5
|
|||
|
|||
You have loads of HTML line break tags (<br>) tags above your table:
HTML Code:
<div align="center"><br> <br> <br> <br> <br> ... <br> <br> <br> <table border="1" width="100%"> |
#6
|
|||
|
|||
Which section do I go to fix that?
|
#7
|
|||
|
|||
I don't know...its your custom page.
I depends what mod you are using to generate the page, it maybe you just need to edit a template or something. Try looking in the same place that you added the code for the table or something. |
#8
|
|||
|
|||
I went in edit Module, but that's not the right place.
I need the place to view the HTML coding of the page... because now I have a BBCode Module and I added the html code as the content. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|