I created following type HTML code contain image banner links for my "Rss feeds"," Facebook and Twitter" fan pages in my blog. When my blog page loading it shows following screen shot type codes. But after fully loaded page this code disappear and show there image links. So what's the wrong in that code?
Hey hi...i just see your post. i think the problem is with image. you have to upload you images in some site. or may the path was wrong. Thank you.
It would help is you actually posted your code... By the way the CSS shown in that image is incorrect. It's missing a ;
This is it code. However after page fully loaded this code disappear. <a target="_blank" href="http://feeds.feedburner.com/blogspot/wfWaJ?format=xml"><img src="http://www.freeimagehosting.net/uploads/1ff2b925ad.png" alt=style="border:0" /></a> <a target="_blank" href="https://www.facebook.com/pc.tricks.tips.page"><img src="http://www.freeimagehosting.net/uploads/624aa2de18.png" alt=style="border:0" /></a> <a target="_blank" href="https://twitter.com/#!/PCTricksTips"><img src="http://www.freeimagehosting.net/uploads/29956a44a1.png" alt=style="border:0" /></a> Code (markup): After page fully loaded that icons screen shot.
Can you give me a link to your site? I don't understand what you mean when you say the code 'disappears'. By the way, make sure CSS element definitions end in ; Eg: <div style='border:0;'></div>
Well, looks fine to me mate. Maybe that fixed it? Your site is quite slow to load which may be why the invalid CSS was showing. But on my end everything looks fine. By the way, you should make sure your site is fully validated and passes W3C standards for CSS and HTML. I quickly ran your site through HTML and CSS validator and there are a lot of errors: http://validator.w3.org/check?uri=h...(detect+automatically)&doctype=Inline&group=0 http://jigsaw.w3.org/css-validator/...usermedium=all&warning=1&vextwarning=&lang=en I've had things fixed by just making sure my HTML/CSS was valid.
I have little bit HTML knowledge so how do i fix these errors? But some errors display in "http://validator.w3.org/" are "Google analytical", "Google Web mastertool" and "Yahoo Explorer" web meta tags.
First, are you still getting this error? When I go on your blog I can't see any problems. Do you have a slow internet connection? I'm afraid the only way to fix those errors would be to either hire someone or grab a cuppa tea and dig into learning HTML.
Hi, dude i think i know how resolw ur problem in twitter link ur got this code - <a target="_blank" href="https://twitter.com/#!/PCTricksTips"> !- is now link atribute, delete it example--> <a target="_blank" href="https://twitter.com/#/PCTricksTips">