The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Table not displaying
I'm adding a module to my site that is made up of a table... code below...
<table style="width: 98%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="5" cellspacing="5"> <tbody> <tr> <td style="text-align: left; vertical-align: top;">text</td> <td style="text-align: center; width: 5%;"><img src="http://www.tntspecops.com/images/usethis.jpg" border="0"></td> <td style="vertical-align: top;">text</td> </tr> </tbody> </table> After creating the module this is what is shown on the site.... Can anyone tell me why it's not displaying correctly? |
#2
|
||||
|
||||
It looks to me like you have a line break after you start the table. You can't do that. Your table tag all has to be on one line.
|
#3
|
|||
|
|||
Quote:
It's obvious there is no line break. The code was generated by Dreamweaver 8 and pasted directly into code area. There may be the appearance of a line break in what was generated by vb after I clicked finish but, the input code has no line break. Is there anyone here with coding experience that can guide me on this as I am new to vb? |
#4
|
||||
|
||||
Quote:
|
#5
|
|||
|
|||
Lynne I really didn't mean to imply anything. I copied the code exactly as it was produced by Dreamweaver and pasted it both in the module and here to show the exact code used. Specifically where is the line break you speak of?
|
#6
|
||||
|
||||
There is a line break right after
HTML Code:
<table HTML Code:
style="width: 98%; text-align: left; margin-left: auto; margin-right: auto;" HTML Code:
<img HTML Code:
src="http://www.tntspecops.com/images/usethis.jpg" border="0"> |
#7
|
|||
|
|||
Lynne you were exactly right. Now I have to figure out why I paid all this money for Dreamweaver and it puts out crappy code. Well actually I didn't pay for it but thats besides the point
Thanks for putting up with me sorry about any misunderstanding. I'm really a nice guy. Now if I could just convince my wife of that I'd be doing pretty good Again, thanks' Gary |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|