Removed the censored ones and added a code box for first HTML.
Thanks all for the feedback and Rep.
Quote:
Originally Posted by Eloricth
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.