HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Putting a right-sided navbar down the entire page
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
mpkeith



Joined: 10 Nov 2005
Posts: 2
Location: Florida

PostPosted: Thu Nov 10, 2005 1:54 am     Putting a right-sided navbar down the entire page Reply with quote

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

PostPosted: Thu Nov 10, 2005 3:56 am     Reply with quote



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

PostPosted: Thu Nov 10, 2005 4:29 am     Reply with quote

Thanks for the help Corey... I got it figured out.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial