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
try changing this line of code in your page <td height="6384"><center> for this <td height="6384" valign="top"><center>
If that fails try removing the padding from the h2 tag in your css file using padding:0px;margin:0px;
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