Hi!
I have put an H2 tag in a table that is created via php, but that makes the page not compile on W3!
The tag "works" in CSS though - I am able to manipulate that text using CSS.
I am new to web development and don't know what to make of this. In traditional programming, if code doesn't validate/compile, it doesn't run... So you can't ignore it. In this situation, what do I do? The tag needs to be in a table or the design is ruined!
The code is below.. Can it be changed to validate..? Or do I ignore the validation error..?
You can see the page atCode:.............<tr><td colspan="4" class="post_title_date"> <?php the_time(_t('l, jS F, Y')) ?> <?php _te('at'); ?> <?php the_time() ?></td></tr> <tr><td colspan="4" class="post_title"> <h2><?php the_title();?></h2></td></tr> </table>
http://www.vikingprincess.net/?cat=3
http://www.vikingprincess.net/?p=20





Bookmarks