Recent Topics

1 Apr 02, 2007 16:14    

My b2evolution Version: 1.9.x

http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmakemoney.netsons.org%2F

(full text from validation page removed and replaced with link - EdB)

2 Apr 02, 2007 16:32

Most of those you can solve by using & instead of & in the urls.

The style - just move it to the header (between <head> and </head>

HTH

4 Apr 02, 2007 16:50

m4ndr4k3 there was no need to paste in the entire error message when you could have linked to the validation page. That's what I've done BTW - replaced the entire text with the link to the page that shows the errors. You also could have simply continued on the thread you initially started for this topic.

As you've already learned, this is an error with the code you added. As the message from the validator, and rhs98 pointed out, simply move the style to where it belongs and replace "&" with "&amp;" and your errors will clear up.

5 Apr 02, 2007 17:26

EdB wrote:

m4ndr4k3 there was no need to paste in the entire error message when you could have linked to the validation page. That's what I've done BTW - replaced the entire text with the link to the page that shows the errors. You also could have simply continued on the thread you initially started for this topic.

As you've already learned, this is an error with the code you added. As the message from the validator, and rhs98 pointed out, simply move the style to where it belongs and replace "&" with "&amp;" and your errors will clear up.

sorry for the double post.
I'm trying to fix it

6 Apr 02, 2007 17:43

ok...i've fixed some errors...

How can i fix the last error?
I've tried to put the code between <head></head> but the errors increase.

7 Apr 02, 2007 17:46

You must remove

<style type="text/css">
   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #339999;}
   .adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}
</style>


from the body and put it into the header of the _main.php file.

8 Apr 02, 2007 17:49

rhs98 wrote:

The style - just move it to the header (between <head> and </head>

Afwas wrote:

You must remove

<style type="text/css">
   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #339999;}
   .adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}
</style>


from the body and put it into the header of the _main.php file.

:idea:

The other idea is to change the doc-type to a less strict one :lol:

9 Apr 02, 2007 17:51

My guess is m4ndr4k3 only moved

<style type="text/css">


to the header

:>

10 Apr 02, 2007 17:55

Afwas wrote:

You must remove

<style type="text/css">
   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #339999;}
   .adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}
</style>


from the body and put it into the header of the _main.php file.

Thanx Afwas:)

Now it's ok...just another error(I'm using two skin)

What can i do for this ?

[url=http://validator.w3.org/check?uri=http%3A%2F%2Fmakemoney.netsons.org%2Fitalian.php]Validation second skin[/url][/url]

11 Apr 02, 2007 17:56

No capitals, so src in stead of SRC.

12 Apr 02, 2007 17:57

Afwas wrote:

My guess is m4ndr4k3 only moved

<style type="text/css">


to the header

:>

O_O

I moved all the code as written above?!

13 Apr 02, 2007 18:00

rhs98 wrote:

rhs98 wrote:

The style - just move it to the header (between <head> and </head>

Afwas wrote:

You must remove

<style type="text/css">
   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #339999;}
   .adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}
</style>


from the body and put it into the header of the _main.php file.

:idea:

The other idea is to change the doc-type to a less strict one :lol:

I'm not a coder :D

You wanna make me crazy ? :lol:

14 Apr 02, 2007 18:02

When the validator sais there are no errors, then you did a great job. :p

17 Apr 02, 2007 18:17

Afwas wrote:

Click the help button next to the error line and [url=http://feedvalidator.org/docs/warning/SelfNotAtom.html]this page[/url] comes up.

Yes i read it but i don't understand :)

In the _main file the code is

<link rel="alternate" type="text/xml" title="RSS 2.0" href="<?php $Blog->disp( 'rss2_url', 'raw' ) ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="<?php $Blog->disp( 'atom_url', 'raw' ) ?>" />

18 Apr 02, 2007 18:23

This atom feed is generated by the atom skin at ../blogs/skins/_atom/_main.php where it reads on line 60:

			<link rel="self" type="text/html" href="<?php $Blog->disp( 'atom_url', 'xmlattr' ) ?>" />

19 Apr 02, 2007 19:01

Afwas wrote:

This atom feed is generated by the atom skin at ../blogs/skins/_atom/_main.php where it reads on line 60:

			<link rel="self" type="text/html" href="<?php $Blog->disp( 'atom_url', 'xmlattr' ) ?>" />

I replaced self with alternate but i get other errors...
so i left as it is.

Thanx for you help Afwas


Form is loading...