How do I get rid of a couple Blank spaces on my webpage?

Discussion in 'HTML & Website Design' started by Davey Crocket, Feb 25, 2006.

  1. #1
    I'm using dreamweaver, and I can't get rid of the one inch gap or space right on the top of the webpage. my site is http://www.takecasino.com

    You'll see what I mean, I would like the Red Writing to be Flush with the top...Anyone know what code I need to delet or add??

    Thanks:)
     
    Davey Crocket, Feb 25, 2006 IP
  2. pachecus

    pachecus Well-Known Member

    Messages:
    1,841
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    110
    #2
    try changing this line of code in your page <td height="6384"><center>
    for this <td height="6384" valign="top"><center>
     
    pachecus, Feb 25, 2006 IP
  3. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If that fails try removing the padding from the h2 tag in your css file using padding:0px;margin:0px;
     
    mad4, Feb 27, 2006 IP
  4. marty

    marty Peon

    Messages:
    154
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hello Davey,

    You body tag is:

    <body background="super-strategy-back.jpg" bgcolor="#000080" style="text-align:right; background-attachment:fixed">

    Try:

    <body topmargin="0" background="super-strategy-back.jpg" bgcolor="#000080" style="text-align:right; background-attachment:fixed">

    Good Luck...

    Marty
     
    marty, Feb 27, 2006 IP
  5. SumitBahl

    SumitBahl Reign of Chaos

    Messages:
    5,170
    Likes Received:
    596
    Best Answers:
    0
    Trophy Points:
    310
    #5
    I opened your page in editor and did the change suggested by marty and it works !!!
     
    SumitBahl, Feb 28, 2006 IP