Hello,
I am having a problem trying to get the "News" section directly in the middle of the page while keeping the "Links" section staying the same.
Right now, the "News" section appears in the middle below the "Links" section.
I want both the Links and News section to appear on the same row going across, so I can make the page look better. How do I fix this problem?
I'm not a good explainer, so I provided the source code for the page. I'm sure just by looking at the display, you will see the problem!
Also, is there any ideas to make my page look better? Like should I put a table border around the entire page? It does kind of seem unorganized, but this is my first time building a webpage.
Thanks for all who helps!
<?xml version = "1.0" encoding = "utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title>Aaron Cannon's Home page</title>
<style type = "text/css">
div.menu { font-weigh: bold; color: black; border: 2px solid #225599;
text-align: center; width: 10em; background-color: #000000 }
</style>
</head>
<body bgcolor="#000000">
<div style="text-align: center;">
<p style = "font-size: 15pt; color: #FFFFFF">
<table border = "1">
<thead>
<th>
Aaron Cannon's Webpage
</p>
<div style="text-align: center;">
<img src = "C:\Documents and Settings\winuser\Desktop\AaronCannonPicture.jpg"
width = "150" height = "150" alt = "Picture of Aaron Cannon" />
</th>
</thead>
</table>
<div style="text-align: left;">
<ul>
<div class = "Menu">Menu
<style type="text/css">
a:link {color: #ff3333;}
a:visited {color: #ff3333;}
</style>
<table border = "1">
<thead>
<th>
<li><a href = "C:\Documents and Settings\winuser\Desktop\CTEC293 Webpage\index.html" style="text-decoration:none;">
<B>·</B> Home</a></li>
<li><a href = "C:\Documents and Settings\winuser\Desktop\CTEC293 Webpage\Resume.html" style="text-decoration:none;">
<B>·</B> Resume</a></li>
<li><a href = "C:\Documents and Settings\winuser\Desktop\CTEC293 Webpage\Biography.html" style="text-decoration:none;">
<B>·</B> Biography</a></li>
<li><a href = "C:\Documents and Settings\winuser\Desktop\CTEC293 Webpage\Hobbies.html" style="text-decoration:none;">
<B>·</B> Hobbies</a></li>
<li><a href = "#" style="text-decoration:none;>
<B>.</B> Institutions</a></li>
<li><a href = "#" style="text-decoration:none;">
<B>.</B> References</a></li>
<li><a href = "#" style="text-decoration:none;">
<B>.</B> Major</a></li>
<li><a href = "#" style="text-decoration:none;">
<B>.</B> My Refelections</a></li>
<li><a href = "#" style="text-decoration:none;">
<B>.</B> Anything Goes</a></li>
<li><a href = "C:\Documents and Settings\winuser\Desktop\CTEC293 Webpage\RateMe.html" style="text-decoration:none;">
<B>.</B> Rate Me</a></li>
</th>
</thead>
</table>
</div>
</ul>
</div>
</div>
<p style = "font-size: 16pt; color: #FFFFFF">
<table border = "1">
<thead>
<th>
<b><em>News</em></b>
<br></br>
<div style="text-align: left;">
<p style = "font-size: 14pt; color: #FFFFFF">
Aaron Cannon - 03/17/2009: Happy St. Patrick's Day!
<br></br>
Welcome to my website! Today is March 17, 2009. In other words, it is St. Patrick's Day!
On this page, I have put up links to left, so you can learn more information about me.
I hope you enjoy my page. If you have extra time, please click on the rate me link on to
the left, so you can rate my page. Thank you and please visit again!
<br></br>
<br></br>
</th>
</thead>
</table>
<br></br>
<br></br>
<div style="text-align: center;">
<a href = "C:\Documents and Settings\winuser\Desktop\CTEC293 Webpage\index.html" style="text-decoration:none;">
<B>·</B> Home</a>
</div>
</div>
</body>
</html>