# Browsers Blues

**URL:** https://forum.kirupa.com/t/browsers-blues/263492
**Category:** web dev
**Created:** [June 16, 2008, 4:35pm UTC](https://forum.kirupa.com/t/browsers-blues/263492 "2008-06-16T16:35:23Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![atlnycdude24](https://avatars.discourse-cdn.com/v4/letter/a/e0b2c6/32.png) [@atlnycdude24](https://forum.kirupa.com/u/atlnycdude24)
#### Post date: [June 16, 2008, 4:35pm UTC](https://forum.kirupa.com/t/browsers-blues/263492/1 "2008-06-16T16:35:23Z")

</div>

Hello,

Got a small issue. On the main page

[http://www.rodriguezstudios.com/kabongo/index.html](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

```auto

<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.

---

<div class="post-metadata">

### Author: ![atlnycdude24](https://avatars.discourse-cdn.com/v4/letter/a/e0b2c6/32.png) [@atlnycdude24](https://forum.kirupa.com/u/atlnycdude24)
#### Post date: [June 16, 2008, 4:38pm UTC](https://forum.kirupa.com/t/browsers-blues/263492/2 "2008-06-16T16:38:15Z")

</div>

[quote=atlnycdude24;2343653]Hello,

Got a small issue. On the main page

[http://www.rodriguezstudios.com/kabongo/index.html](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

```auto

<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

---

<div class="post-metadata">

### Author: ![fasterthanlight](https://avatars.discourse-cdn.com/v4/letter/f/ecc23a/32.png) [@fasterthanlight](https://forum.kirupa.com/u/fasterthanlight)
#### Post date: [June 16, 2008, 4:38pm UTC](https://forum.kirupa.com/t/browsers-blues/263492/3 "2008-06-16T16:38:15Z")

</div>

its centered for me

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

---

<div class="post-metadata">

### Author: ![fasterthanlight](https://avatars.discourse-cdn.com/v4/letter/f/ecc23a/32.png) [@fasterthanlight](https://forum.kirupa.com/u/fasterthanlight)
#### Post date: [June 16, 2008, 4:45pm UTC](https://forum.kirupa.com/t/browsers-blues/263492/4 "2008-06-16T16:45:33Z")

</div>

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

---

<div class="post-metadata">

### Author: ![atlnycdude24](https://avatars.discourse-cdn.com/v4/letter/a/e0b2c6/32.png) [@atlnycdude24](https://forum.kirupa.com/u/atlnycdude24)
#### Post date: [June 16, 2008, 4:57pm UTC](https://forum.kirupa.com/t/browsers-blues/263492/5 "2008-06-16T16:57:32Z")

</div>

[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

---

<div class="post-metadata">

### Author: ![fasterthanlight](https://avatars.discourse-cdn.com/v4/letter/f/ecc23a/32.png) [@fasterthanlight](https://forum.kirupa.com/u/fasterthanlight)
#### Post date: [June 17, 2008, 12:07am UTC](https://forum.kirupa.com/t/browsers-blues/263492/6 "2008-06-17T00:07:59Z")

</div>

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
