Announcement

Collapse
No announcement yet.

CSS Issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CSS Issues

    This one is for anyone who has Firefox.

    www.premier-lighting.co.uk

    If you look at the site in IE it is displayed exactly how I intended, however once in Firefox all the text seems to become left aligned. Ive no idea why Firefox should be doing this, so any suggestions would be much appreciated.

    Thanks in advance

    #2
    Its practically impossible to decipher your code as it compressed, to find the culprit it would need expanding as it just too hard to see things.

    Try adding

    p {
    text-align: center;
    }

    to your stylesheet and see what happens.

    Comment

    Working...
    X