| View previous topic :: View next topic |
| Author |
Message |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
|
| Back to top |
|
 |
|
|
Phate 500+ Club

Joined: 21 Nov 2004 Posts: 818 Location: 127.0.0.1
|
Posted: Wed Mar 23, 2005 10:11 pm Post subject: Re: HTML validation trouble |
|
|
Line 9, column 27: there is no attribute "HEIGHT"
Thats easy to fix... just take out the space between the " and the 100 |
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Wed Mar 23, 2005 10:17 pm Post subject: Re: HTML validation trouble |
|
|
| It looks as if there's a space. There is none... Believe me. Check out the coding in the source page. It's pure HTML, so no PHP generated coding. |
|
| Back to top |
|
 |
Malcolm 100+ Club

Joined: 07 Oct 2004 Posts: 199 Location: Ontario, Canada
|
|
| Back to top |
|
 |
Phate 500+ Club

Joined: 21 Nov 2004 Posts: 818 Location: 127.0.0.1
|
Posted: Wed Mar 23, 2005 11:28 pm Post subject: Re: HTML validation trouble |
|
|
thats funny.... because the forums here use the <table height="100%">
 |
|
| Back to top |
|
 |
Malcolm 100+ Club

Joined: 07 Oct 2004 Posts: 199 Location: Ontario, Canada
|
Posted: Thu Mar 24, 2005 1:50 am Post subject: Re: HTML validation trouble |
|
|
Just because it works doesn't make it right  |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3593 Location: Sweden
|
Posted: Thu Mar 24, 2005 2:26 am Post subject: Re: HTML validation trouble |
|
|
| Phate wrote: |
thats funny.... because the forums here use the <table height="100%">
 |
The phpBB forum (which this is) does not validate at all, someday... when I have alot of sparetime I will reprogram the forum to a div/css deisign, it will be much faster. (and validate)  |
|
| Back to top |
|
 |
Malcolm 100+ Club

Joined: 07 Oct 2004 Posts: 199 Location: Ontario, Canada
|
Posted: Thu Mar 24, 2005 2:35 am Post subject: Re: HTML validation trouble |
|
|
why not just use punbb then?
http://www.punbb.org/ |
|
| Back to top |
|
 |
Phate 500+ Club

Joined: 21 Nov 2004 Posts: 818 Location: 127.0.0.1
|
Posted: Thu Mar 24, 2005 5:13 am Post subject: Re: HTML validation trouble |
|
|
Personally... I like how <table height="100%"> looks...
It just seems smoother how it dissapears into the bottom of the page... |
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Thu Mar 24, 2005 7:11 am Post subject: Re: HTML validation trouble |
|
|
True... Alright, right now I'm at a point where I don't know what to do. Get rid of the height attribute, or leave it like it is, and have an invalid HTML document.
*edit*
/insert light bulb here
Just had an idea! I'll rip out the tables, and redo it in div's. I'll insert everything in CSS. I bet that will be valid in CSS. (Thanks for the idea Razz!) |
|
| Back to top |
|
 |
Malcolm 100+ Club

Joined: 07 Oct 2004 Posts: 199 Location: Ontario, Canada
|
Posted: Thu Mar 24, 2005 12:22 pm Post subject: Re: HTML validation trouble |
|
|
Remember to use XHTML as the doc type!  |
|
| Back to top |
|
 |
Phate 500+ Club

Joined: 21 Nov 2004 Posts: 818 Location: 127.0.0.1
|
Posted: Thu Mar 24, 2005 8:43 pm Post subject: Re: HTML validation trouble |
|
|
| ReFredzRate wrote: |
*edit*
/insert light bulb here
Just had an idea! I'll rip out the tables, and redo it in div's. I'll insert everything in CSS. I bet that will be valid in CSS. (Thanks for the idea Razz!) |
Brilliant idea!!
I still like the looks of the height=100% |
|
| Back to top |
|
 |
|