The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
question about "id=" tag
In this code:
Code:
<div id="profile_tabs"> |
#2
|
||||
|
||||
it's just a unique identifier for a tag, it is set by whoever wrote the html. Useful if you want to manipulate the page via javascript / ajax as you need to be able to pick out a specific element.
|
#3
|
||||
|
||||
When you put a URL into the address bar and click enter, the browser requests information from that resource. The server replies with some headers, and a response. This response is the HTML. Your browser simply interprets this HTML and displays it on screen.
|
#4
|
|||
|
|||
As these 2 said, and yes, it can also be requested from a stylesheet using
Code:
#profile_tabs{ some CSS; some more CSS; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|