Parts of my page are cut off! Help?

Discussion in 'HTML & Website Design' started by jimsmith, Jun 13, 2006.

  1. #1
    This is the site I'm referring to: here
    Viewed in IE, everything looks great, but Firefox cuts off most of my pages' border!

    This one is really frustrating me. Anyone here offer any help?
     
    jimsmith, Jun 13, 2006 IP
  2. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #2
    hans, Jun 13, 2006 IP
  3. jimsmith

    jimsmith Peon

    Messages:
    629
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    any other ideas?
     
    jimsmith, Jun 13, 2006 IP
  4. saqqara

    saqqara Guest

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    the major thing wrong in ff that i see is that the title 'palm pilot gamer' is way too big and is wrapping out side of the image. also whatever image you got at the bottom doesn't work (looks like it's still locally hosted)
     
    saqqara, Jun 13, 2006 IP
  5. jimsmith

    jimsmith Peon

    Messages:
    629
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    thanks saqqara, i hadn't even noticed that yet.
    I want the title to be text (not an image), but I don't know how to write on top of the image that is the background for the title.....
    Does anyone know how to do this?
     
    jimsmith, Jun 13, 2006 IP
  6. TechnoGeek

    TechnoGeek Peon

    Messages:
    258
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hello, jimsmith.
    To write on top of an image, you can use the "background" attribute
    of a table element, like <TR> or <TD>, or even the whole table:
    <TABLE>.
    Alternatively, you can use a style: style="background-image:
    url(mypict.gif)".
    All the best.
     
    TechnoGeek, Jun 16, 2006 IP
    jimsmith likes this.