 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
mpkeith
Joined: 10 Nov 2005 Posts: 2 Location: Florida
|
Posted: Thu Nov 10, 2005 1:54 am Putting a right-sided navbar down the entire page |
|
|
|
Can anyone help me put a navbar down the right side of my entire homepage (below my top-of-page image and above my bottom-of-page image)? I guess it's not really a navbar, but just a table I guess that I want to be about 15% of the width of my page.
The address of my site is http://forsaledogs.bravehost.com, and here is the html (not including the head) I have so far for the page...
<body bgcolor="#CCCCCC" text="#000000" background="DFSBG.JPG">
<div align="left">
<center>
<table cellpadding="0" width="700" border="1" style="border-collapse: collapse;" bordercolor="#000000">
<tbody>
<tr>
<td bgcolor="#ffffff">
<p align="center">
<img border="0" src="DFSHeader.JPG" width="700"
height="100"></p></div>
<div align="center">
<table border="0" width="90%">
<tr>
<td>
<div align="center">
<p align="center"><font size="3">
<font color="#000000"><H2><b><u>Dogs For Sale</u></b></H2></font></p>
<p align="left"><font color="#000000" size="3"><BR>
Welcome to <a href="http://forsaledogs.bravehost.com">Dogs For Sale</a>, a national database of free dogs and dogs that are for sale!<BR><BR>
This site is brand new, so please be patient as I build it. In the near future, plan on being able to search for dogs by breed, and also by state. Maybe I'll even have listings by major city/demographic area in the not so distant future.
</font></p>
</td>
</tr>
</table>
</div>
<p align="center">
<img border="0" src="DFSFooter.JPG" width="700" height="25"></p></td></tr></tbody></table>
<p align="center"><font color="#0033FF" size="2">
Copyright 2005 <a href="http://forsaledogs.bravehost.com">Dogs For Sale</a>
</font></p>
</center>
</div>
</body>
</html> |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8316 Location: Castle Pines North, CO USA
|
Posted: Thu Nov 10, 2005 3:56 am |
|
|
|
Try something more like
| Code: |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body bgcolor="#CCCCCC" text="#000000" background="DFSBG.JPG">
<div align="left">
<center>
<table cellpadding="0" width="700" border="1" style="border-collapse: collapse;" bordercolor="#000000">
<tbody>
<tr>
<td bgcolor="#ffffff">
<p align="center">
<img border="0" src="DFSHeader.JPG" width="700"
height="100"></p></div></table>
<div align="center">
<table border="0" width="630">
<tr>
<td width="15%">navbar
<td>
<font size="3">
<font color="#000000"><H2><b><u>Dogs For Sale</u></b></H2></font></p>
<p align="left"><font color="#000000" size="3"><BR>
Welcome to <a href="http://forsaledogs.bravehost.com">Dogs For Sale</a>, a national database of free dogs and dogs that are for sale!<BR><BR>
This site is brand new, so please be patient as I build it. In the near future, plan on being able to search for dogs by breed, and also by state. Maybe I'll even have listings by major city/demographic area in the not so distant future.
</font></p>
<p>
</tr>
</table>
</div>
<p align="center">
<img border="0" src="DFSFooter.JPG" width="700" height="25"></p>
<p align="center"><font color="#0033FF" size="2">
Copyright 2005 <a href="http://forsaledogs.bravehost.com">Dogs For Sale</a>
</font></p>
</center>
</div>
</body>
</html>
|
|
|
mpkeith
Joined: 10 Nov 2005 Posts: 2 Location: Florida
|
Posted: Thu Nov 10, 2005 4:29 am |
|
|
|
| Thanks for the help Corey... I got it figured out. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|