vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   A Little Help Validating (https://vborg.vbsupport.ru/showthread.php?t=236514)

Trip 02-21-2010 06:26 PM

A Little Help Validating
 
I wonder if someone would be able to have a look at this string of code and help me validate XHTML 1.0 transitional. After this long road, I have one error left and either I'm over looking something obvious or whatever. Placing a little CSS would be the way to roll, but I tried a few combos and I am not having any luck.
I have these three horizontal images placed on top of t_border on my forum homepage.
Image on the left is fixed as well as the right image, the image in the middle repeats because my style is fluid. For the repeating image, I'm using a deprecated value (highlighted in red). It renders fine in all browers, but I would prefer validating. After all I've come so close.
Any help to straighten me out would be super :):up:
Thanks in advance

Code:

<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td width="92px"><img height="43px" width="92px" alt="" src="images/gradients/left.gif" /></td>
<td height="43px" background="images/gradients/cntr.gif" align="center" width="100%" valign="middle" />
<td width="4px"><img height="43px" width="4px" alt="" src="images/gradients/right.gif" /></td>
      </tr>
    </tbody>
  </table>

--------------- Added [DATE]1266844852[/DATE] at [TIME]1266844852[/TIME] ---------------

Resolved. After 2 hours of fooling around yesterday with a CSS replacement for that HTML code. Got it on the first shot this morning.


All times are GMT. The time now is 06:52 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01314 seconds
  • Memory Usage 1,708KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete