Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

My website...


  • Please log in to reply

#1
hihassan

hihassan

    Member

  • Member
  • PipPip
  • 61 posts
Visit it and give your comments www.ritzywallpapers.com

Currently it doesnt have much number of wallpapers but i m working on it,

and this is the first time i made a website.


Thanks



PS: Sorry mods if it isnt the right section...
  • 0

Advertisements


#2
Tissue

Tissue

    Member

  • Member
  • PipPip
  • 32 posts
wow much better then mine. click my sig to see. its sorta like yours but your has a better feel to it.
  • 0

#3
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
Really nice layout, but since you are coding to an XHTML 1.0 Strict DocType, I would correct the following coding errors:

CSS Errors
HTML Errors 308 Errors, 25 warnings. Some errors you may have no control over, but the more you CAN correct, the better it is for the browsers trying to figure out how to parse your page(s).

I would check and correct all coding errors on your other pages as well. Validate, validate, validate.
  • 0

#4
hihassan

hihassan

    Member

  • Topic Starter
  • Member
  • PipPip
  • 61 posts

Really nice layout, but since you are coding to an XHTML 1.0 Strict DocType, I would correct the following coding errors:

CSS Errors
HTML Errors 308 Errors, 25 warnings. Some errors you may have no control over, but the more you CAN correct, the better it is for the browsers trying to figure out how to parse your page(s).

I would check and correct all coding errors on your other pages as well. Validate, validate, validate.



wow so many errors.... this is the first time i ever worked on something.... and i made it on blogger after sorting out everything on my own, edited it myself, and it took a while... i m not an expert, can u plz guide me a lil bit to how to correct all these errors

Thanks...



and Thanks for the complement :)
  • 0

#5
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
Pretty much all the CSS errors are self-explanatory, i.e, repeat-x, repeat-y is not allow. Just use repeat and browser knows to repeat x,y. Default for browsers is to repeat images in both directions anyway if not stated otherwise.

float can only have left | right value. Negative paddings, as stated, are not allowed. "Value Error : color #fffffff is not a valid color 3 or 6 hexadecimals numbers #FFFFFFF" - You have more than 6 hex values. Use #fff or #ffffff.

I don't know why blogger choses to use such a strict DocType and yet writes lousy code for it. You have another option to reduce the number of HTML errors. Reduce the level of your DocType to HTML 4.01 Strict or to the very basic HTML 4.01 Transitional.

Edited by Major Payne, 21 February 2009 - 10:13 AM.

  • 0

#6
hihassan

hihassan

    Member

  • Topic Starter
  • Member
  • PipPip
  • 61 posts

Pretty much all the CSS errors are self-explanatory, i.e, repeat-x, repeat-y is not allow. Just use repeat and browser knows to repeat x,y. Default for browsers is to repeat images in both directions anyway if not stated otherwise.

float can only have left | right value. Negative paddings, as stated, are not allowed. "Value Error : color #fffffff is not a valid color 3 or 6 hexadecimals numbers #FFFFFFF" - You have more than 6 hex values. Use #fff or #ffffff.

I don't know why blogger choses to use such a strict DocType and yet writes lousy code for it. You have another option to reduce the number of HTML errors. Reduce the level of your DocType to HTML 4.01 Strict or to the very basic HTML 4.01 Transitional.



ok i got all the CSS part, i'll work on it.. Thanks for the help :)

and one thing, can i change this html thing as its blogger?... well i dont know much about it...


Thanks again for ur help.. i really appreciate it
  • 0

#7
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts

and one thing, can i change this html thing as its blogger?... well i dont know much about it...

Not sure what you mean here. Change/edit the blogger page or what? It is HTML. Probably generated by PHP as some blogger sites do. Didn't check, but, if your pages use the *.php extension, then the HTML is generated by PHP. I don't know how much you are allowed to edit or whther you have access to these files through the blogger editor.
  • 0

#8
hihassan

hihassan

    Member

  • Topic Starter
  • Member
  • PipPip
  • 61 posts

and one thing, can i change this html thing as its blogger?... well i dont know much about it...

Not sure what you mean here. Change/edit the blogger page or what? It is HTML. Probably generated by PHP as some blogger sites do. Didn't check, but, if your pages use the *.php extension, then the HTML is generated by PHP. I don't know how much you are allowed to edit or whther you have access to these files through the blogger editor.


as much i know, i only can edit the css part...
  • 0

#9
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
If you can't edit the HTML directly, then those errors will remain and I can't help you much with that limitation.
  • 0

#10
hihassan

hihassan

    Member

  • Topic Starter
  • Member
  • PipPip
  • 61 posts

If you can't edit the HTML directly, then those errors will remain and I can't help you much with that limitation.


I have cleared all the CSS errors that i could... Thanks for your help
  • 0

Advertisements


#11
hihassan

hihassan

    Member

  • Topic Starter
  • Member
  • PipPip
  • 61 posts
here is the HTML thing; how do i reduce it to HTML4.01...

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR...l1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>


and i have one more question: i've cleared the CSS errors, but on some other pages there r warnings, i guess warnings doesnt affect much? right?


Thanks
  • 0

#12
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts

here is the HTML thing; how do i reduce it to HTML4.01...

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR...l1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

Remove the present DocType and use one of the following:

1) Strict DocType:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
2) Transitional DocType (Loose):
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">

Remove everything from the HTML opening tag and just use:
<html>



and i have one more question: i've cleared the CSS errors, but on some other pages there r warnings, i guess warnings doesnt affect much? right?

If you have corrected the MAIN CSS external file, then that's not giving the warnings. The warnings may be the embedded/inline CSS being used on each page. Those will have to be corrected individually, but if you can correct those, then you should be able to directly edit the HTML code.
Thanks


  • 0

#13
hihassan

hihassan

    Member

  • Topic Starter
  • Member
  • PipPip
  • 61 posts
I tried to change the DocType but it didnt work... i guess blogger doesnt allow it...

Thanks for all the help :)
  • 0

#14
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
You're welcome. Sorry we couldn't get it all done. It's a shame they don't allow you to edit the HTML code directly. Good luck with the rest of it.
  • 0

#15
David M.R.

David M.R.

    Member

  • Member
  • Pip
  • 5 posts
Wow, very nice website you got! I am a web designer, but I would need like a month or 2 to make a website like that! :)
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP