The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
+5
Darren1
Jade~Prince
03sixbanger
giZZy_dq-o
Motencu
9 posters

    Centered in IE but not in Mozilla Firefox.

    avatar
    Motencu
    New Member


    Posts : 3
    Reputation : 0
    Language : english

    Centered in IE but not in Mozilla Firefox. Empty Centered in IE but not in Mozilla Firefox.

    Post by Motencu November 29th 2008, 2:01 am

    My page is centered in Intenet Explorer, but is not in Mozilla Firefox. Here is my website.
    http://rageanims.darkbb.com/
    I've used CSS. Please Help.
    avatar
    Motencu
    New Member


    Posts : 3
    Reputation : 0
    Language : english

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Motencu November 29th 2008, 4:14 pm

    Please Help.
    avatar
    Motencu
    New Member


    Posts : 3
    Reputation : 0
    Language : english

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Motencu November 30th 2008, 5:33 pm

    I really need help.
    giZZy_dq-o
    giZZy_dq-o
    Forumember


    Female Posts : 30
    Reputation : 0
    Language : en

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by giZZy_dq-o November 30th 2008, 5:58 pm

    try finding

    .bodyline

    in your css and give it the attribute:

    margin: auto;

    Not sure if that will help, but it is worth a try I would think.
    03sixbanger
    03sixbanger
    Forumember


    Posts : 123
    Reputation : 0
    Language : English

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by 03sixbanger November 30th 2008, 6:09 pm

    some of the VB forums are doing that with IE now but not with FF
    Jade~Prince
    Jade~Prince
    Forumember


    Male Posts : 67
    Reputation : 1
    Language : eng

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Jade~Prince June 24th 2009, 12:31 pm

    we too are facing the same problem with our forums.... plz suggest some solution...

    Raj.
    Admin,
    www.frenz4ever.com
    Darren1
    Darren1
    Helper
    Helper


    Male Posts : 11853
    Reputation : 566
    Language : English

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Darren1 June 24th 2009, 1:28 pm

    Jade~Prince wrote:we too are facing the same problem with our forums.... plz suggest some solution...

    Raj.
    Admin,
    www.frenz4ever.com

    Your forum is centered.
    Try clearing ur cache and cookies.
    Jade~Prince
    Jade~Prince
    Forumember


    Male Posts : 67
    Reputation : 1
    Language : eng

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Jade~Prince July 1st 2009, 4:16 pm

    Thanx for the reply Darren.
    But can you please explain how do I clear "cache and cookies" ? this problem is with all our members.
    So i think I have clear "cache and cookies" in admin panel ?
    can you kindly explain.
    thanks in advance..... Smile

    PS : i forgot to mention that also the "Search Query" & "Actions !" box also is open, thus breaking the alignment of my navigation bottouns.
    Also the "Chat-Box" appears much small in firefox than in other browsers.
    Then, the fonts donot get sizes in posts. it shows in small size only.
    This is happening only in firefox, & with all the members of our forums. I have checked in many other browsers ( IE-6,7,8; Safari; Opera; crazy Browser) & itz working fine.
    Darren1
    Darren1
    Helper
    Helper


    Male Posts : 11853
    Reputation : 566
    Language : English

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Darren1 July 2nd 2009, 2:19 am

    Clearing your cache & cookies (thats ur browser) https://help.forumotion.com/frequently-asked-questions-f5/how-to-clear-the-cache-in-ff-ie-t22597.htm

    I think all of ur problems could be related to ur browser ahving out dated cookies.
    Amandeep619
    Amandeep619
    Forumember


    Male Posts : 413
    Reputation : 0
    Language : English
    Location : Canada

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Amandeep619 July 2nd 2009, 2:25 am

    You may try clearing your Cache & Cookies, but it might still not work, as it has happened to me. I have three different browsers for this reason, because whenever I see something wrong on my site, usually the appearance of my forums, I switch to another browser. I recommend download Google Chrome, if IE and FireFox are giving up on you.
    Jade~Prince
    Jade~Prince
    Forumember


    Male Posts : 67
    Reputation : 1
    Language : eng

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Jade~Prince July 2nd 2009, 2:20 pm

    Thanx for the help again Darren & amardeep...
    well the problem is ALL of the members are facing the same problem at the same time...
    I personaly Use IE 8 n its working perfectly fine there... but most of our members use firefox, so therein lies the problem...
    also i cleared my personal cookies (in my browser) twice yesterday but no help. I cheked out other site too on forumotin and its same everywhere.
    if anyhelp can be given it will be highly aprciated..thanx for the support so far... n again thanks in advance frenz... Smile

    PS : m not sure if this will help or not but my firefox is set to clear cookies n cache every time I close it.
    yesterday i even tried firefox 3.5RC..it's same there, than i shifted back to firfox 3.0.7..still the same...
    Jalokim
    Jalokim
    Energetic


    Male Posts : 6113
    Reputation : 223
    Language : English,Polish,CSS,HTML
    Location : Poland

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Jalokim July 2nd 2009, 3:54 pm

    clearing a cache won't solve a positioning problem.


    @Motencu
    I can't link to your forum... I think you entered the url incorrectly
    @Jade~Prince
    You forum is aligned properly.



    for any others:
    to get your forum content centered:
    you need to have these 2 classes present in your CSS.
    Under the .body class.

    Code:
    margin: 0 auto;
    for firefox and all other browsers
    Code:
    text-align: center;
    for IE.

    sometimes just having margin 0 auto is enough
    Darren1
    Darren1
    Helper
    Helper


    Male Posts : 11853
    Reputation : 566
    Language : English

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Darren1 July 3rd 2009, 1:51 am

    jalo, I noticed it was aligned properly, that is why I thought it could of been a browser problem
    Jade~Prince
    Jade~Prince
    Forumember


    Male Posts : 67
    Reputation : 1
    Language : eng

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Jade~Prince July 7th 2009, 4:35 pm

    Thanx a lotz, Jalokim for the information... can you please tell me where will I find this "CSS" in admin panel ???

    Thanx all of U dear for your kind help .... Smile


    Last edited by Sanket on July 7th 2009, 4:51 pm; edited 1 time in total (Reason for editing : Removed Bold-Sanket)
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Sanket July 7th 2009, 4:50 pm

    Jade~Prince, Bold and Color are reserved for moderation, like this, so please keep to the default font
    avatar
    Mystic_gohan2
    Forumember


    Posts : 700
    Reputation : 30
    Language : English

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Mystic_gohan2 July 7th 2009, 5:56 pm

    display > pictures and colors > colors > CSS style sheet Wink
    Jade~Prince
    Jade~Prince
    Forumember


    Male Posts : 67
    Reputation : 1
    Language : eng

    Centered in IE but not in Mozilla Firefox. Empty Re: Centered in IE but not in Mozilla Firefox.

    Post by Jade~Prince July 9th 2009, 2:58 am

    thanx a lods Mystic_gohan2 for ur help... Smile

    i'm very sorry sanket di'nt knew about this rule, henceforth i'll take care not to bold or colour my fonts.... Smile

    Thanks for all the help guys... :-b

      Current date/time is May 19th 2024, 10:25 pm