Centering Generator Layout in Firefox |
![]() ![]() |
Centering Generator Layout in Firefox |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jan 2006 Member No: 357,005 ![]() |
I am using the Generator layout. I haven't changed my override code since the first time I messed with it like a year and a ˝ ago. It still looks exactly how I'd like it to look in Internet Explorer, but in Firefox, the entry tables are aligned to the left side of the screen, rather than centred. That is the only difference. What is the code to centre the entry tables? I'm sure it's probably just unnecessary in IE. I'd like to add it so my layout looks the same in Firefox. Thanks,
|
|
|
![]()
Post
#2
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 ![]() |
|
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jan 2006 Member No: 357,005 ![]() |
There are no position values. The Generator layout is centred by default in Internet Explorer. I'm asking what to add that would make it centred. Then I will add the !important if it still isn't working.
I've read that forum |
|
|
*Azarel* |
![]()
Post
#4
|
Guest ![]() |
The generator layout should be centered in Firefox by default as well. I suggest checking your alignment values in your css, but if you can't find anything, you could either post your coding up or PM it to me (if you don't want it to be stolen) so that we could try to help. :)
|
|
|
![]()
Post
#5
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jan 2006 Member No: 357,005 ![]() |
The generator layout should be centered in Firefox by default as well. I suggest checking your alignment values in your css, but if you can't find anything, you could either post your coding up or PM it to me (if you don't want it to be stolen) so that we could try to help. :) My code's nothing special. I'll post it: CODE GLOBAL_HEAD<= Thanks!
<title>This is stupid</title> <style type="text/css"> <!-- body { background-color: black; background-image: url(http://www.geocities.com/jjjennnnn/starry_copy.gif); background-repeat: repeat; background-attachment: fixed; background-position: top left; } div { background-image: url(http://www.geocities.com/jjjennnnn/marvrun.gif); background-repeat: no-repeat; background-position: top center; padding-top: 100; text-align: center; } div div { background: none; width: auto; height: auto; padding: 2; } div table { width: 640;} div table table { width: 100%;} div table table table { width: auto;} div table table table table { width: 100%;} table { border: 2px solid #B0FF9E; } table table { border: 0; } --> </style> <=GLOBAL_HEAD LASTN_OPT_ITEMS=>40 |
|
|
![]()
Post
#6
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 ![]() |
can you post a link to your journal?
|
|
|
*Azarel* |
![]()
Post
#7
|
Guest ![]() |
Removing this line does the trick:
text-align: center; |
|
|
![]()
Post
#8
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jan 2006 Member No: 357,005 ![]() |
can you post a link to your journal? I'll PM it if you likeRemoving this line does the trick: You're right, it does! and everything else stays the same. text-align: center; ![]() Thank you so much! Now if only I could get my MySpace to be Firefox compatible (I think that's a lost cause ![]() |
|
|
![]()
Post
#9
|
|
![]() Newbie ![]() Group: Member Posts: 2 Joined: Jan 2007 Member No: 492,624 ![]() |
edit: nvm..i switched from plus account to basic account so now it centered..lmao..i have a feeling it's because i used a code to hide the ads..but it's still there..so it pushes my entries to the left.
|
|
|
*Azarel* |
![]()
Post
#10
|
Guest ![]() |
|
|
|
![]() ![]() |