The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
tables
I've never enjoyed working with tables, I have checked out a google search and everything with no avail to what I am after.
I want a table with a header, so it looks like. Header Goes here Main content goes here There will be a border around the whole table, and a line between the header and the main content, so it technically looks like the header and main content is two seperate tables without being un-joined. Does anyone know how to do this? See attachment for what I am after. Thanks |
#2
|
|||
|
|||
Not sure why you want to use tables, but okie dokie.
Code:
<table width="50%" border="1"> <tr> <td height="25" border="1">Content Here</td> </tr> <tr> <td height="100">Content Here</td> </tr> </table> |
#3
|
|||
|
|||
Thank you ever so much for your help.
Out of all this code, Tables are the only thing I can never grasp. lol |
#4
|
|||
|
|||
your welcome
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|