The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Yes i have searched for other threads and none of them are easy nore anwered veery well and usually end in " Thats easy to do if you know html".
Thats why im here asking for help because i cant get any support over there. I have entered the variable and thats what it looks like in the picture in my previous post. Here is the code: Code:
<table> <tr> <td colspan=2>$home[topleftblocks] </td> <td colspan=2>$home[toprightblocks] </td> </tr> <tr> <td rowspan=2>$home[leftblocks] </td> <td>$home[middleleftblocks] </td> <td>$home[middlerightblocks] </td> <td rowspan=2>$home[rightblocks] </td> </tr> <tr> <td colspan=2>$home[centerblocks] </td> </tr> <tr> <td colspan=2>$home[footerleftblocks] </td> <td colspan=2>$home[footerrightblocks] </td> </tr> <tr> <td colspan=4>$home[footerblocks] </td> </tr> </table> |
#12
|
||||
|
||||
No, that link still doesn't work. I get a blank page.
If you look at the image you posted, you can see that the basic layout is correct. You just haven't put any style into it (no classes) so the background is continuous across the columns and your columns are very uneven (you haven't set a width for any of the columns) due to the content you are putting into it (and you have probably hard-coded the width for some of them). *You* will have to style the table, I'm not going to do that for you (nor can I since I have no idea what classes vba uses or have any idea what is hard-coded in any of those modules you are using). The table *is* the shape of what you asked for (you can clearly see the row lines and the line down the very center of the table - which is off center because of the content). |
#13
|
|||
|
|||
Thank you Lynne I appreciate your help. I will starte the research on how to style it now.
Lynne one last thing did you get a chance to review the other thread you were helping me with about the drop downs? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|