Thread: HTML Codes
View Single Post
  #5  
Old 02-27-2008, 01:40 PM
Eloricth Eloricth is offline
Just call me Elo
Eloricth's Primary Pirate Info

Join Date: Feb 2008
Posts: 75
Eloricth is scurvy dog
Do the userpages allow CSS? I'm guessing they do, since you're using a glow filter...
Also about that, why are you embedding a table within a paragraph and styling the table data? It's so much easier to just style the paragraph element, plus it reduces nesting of unnecessary elements.

Also,

Code:
<script language="javascript">
is deprecated. You should update it to

Code:
<script type="text/javascript">
I hope I'm not coming across as rude, it's not my intent.

Thanks in advance,
-Elo
Reply With Quote