I am using chinared which is on alexkings website. In IE it shows centered but in Firefox it does not. What code and what file should I be looking for to fix this issue.
Thank you very much.
I am using chinared which is on alexkings website. In IE it shows centered but in Firefox it does not. What code and what file should I be looking for to fix this issue.
Thank you very much.
Add something like the following to your stylesheet:
html {
margin: 0 auto;
width: 767px;
text-align: center;
}
I have just tested it with the Web Developer extension for Firefox, so I recommend you get it for future Firefox awkwardness.
I tried that and it through off the entire theme, sidebar and colors.
I will try and keep playing.
Any other ideas?
You mean, it threw off the theme?
I don't have the theme, but, does it have a wrapping div? If so you need to apply this css to it:
div.rap {
margin: 0 auto;
}
See if that works for ya. Doing it on the html like shestowitz suggested probably won't work.
That worked !!!!!!!!!!! Thanks a ton for your help in this issue.
This topic has been closed to new replies.