CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   jumbled view source code (http://www.codingforums.com/showthread.php?t=285238)

CoolKay 01-03-2013 10:33 PM

jumbled view source code
 
This page is causing me quite a problem
http://www.countyfairgrounds.net/sub...s/database.ph5

First we have a blue border around the banner in IE - and I have border:none; in the css code (by the way the css3 does validate)

Second, Neither of my google ads are showing up neither the id="adcopy" nor the ad in the bottom in the footer.

and
THIRD and most bothersome is the fact that the code is jumbled when you view page.

The html 5 does validate except for a few & in the page.
SO what gives here?

AndrewGSW 01-04-2013 12:09 AM

I cannot view your page currently, but to remove the blue IE border you apply the css to the image, rather than the link:

a img { border: none; }

If your page is generated by PHP then, when you echo HTML, you can add line-breaks (\n) to tidy the source:

PHP Code:

echo "<p>Hi there</p>\n"



All times are GMT +1. The time now is 09:57 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.