The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have created the following table as a template for other things I want to do but I am having a problem with it. After I put the code into the module and I view it the code pushes the table down x amount in the module - View Here
Hopefully someone can help me with this problem. Table Code I am using Code:
<table width="740" border="2" cellspacing="0" cellpadding="0"> <tr> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </table> |
#2
|
||||
|
||||
![]()
well, viewing your source code can tell you a lot ..
take a look at you will see whats happening.. you have <br /> after every line of code.. thats why you have the huge space above your table.. Check your code to see why its inserting BRs after each line. Code:
<table width="740" border="2" cellspacing="0" cellpadding="0"><br /> <tr><br /> <td> </td><br /> <td> </td><br /> <td> </td><br /> <td> </td><br /> </tr><br /> <tr><br /> <td> </td><br /> <td> </td><br /> <td> </td><br /> <td> </td><br /> </tr><br /> </table> |
#3
|
|||
|
|||
![]()
I use dreamweaver and it must automatically put them in.
|
#4
|
|||
|
|||
![]()
For assistence with vBAdvanced modules, you are better off by posting on their support forums.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|