Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-18-2008, 04:54 PM
amerelgen amerelgen is offline
 
Join Date: Oct 2008
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default i want to correct some errors design

hi

how are you

Please
i want to correct the errors my forum

errors here

http://validator.w3.org/check?uri=ht...werweb.com/vb/

Wait help me
Reply With Quote
  #2  
Old 10-18-2008, 05:04 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The errors are all listed on there. It looks like several of them are because you are using incorrect html for your image tags - not closing them properly. See this - http://www.w3schools.com/tags/tag_IMG.asp

Notice the format for an image tag:
HTML Code:
<img src="angry.gif" alt="Angry" />
There is an "/" at the end of the tag. You don't have that on several of your images. You'll have to track down what modification or template is doing that. To find the template: vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
Reply With Quote
  #3  
Old 10-18-2008, 10:11 PM
amerelgen amerelgen is offline
 
Join Date: Oct 2008
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
The errors are all listed on there. It looks like several of them are because you are using incorrect html for your image tags - not closing them properly. See this - http://www.w3schools.com/tags/tag_IMG.asp

Notice the format for an image tag:
HTML Code:
<img src="angry.gif" alt="Angry" />
There is an "/" at the end of the tag. You don't have that on several of your images. You'll have to track down what modification or template is doing that. To find the template: vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
Repairs were error image

But what still shows other errors

Develop possible to correct the error
Reply With Quote
  #4  
Old 10-18-2008, 10:39 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It tells you exactly what line number and exactly what the error is. What more do you want it to tell you?
Reply With Quote
  #5  
Old 10-18-2008, 10:57 PM
amerelgen amerelgen is offline
 
Join Date: Oct 2008
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is the errors

PHP Code:
<style type="text/css"
PHP Code:
<head
PHP Code:
</head
PHP Code:
</tr
This is the direct link by errors

http://validator.w3.org/check?uri=ht...werweb.com/vb/

Thank you for your help me
Reply With Quote
  #6  
Old 10-18-2008, 11:17 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know those are the errors. The page even gives a reason - but you need to read them. For instance, in regards to the head tags, it says they are clear down on line 1878 and that "The element named above was found in a context where it is not allowed." And, sure enough, you look in the page source and they are there..... in the middle of the body! You already have a head section at the top, you can't have another one.

You will have to go through that page of errors and read what it is telling you.
Reply With Quote
  #7  
Old 10-18-2008, 11:34 PM
amerelgen amerelgen is offline
 
Join Date: Oct 2008
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Repair was a error

The rest are errors

<style type="text/css">

This

</ tr>

I know where there is a code <style type="text/css">
But I do not know how error his repaired

This code </ tr> in many Templates
I do not fault them
Reply With Quote
  #8  
Old 10-19-2008, 12:59 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been trying to tell you, the line numbers are there:
Quote:
Line 1906, Column 5: end tag for "tr" which is not finished.
Look up that line number and find the </ tr> around it. Then read what the error is:
Quote:
Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.
So, find the tag and then consider what the error is.

You need to do that for each of the last few errors.
Reply With Quote
  #9  
Old 10-19-2008, 01:19 AM
amerelgen amerelgen is offline
 
Join Date: Oct 2008
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I changed to 2 templates
Are you attached to 2 blocks
You know where possible error

I did not know search

Are you attached?
Reply With Quote
  #10  
Old 10-19-2008, 01:36 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've offered all the advise I can regarding this. I'm not sure what else I can suggest.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:03 AM.


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.05668 seconds
  • Memory Usage 2,262KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (4)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete