The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Closing Tag Question
All set with this problem!!
Thanks |
#2
|
|||
|
|||
</div>.
A line break is <br />, an image is <img />, a horizontal rule is <hr />, etc. because they are self-closing tags. For example, <br>text</br> makes no sense. Also, don't use <center>; it's deprecated. Use <div style="text-align: center">. |
#3
|
||||
|
||||
Well I guess I just learned something major here.... Thank you much!! At least I was doing the </div> right but I have to admit that I always use the <center> </center> tags...
I am studying though and I am also starting 2 more courses soon!! Hopefully in a year or so I'll be answering more questions than I ask...lol Thanks again Filburt! Oh yeah, one more thing so you are saying that when ever I want to do a line break I use <br /> ?? Got ya--- and <div style="text-align: center">. goes before what ever I want to center??? How do I close this so the rest of the page does not center??? |
#4
|
|||
|
|||
1. You should use semantic HTML and style it with CSS. For example, if you're typing a paragraph, surround it with <p></p> which will add a line break. In reality, you shouldn't use <br /> that often now that I think about it.
2. Close it with </div>. |
#5
|
||||
|
||||
Thanks again Filburt
|
#6
|
|||
|
|||
That script tag is correct. Just make sure you close it.
Yes, every <br> should be changed to <br /> for XHTML compliance. However, if coded semantically, they shouldn't really be required. So, if you want to rewrite the thousand or so templates vB uses, rock on. |
#7
|
||||
|
||||
Thanks for all of your help..
|
#8
|
|||
|
|||
You should really learn HTML from a book or something (no disrespect, you just don't seem to understand the basics). You should close a <script> with a </script>.
<center> is deprecated, which means it is known to have problems or will be phased out in future implementations of the language. In any language, you should never use deprecated code. |
#9
|
||||
|
||||
all set... thanks
|
#10
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|