Browsers Blues

Hello,

Got a small issue. On the main page

http://www.rodriguezstudios.com/kabongo/index.html

The entire “The Why Hire me” (with links) Why it’s centered with the picture in internet explorer and firefox it’s on the left?

here is the code



<table width="350" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<p class="style3 c3 c2"><strong>"Why hire me to represent YOU?"</strong></p>
<div class="c3">
<ul class="style2"></ul>
</div>
<ul class="style2">
<li class="c4">
<div class="c4">
<div class="c3"><strong><em><a href="fasterapprovals.html" class="style3">Faster Approval!</a></em></strong></div>
<div class="c4 c4 c4 c4">
<p class="style3 c2"><em><a href="personal.html"><strong>Personal Service!</strong></a></em></p>
<div class="c4 c4 c4 c4 style3 c3"><em><a href="fees.html"><strong>Reasonable Fees!</strong></a></em></div>
</div>
</div>
<div class="c3"></div>
</li>
<li class="c4">
<p class="c3 style4 c2">Click above for more details.</p>
</li>
</ul>
</td>
</tr>
</table>


Please help.

[quote=atlnycdude24;2343653]Hello,

Got a small issue. On the main page

http://www.rodriguezstudios.com/kabongo/index.html

The entire “The Why Hire me” (with links) Why it’s centered with the picture in fire fox and internet explorer it’s on the left?

here is the code



<table width="350" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<p class="style3 c3 c2"><strong>"Why hire me to represent YOU?"</strong></p>
<div class="c3">
<ul class="style2"></ul>
</div>
<ul class="style2">
<li class="c4">
<div class="c4">
<div class="c3"><strong><em><a href="fasterapprovals.html" class="style3">Faster Approval!</a></em></strong></div>
<div class="c4 c4 c4 c4">
<p class="style3 c2"><em><a href="personal.html"><strong>Personal Service!</strong></a></em></p>
<div class="c4 c4 c4 c4 style3 c3"><em><a href="fees.html"><strong>Reasonable Fees!</strong></a></em></div>
</div>
</div>
<div class="c3"></div>
</li>
<li class="c4">
<p class="c3 style4 c2">Click above for more details.</p>
</li>
</ul>
</td>
</tr>
</table>


Please help

its centered for me

*oops i misunderstood your question, lets see if i can figure it out

Ok the problem here isn’t the “why hire me” and links

those are displaying properly,

its everything else that is not, your paragraphs of text are being pushed over to the right an immense amount

Probably due to the fact that you have like, a billion empty <p></p> tags
you need to restructure this page entirely with cleaner HTML

[quote=fasterthanlight™;2343659]Ok the problem here isn’t the “why hire me” and links

those are displaying properly,

its everything else that is not, your paragraphs of text are being pushed over to the right an immense amount

Probably due to the fact that you have like, a billion empty <p></p> tags
you need to restructure this page entirely with cleaner HTML[/quote]

Sorry about the confusion because I got some exciting news and I wrote this in a hurry. I don’t quite see empty paragraph within the why hire me part but i took some out in the page above the quote. Could you point them out for me? Thanks

Remove the extraneous <p></p>'s (screenshot attached)

remove the picture of the woman from the background of that table cell, and set it as a normal <img src=“images/woman.jpg” /> put the three links in a table cell beneath the picture of the woman