Log in

View Full Version : Webpage doesn't display correctly in non-FF browsers



Doomtomb
04-22-2010, 02:56 AM
So my new webpage looks just the way it should in Firefox but doesn't look right in IE, Opera, and Chrome.

http://istarjrconsulting.com/index.php

If you need me to post the HTML and CSS, I can but it is also obtainable via view source.

Basically in non-FF browsers the News doesn't put the left padding like it should. In Firefox it does. If you need a picture of what I'm talking about I can post one. Thanks guys.

diju
04-22-2010, 11:31 AM
Content in right column you use into <p> tag. I think <p> tag closing problem.

diju
04-22-2010, 11:36 AM
Just drag and select the content into IE browse and paste the code into dreamweaver . You can see the output. It looks like this
<p></p>
<a href="#">
<h1>Website Launch</h1>
</a><em>04-30-2010</em><br />
We are proud to announce the grand opening of iStar's website! We will continue to update this site with new information, news, events, and clients. Please check back often!
<div><a href="#">read more</a></div>

Did you see that </p> closing tag should be after the content.