wyrd_fish
Fledgling Freddie
- Joined
- Dec 27, 2003
- Messages
- 537
what i learnt today
in HTML 4.1 (strict) each id* should only be used once... crazy...
this means that you'd have to have the same thing loads of times, if you have simmilar / the same div's your style sheets must be really repetertive
* <div id="id">moo</div>
in HTML 4.1 (strict) each id* should only be used once... crazy...
this means that you'd have to have the same thing loads of times, if you have simmilar / the same div's your style sheets must be really repetertive
* <div id="id">moo</div>