Post by Dark Hamsterlord on Feb 12, 2008 19:19:17 GMT -5
Okay.. I keep trying to center my website, and I CAN'T. I have tried typing the HTML myself, I've tried using dreamweaver, and I've tried getting my sister (who is better with HTML than me) and SHE couldn't figure it out! For an example of my problem..
www.cafecomic.com
This is my HTML coding (NOTE: It's not like most humans would probably organize it, because I'm too lazy to type out HTML for an entire website from scratch, so I use dreamweaver)
www.cafecomic.com
This is my HTML coding (NOTE: It's not like most humans would probably organize it, because I'm too lazy to type out HTML for an entire website from scratch, so I use dreamweaver)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cafe Comic - Home</title>
<style type="text/css">
<!--
body,td,th {
color: #000000;
}
body {
background-color: #00CCFF;
}
#apDiv1 {
position:absolute;
left:3px;
top:7px;
width:838px;
height:213px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:3px;
top:223px;
width:838px;
height:248px;
z-index:2;
}
.style2 {font-size: small}
.style3 {font-size: x-small}
-->
</style></head>
<body>
<div id="apDiv1">
<div align="center">
<p align="center"><img src="Images/logo.png" alt="Cafe Comic" width="346" height="103" align="absmiddle" /></p>
<p align="center"><a href="index.php"><img src="Images/navigation/news.png" alt="News" width="95" height="47" border="0" /></a> <a href="comics.html"><img src="Images/navigation/comics.png" alt="Comics" width="95" height="47" border="0" /></a> <a href="about.html"><img src="Images/navigation/about.png" alt="About Cafe Comic" width="95" height="47" border="0" /></a> <a href="staff.html"><img src="Images/navigation/staff.png" alt="Staff" width="95" height="47" border="0" /></a> <a href="wiimail.html"><img src="Images/navigation/wiimail.png" alt="Wiimail" width="95" height="47" border="0" /></a> <a href="affiliates.html"><img src="Images/navigation/affiliates.png" alt="Affiliates" width="95" height="47" border="0" /></a> <a href="vote.html"><img src="Images/navigation/vote.png" alt="Vote for Us!" width="95" height="47" border="0" /></a><a href="http://www.cafecomic.com/forum"><img src="Images/navigation/forum.png" alt="Forum" width="95" height="47" border="0" /></a></p>
</div>
</div>
<div id="apDiv2">
<div align="center">
<p><br />
<span class="style2">
<?PHP
$template = "newCafeComic";
$number = "10";
include("cutenews/show_news.php");
?>
</span></p>
<p> </p>
<span class="style3">DISCLAIMER:<br />
This site is meant to Entertain and Parody. All characters © thier respected owners</span>
<p> </p>
</div>
</div>
<p> </p>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cafe Comic - Home</title>
<style type="text/css">
<!--
body,td,th {
color: #000000;
}
body {
background-color: #00CCFF;
}
#apDiv1 {
position:absolute;
left:3px;
top:7px;
width:838px;
height:213px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:3px;
top:223px;
width:838px;
height:248px;
z-index:2;
}
.style2 {font-size: small}
.style3 {font-size: x-small}
-->
</style></head>
<body>
<div id="apDiv1">
<div align="center">
<p align="center"><img src="Images/logo.png" alt="Cafe Comic" width="346" height="103" align="absmiddle" /></p>
<p align="center"><a href="index.php"><img src="Images/navigation/news.png" alt="News" width="95" height="47" border="0" /></a> <a href="comics.html"><img src="Images/navigation/comics.png" alt="Comics" width="95" height="47" border="0" /></a> <a href="about.html"><img src="Images/navigation/about.png" alt="About Cafe Comic" width="95" height="47" border="0" /></a> <a href="staff.html"><img src="Images/navigation/staff.png" alt="Staff" width="95" height="47" border="0" /></a> <a href="wiimail.html"><img src="Images/navigation/wiimail.png" alt="Wiimail" width="95" height="47" border="0" /></a> <a href="affiliates.html"><img src="Images/navigation/affiliates.png" alt="Affiliates" width="95" height="47" border="0" /></a> <a href="vote.html"><img src="Images/navigation/vote.png" alt="Vote for Us!" width="95" height="47" border="0" /></a><a href="http://www.cafecomic.com/forum"><img src="Images/navigation/forum.png" alt="Forum" width="95" height="47" border="0" /></a></p>
</div>
</div>
<div id="apDiv2">
<div align="center">
<p><br />
<span class="style2">
<?PHP
$template = "newCafeComic";
$number = "10";
include("cutenews/show_news.php");
?>
</span></p>
<p> </p>
<span class="style3">DISCLAIMER:<br />
This site is meant to Entertain and Parody. All characters © thier respected owners</span>
<p> </p>
</div>
</div>
<p> </p>
</body>
</html>