Web Hosting Talk







View Full Version : Different spacing on IE and Firefox


Adi-2k1
09-13-2008, 12:25 PM
Hello all,

I am having a rather annoying issue with IE and Firefox. If you look at the right side of www.beyondfootball.com, you will see that the text under "Recent Forum Discussions" is more spaced out in IE than it is in Firefox.

I like the way it looks in Firefox and want it to be that way with IE, but I don't know how. Could someone please tell how I can make it the same?

This is the code I added to create the "Recent Forum Discussions" links:

<b><font size="1" face="Verdana">Recent Forum Discussions</font></b>
<p style="font-family:verdana;font-size:1"><?php ssi_recentTopics(); ?></p>

Any help will greatly be appreciated. :)

proclanh
09-13-2008, 02:00 PM
Thats alot of extra work adding all those text tags. You could add your table class="ssi_table" to your css file and that should fix your problem. You'll need to remove all this <font size="1" face="Verdana">Recent Forum Discussions</font></b>
<p style="font-family:verdana;font-size:1"><?php ssi_recentTopics(); ?></p> and add it to your style sheet minus the url.

Adi-2k1
09-13-2008, 05:14 PM
May I ask if this will make a difference in IE or is this just a way of cleaning up the code without making any impact on the actual appearance of the site?

proclanh
09-13-2008, 06:05 PM
It should fix the problem as that coding is outdated. I could view the source on your page and try and fix the problem for you.

Adi-2k1
09-13-2008, 07:08 PM
It should fix the problem as that coding is outdated. I could view the source on your page and try and fix the problem for you.

That would be excellent. Do you need any further information from me or can you access sufficient info to take care of it?

proclanh
09-16-2008, 06:07 PM
Sorry for the late reply I'll see what I can do and get back to you.

Adi-2k1
09-19-2008, 06:13 PM
Excellent. Just reply in this thread when you see what's up. Thanks again!