Simple Frame Question - Moving Text Down

K

kpschroeder

Hello,

This is the first day I've started to work with HTML. That being said
I have a simple page layout with a navigation pane. The text that
appears in the navigation pane is stuck all the way at the top of the
frame. I would like to move the text down quite a bit. How do I do
this?

Here's the code I have:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<title>Snowkist Tree Farm</title>
<link href="styles.css" rel="stylesheet" type="text/css">

</head>
<body>

<div id="nav">

<ul>
<li><a href="index.html">Home</a></li>
<li><a href="shed.html">Painting a Shed</a></li>
<li><a href="house.html">Our House</a></li>
<li><a href="pets.html">McKinley and Other Pets</a></li>
</ul>

<p class="footer">
© 2005 <a href="http://www.snowkisttrees/">Snowkist Trees</a> </p>

</div>

<div id="main">
<h1>Snowkist Tree Farm</h1>

<p class="topline">
<img src="images/pets1_dogs.jpg" width="250" height="188" alt="Shasta
and McKinley" class="noborder">
Shasta and McKinley do seem to like each other.
</p>
<br clear="all" />

</div>
/body>
</html>


Any info would be helpful!

Thanks
 
D

dorayme

Hello,

This is the first day I've started to work with HTML. That being said
I have a simple page layout with a navigation pane. The text that
appears in the navigation pane is stuck all the way at the top of the
frame. I would like to move the text down quite a bit. How do I do
this?

Here's the code I have:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<title>Snowkist Tree Farm</title>
<link href="styles.css" rel="stylesheet" type="text/css">

</head>
<body>


er... how can anyone help you without knowing the css?

But a couple of things... your q seems not to be about frames in
the usual meaning of this term in HTML. And, you need to think
carefully about having the left navigation anywhere but at the
top where most people will be expecting to see it if it is on the
left.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top