1
script_fu
"11" XHTML 1.0 Transitional errors in my theme "Can You Help?"

According to:

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mrpart.com&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1&verbose=1

I have only 11 errors left to fix and im not very good at this. Could you help me out?

http://validator.w3.org/
http://mrpart.com

Thanks in advance

Regards
Billy

2
script_fu
Re: "11" XHTML 1.0 Transitional errors in my theme "Can You Help?"

I've fixed some of the errors. I only have 7 left. This is a pain in the arse...

3
Herko
Re: "11" XHTML 1.0 Transitional errors in my theme "Can You Help?"
  • 2005/1/9 8:42

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


You're missing a :

129:
130:
131:
132:

Herko

4
studioC
Re: "11" XHTML 1.0 Transitional errors in my theme "Can You Help?"
  • 2005/1/9 8:46

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


hello billy,

Quote:

script_fu wrote:
I've fixed some of the errors. I only have 7 left. This is a pain in the arse...


no, not really ....

if you look at validator side, activate option "show source" and have a detailed look at the errors and the source ..


beginning with line 132 where you want to open a new table row ... before closing the opened row. this is not possible there...

try deleting that tr in line 132 and have another look at the error logs.

this is a bit try and error but work from the beginning through the errors... some will be no longer errors, if a problem is solved above ..

cheers
michael

5
studioC
Re: "11" XHTML 1.0 Transitional errors in my theme "Can You Help?"
  • 2005/1/9 8:48

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


hey you , michael is too slow this morning ...

good morning herko !

6
script_fu
Re: "11" XHTML 1.0 Transitional errors in my theme "Can You Help?"

Hey guys thank you!

studioC if I delete the in line 132 it throws the site off bad. I messed with it and messed with it.

Herko said to add a closed to line 131 and that worked. Knocked out three more errors...

Im down to 4 errors now guys... Ty... I've been up all night now lots of diet soda and xoops! Sleep is needed...

7
pdaddict
Re: "11" XHTML 1.0 Transitional errors in my theme "Can You Help?"
  • 2005/1/9 10:21

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


Try removing these ...
Quote:
149:
150:

8
script_fu
Re: "11" XHTML 1.0 Transitional errors in my theme "Can You Help?"

Thank you pdaddict!

I tryied your suggestion but it didn't work.
When I removed

149:
150:

the site had six errors...

----------------------------------------------------

I put them back and am still stuck with 4 errors... lol

Ty for the input tho...

9
robekras
Re: "11" XHTML 1.0 Transitional errors in my theme "Can You Help?"
  • 2005/1/9 17:35

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Hi script_fu,

as someone who want's to be compatible to XHTML (which is not really usual ), I will try to help you.

removing the
td>
  tr>

is correct (line 149 and 150, or 151 and 152 , which is the same).

But you have to add a
tr>
  table>

just after the following lines:

   td>


So the part of the source file will look like
...
        
    td>
   tr>
  table>
  <
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr>
...



Robert

10
Mithrandir
Re: "11" XHTML 1.0 Transitional errors in my theme "Can You Help?"

1: Remove the on lines 163 and 164

2: Add before this code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr>
    <
td id="footerbar">

right after the end of the right column.

Login

Who's Online

290 user(s) are online (79 user(s) are browsing Support Forums)


Members: 0


Guests: 290


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits