How do i center my banner in IE and site appearance advice

Discussion in 'HTML & Website Design' started by AshtonUK, Jun 26, 2007.

  1. #1
    in firefox its centered using th </center> tag but in IE it is to the left.

    also if anyone has any opinions on how i could make my site template look better please chime in

    www.stopsimpin.com
     
    AshtonUK, Jun 26, 2007 IP
  2. Audentio

    Audentio Well-Known Member

    Messages:
    424
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Id use align="center" instead of the center tags, they arent xhtml transitional, I dont think.

    Anyways, about your template. Very plain, very dull. It needs some color changes, gradients, and most importantly: images. Images make or break your template sometimes.
     
    Audentio, Jun 26, 2007 IP
  3. AshtonUK

    AshtonUK Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks for the help...could you tell me what the CSS code would be to have a repeating image as a background?
     
    AshtonUK, Jun 26, 2007 IP
  4. AshtonUK

    AshtonUK Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    {
    margin:0;
    background-image: url (../images/dollarsanddbg.jpg);
    }

    this is how my bg image is coded and it still wont show, ive uplaoded it to FTP is there any other coding i need to put in perhaps the templatedetails xml file

    EDIT: added it to templatedetil xml file, still not showings
     
    AshtonUK, Jun 26, 2007 IP
  5. client3

    client3 Banned

    Messages:
    169
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    {
    margin:0;
    background-image: url (../images/dollarsanddbg.jpg) center;
    }

    that will work....
     
    client3, Jun 26, 2007 IP