I've been trying to fix this for the past two days and I've also tried looking it up on the web but just can't get straight answer. I've tried changing my table properties: width 100% of window and even trying to adjust the pixels size(got from the web) but neither seem to do anything for me. I don't even know if that was the right direction just seemed to make sense.
My Code Source is
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Black Hat Inc.</title>
</head>
<body style="background-color: black; color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<div style="text-align: center;"><br>
<div
style="position: absolute; width: 44px; height: 54px; top: 634px; left: 1032px;">
<table style="width: 100%;" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr align="center">
<td><img style="width: 48px; height: 52px;"
alt="xmark" src="images/xmarks.gif"></td>
</tr>
</tbody>
</table>
</div>
<div
style="position: absolute; width: 130px; height: 43px; top: 156px; left: 911px;">
<table style="width: 100%; top: 158px; height: 41px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr align="center">
<td><img style="width: 127px; height: 44px;"
alt="everything" src="images/everything.gif"></td>
</tr>
</tbody>
</table>
</div>
<div
style="position: absolute; height: 60px; width: 399px; top: 28px; left: 179px; text-align: left;">
<table
style="left: 174px; top: 28px; width: 325px; height: 62px; text-align: left; margin-left: 0px; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; text-align: justify;"><img
style="width: 391px; height: 58px;" alt="blackhatinc"
src="images/blackhat.gif" align="top"></td>
</tr>
</tbody>
</table>
</div>
<table
style="width: 761px; height: 312px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="text-align: justify;"><img
style="width: 1024px; height: 819px;" alt="blackhatinc"
src="images/herald3.bmp"></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Black Hat Inc.</title>
</head>
<body style="background-color: black; color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<div style="text-align: center;"><br>
<div
style="position: absolute; width: 44px; height: 54px; top: 634px; left: 1032px;">
<table style="width: 100%;" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr align="center">
<td><img style="width: 48px; height: 52px;"
alt="xmark" src="images/xmarks.gif"></td>
</tr>
</tbody>
</table>
</div>
<div
style="position: absolute; width: 130px; height: 43px; top: 156px; left: 911px;">
<table style="width: 100%; top: 158px; height: 41px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr align="center">
<td><img style="width: 127px; height: 44px;"
alt="everything" src="images/everything.gif"></td>
</tr>
</tbody>
</table>
</div>
<div
style="position: absolute; height: 60px; width: 399px; top: 28px; left: 179px; text-align: left;">
<table
style="left: 174px; top: 28px; width: 325px; height: 62px; text-align: left; margin-left: 0px; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; text-align: justify;"><img
style="width: 391px; height: 58px;" alt="blackhatinc"
src="images/blackhat.gif" align="top"></td>
</tr>
</tbody>
</table>
</div>
<table
style="width: 761px; height: 312px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="text-align: justify;"><img
style="width: 1024px; height: 819px;" alt="blackhatinc"
src="images/herald3.bmp"></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
I just want to get this fixed so I can move on with the project. It's not much right now but eventually I would like to have those images linked to something in the future.
I would greatly appreciate any help on this. Thanks