|
Posted by dorayme on 11/27/91 11:56
In article
<1156346369.734410.49310@i3g2000cwc.googlegroups.com>,
kpschroeder@gmail.com wrote:
> 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.
--
dorayme
Navigation:
[Reply to this message]
|