Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Invalid HTML code (Read 2242 times)
Monni
Senior Member
****
Offline


Min izāmō

Posts: 413
Location: Kaarina, Finland
Joined: Jul 16th, 2014
Gender: Male
Re: Invalid HTML code
Reply #2 - Oct 2nd, 2014 at 7:46pm
Print Post  
lol
  
Back to top
IP Logged
 
Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 1759
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Re: Invalid HTML code
Reply #1 - Oct 2nd, 2014 at 6:54pm
Print Post  
I was having a heck of a time finguring out where that table was from - then I realized it was here - we have a board named 'news'.  Embarrassed Okay, if I change the news div id to 'newsdiv' is it likely someone will name a board 'newsdiv'?  Grin
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Monni
Senior Member
****
Offline


Min izāmō

Posts: 413
Location: Kaarina, Finland
Joined: Jul 16th, 2014
Gender: Male
Invalid HTML code
Oct 2nd, 2014 at 5:54pm
Print Post  
Duplicate ID news.

Code
Select All
<table id="news" class="bordercolor pad_4px cs_thin mar-bot;" style="table-layout:fixed">
 



and

Code
Select All
<td class="small vtop"><div id="news"></div>
 



Invalid colspan: (multiple locations) -- For 2.6.2 and later only

1. near id="colnews", colspan="5"
2. twice near id="colgeneral", colspan="5"
3. twice near id="collounge", colspan="5"
4. twice near id="colsup1", colspan="5"
5. twice near id="colmods", colspan="5"
6. twice near id="coladmin1", colspan="5"
7. twice near id="colbugs", colspan="5"

Obviously the cell spanning 5 columns, but containing no visible data, should be split as 5 separate invisible cells to conform standard HTML5. This fights against the guideline I mentioned earlier that forbids empty cell contents, but there has to be at least one row with no columns spanning more than one cell.

With redesign could be replaced with simple div block if there is not enough information to fill all 5 columns.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint