I am setting up a simple page to be managed by the owner later. I cannot get rid of a bit of margin showing on the right - http://cbrundage.net/Ron/ I have the red areas both part of tables, coded the same way, but one goes to the edge and the other doesn't. Pertinent coding - (many thanks for any help!) -
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head> ....
<style type="text/css">
html,body {margin:0;padding:0}
p {font:10pt "Verdana";color:#ffffff;text-align:leftr;}
p.black {font:10pt "Verdana";color:#000000;text-align:left;}
.class1 {position:absolute;
top:0px;
width:100%;
height:80px;
left:0px;
z-index:2;
}
.class2 {position:absolute;
top:78px;
width:100%;
left:0px;
z-index:1;
}
</style>
</head>
Bookmarks