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)
-   -   i want to correct some errors design (https://vborg.vbsupport.ru/showthread.php?t=193954)

amerelgen 10-18-2008 04:54 PM

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

Lynne 10-18-2008 05:04 PM

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.

amerelgen 10-18-2008 10:11 PM

Quote:

Originally Posted by Lynne (Post 1647796)
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

Lynne 10-18-2008 10:39 PM

It tells you exactly what line number and exactly what the error is. What more do you want it to tell you?

amerelgen 10-18-2008 10:57 PM

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

Lynne 10-18-2008 11:17 PM

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.

amerelgen 10-18-2008 11:34 PM

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

Lynne 10-19-2008 12:59 AM

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.

amerelgen 10-19-2008 01:19 AM

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

I did not know search

Are you attached?

Lynne 10-19-2008 01:36 AM

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


All times are GMT. The time now is 07:39 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.01062 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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