Alliedassault

Alliedassault (alliedassault.us/index.php)
-   Offtopic (alliedassault.us/forumdisplay.php?f=13)
-   -   Website designing problem-- browser differences? (alliedassault.us/showthread.php?t=52063)

HeadUp 06-12-2006 10:42 AM

Website designing problem-- browser differences?
 
Im making a website in frontpage (yeah I know, it should already set off alarms, but I dont think this is whats creating the problem, as the code is the same)

I have the pages set to single spacing, easy code:
<body style="font-family: Verdana; font-size: 10px; line-height: 100%" bgcolor="#0066CC" text="#FFFFFF">

the lines, however, are completely different when you look at it in IE vs. Firefox, this didnt happen with other sites i made using frontpage, does anyone know whats going on?

the line spacing looks exactly the same in frontpage and IE (not a surprise), but FF the spacing is closer, yet it looks a lot more like line-height: 100%

Zoner 06-12-2006 11:18 AM

Hrm..maybe Firefox doesn't recognize that attribute of the <BODY> tag. You can try making that value a pixel height instead of a percentage. Might work.

Ex.

Instead of line-height: 100%, try line-height: 10px

You'll have to play with it.

Judas 06-12-2006 11:57 AM

my question is, why are you using line-height to begin with.


it could be


<body style="font-family: Verdana; font-size: 10px; line-height: 100% " bgcolor="#0066CC" text="#FFFFFF">

the orphaned " .... ( sry its not orphaned ... but i would try removing the extra space and any other extra spaces near your " ".).

HeadUp 06-12-2006 01:22 PM

Quote:

Originally Posted by Judas
my question is, why are you using line-height to begin with.


it could be


<body style="font-family: Verdana; font-size: 10px; line-height: 100% " bgcolor="#0066CC" text="#FFFFFF">

the orphaned " .... ( sry its not orphaned ... but i would try removing the extra space and any other extra spaces near your " ".).

yeah the space was an accident in my post, there is no extra space there in the code, i guess when i made it bold i dropped one in there


All times are GMT -6. The time now is 03:06 AM.

Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.