line 31 error: table is before the <body> tag and in the <head>
line 32: same with the div tag
line 89: you have 2 “style=” in your table tag
line 94: same as 89
etc., etc.
These are all basic errors in html and xhtml
http://www.w3schools.com/xhtml/default.asp
Thread Starter
Vera
(@vera)
I believe the main part we are discussing is this page:
http://vera.pyhra.org/wp/wp-content/themes/elegance/plugit/plug.php
But I can’t seem to fix the 5 errors mentioned there.
Yeah, you have really buggered up your sidebar. It is part list, part table, part whole new page, part….
You should probably make it one big list with nested sublists. You cannot have a table in a list and not wrapped in <li>‘s. You also cannot have a <head> and <body> within your main <body>…. as with humans, there can only be one head, one body – unless you want a deformed mess.
At this point it might be best to pull every thing out and add it one piece at a time, keeping it valid as you go. The link I posted above is a good resource for learning html.
Thread Starter
Vera
(@vera)
Yep i know, thanks :). I’ll try to figure things out =/ if i can :D!
I’ll e-mail you or continue with this discussion if i run into errors. Thanks alot guys 😉
Thread Starter
Vera
(@vera)
Okay. I got most of it resolved. Wow, I never thought it would take that long. Anyway, I was thinking of putting some data (categories) into a table format like so:
<table>
<tr>
<td>
CATEGORY THINGS HERE…
</td>
</td>
etc.
So it would look “neat and tidy” But i’m not sure where I do that, is it within wp-stats.php or somehow in the php code? *confused*
Not knowing what you are trying to do or what “category things” you plan on showing makes it a bit difficult but I assume in can go in WP stats in list form just like the stuff displayed already in wp-stats.
Spent the day fishing in the mountains. Tired, stinky and burnt to a crisp so don’t know if I will be around much more tonight.
Thread Starter
Vera
(@vera)
I got it =) thanks – I’ll say it’s resolved