Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
HELP !! html text problem
Old 07-30-2008, 12:25 PM HELP !! html text problem
Novice Talker

Posts: 7
Name: tom
Trades: 0
Hi guys,

I'm not educated on HTML, so i designed my site using homestead site builder element tools... It looks ok to the naked eye, but i checked on a Validation tool
and it's got 163 errors, I have no idea what they mean.

also when i look a Google cache Text only of my site, all the Text is bigger and overlapping... I have know idea how to fix it. It looks fine in my browser and site builder.

site: totalodds.net -
link of screen shot of the text cache.

How can i fix this?
__________________
Free bets all day
Please login or register to view this content. Registration is FREE
tom@totalodds is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-30-2008, 01:17 PM Re: HELP !! html text problem
Super Talker

Posts: 129
Trades: 1
The errors on the validation just mean that you have not coded according to the rules. For example, this is a simple anchor tag (a link).

Now if I type...
Code:
<a ghref="index.htm">Home</a>
This is wrong as "ghref" is not in the rules. "home" may show properly but won't be a proper link. After looking at the errors, change it. It should be...
Code:
<a href="index.htm">Home</a>
So like this, you need to change any errors you have. This means your code will be clean and compatible with more browsers.

As for the cache problem, I think google may have an old version of your page when it was rubbish. No offence . I mean, you may have been coding your website and during that time, google crawls and finds your site and takes a picture. Although you have changed your site, google still has an old picture, when google crawls it again, it will be ok.

Anyways, you don't need to care about the cache version. It's not important.

Hope this helps.
__________________

Please login or register to view this content. Registration is FREE
yourmediaking is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to HELP !! html text problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.48573 seconds with 12 queries