The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
Chroder said it fine, except I want to be able to use
Code:
<div id="headerfont">esfdsfds</div> |
#12
|
||||
|
||||
![]()
This is not possible without breaking XHTML 1.0 rules
![]() And I still don't understand WHY you need multiple elements with the same ID ... Code:
<style type="text/css"> .headerfont { font-family: Comic Sans MS; color: red; font-weight: bold; } </style> [...] <div class="headerfont">This is one text in bold, red, Comic Sans MS</div> <div class="headerfont">And another one</div> <div class="headerfont">A third one</div> <div class="headerfont">A fourth one ... does this get boring? ;)</div> |
#13
|
||||
|
||||
![]()
Because i'll be implenting it into a system. So the output of the script will be:
Code:
<div class="whatever"> here is some text blah blach blah <div> |
#14
|
||||
|
||||
![]()
Well, in the code you just posted you are using class, so where is your ID problem?
Where do you need multiple elements with the same ID, that's what I don't understand? |
#15
|
||||
|
||||
![]()
Alright, let me try another way
![]() |
#16
|
||||
|
||||
![]() Quote:
![]() Quote:
![]() [high]* Chroder takes a note[/high] |
#17
|
||||
|
||||
![]()
Ok i've fixed it now - thanks
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|