I just started doing some web designa gain recenetly, haven't touched the stuff in a while.
I can't figure out what's wrong with this code.
------ begin code ------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Qosis</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style></head>
<body>
<table width="100%" height="100%" border="0">
<tr>
<td><div align="center"><img src="logo.jpg" width="178" height="78" align="absmiddle"></div></td>
</tr>
</table>
</body>
</html>
------- end code----
You can also view the page here
I'm trying to center the image in the middle of the page. I remember being able to just make a table that was 100% x 100% and then placing the image in the middle. It looks fine in dreamweaver, but when I save it is when I run into problems.
I can't figure out what's wrong with this code.
------ begin code ------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Qosis</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style></head>
<body>
<table width="100%" height="100%" border="0">
<tr>
<td><div align="center"><img src="logo.jpg" width="178" height="78" align="absmiddle"></div></td>
</tr>
</table>
</body>
</html>
------- end code----
You can also view the page here
I'm trying to center the image in the middle of the page. I remember being able to just make a table that was 100% x 100% and then placing the image in the middle. It looks fine in dreamweaver, but when I save it is when I run into problems.