vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   css fix (https://vborg.vbsupport.ru/showthread.php?t=156325)

Chadi 08-26-2007 08:01 PM

css fix
 
Ran w3c validation and it gave me this error

URI : http://www.talkjesus.com/

865
Value Error : width Too many values or values are not recognized : 100 cellspacing

http://jigsaw.w3.org/css-validator/v...lkjesus.com%2F

I cannot trace this at all. Can someone please tell me what the exact error is and how to trace this? The only thing I see regarding "100" is this

#categories { min-width : 12em;
max-width : 100%;

}

Lynne 08-26-2007 08:37 PM

Probably refering to this line in your source code:

HTML Code:

<strong>Why Join Talk Jesus Forums?</strong>
<br />
<br />
<table style="width: 100 cellspacing="3" cellpadding="3">

That table line makes no sense.

Chadi 08-26-2007 09:34 PM

Does it make sense that the CSS validator shows it without the % symbol, yet my phrase shows it with the % symbol?

<table style="width: 100%" cellspacing="3" cellpadding="3">

Lynne 08-26-2007 10:19 PM

I looked in your source code. It doesn't have the % sign. But, besides that, it isn't valid html with the "style=" written in there. It should be:

<table width="100%" cellspacing="3" cellpadding="3">


All times are GMT. The time now is 04:28 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.01023 seconds
  • Memory Usage 1,715KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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