Thread: HTML Codes
View Single Post
  #7  
Old 03-05-2008, 01:31 AM
Colombiano's Avatar
Colombiano Colombiano is offline
~Bryan~
Colombiano's Primary Pirate Info

Join Date: Sep 2007
Posts: 132
Colombiano is scurvy dog
Removed the censored ones and added a code box for first HTML.

Thanks all for the feedback and Rep.

Quote:
Originally Posted by Eloricth View Post
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
I have no idea what the paragraph and element stuff meant but I added your your script code.
__________________
*UPDATING*


Quote:
Originally Said by Adam from Mythbusters "I reject your reality and substitute my own"
My mood:
Reply With Quote