News:

Need a manual?  Buy a Haynes manual Here

Main Menu

anyone here familiar with settinig up html frames?

Started by makenzie71, June 29, 2007, 10:10:21 PM

Previous topic - Next topic

makenzie71

figured it out! haha I'm a badass with proper guiudance...

CndnMax

was it in the <frame> instead of the <frameset> tag?

makenzie71

hadto set it up like this:

Quote
<html>

<frameset cols="25%,75%">

   <frame name="frametest" src="framestest.htm" noresize="noresize">

   <frame name="test" src="test.htm" noresize="noresize">

</frameset>

</html>

...which made perfect sense after i thought about it for a second.

I'm trying to figure out her menu thing now though...which it's consistantly putting up only two options aand leving the first option and title off.  if you copy the link location from the first link (viewed on the apge) it has the html from the missing link in it.  I don't see what's wrong with it...I've tried making all three options indentical and it'snot cooperative...

Quote<html>

<body bgcolor="#c0c0c0">

<body>

<title>Your Options</title>

<p> <a href="http://photoartclub.net/> Nature Gallery </a> </p>

<p> <a href="http://photoartclub.net/forums/> Pets Gallery </a> </p>

<p> <a href="http://photoartclub.net/cx500/> Portraits Gallery </a> </p>

</body>

</html>

http://kaleesphotography.com/framestest.htm

CndnMax

#23
try this
<html>
<title>your option</title>
<body bgcolor="#c0c0c0">
<p>
<a href="http://photoartclub.net"> Nature Gallery</a> <br>
<a href="http://photoartclub.net/forums"> Pets Gallery </a> <br>
<a href="http://photoartclub.net/cx500"> Portraits Gallery </a> </p>

</body>

</html>
--the title tags are for the title bar in the browser, if u want to have a title on the page use heading tags- you probably already know this but just making sure.


annguyen1981

Quote from: CndnMax on June 30, 2007, 11:45:48 PM
try this
<html>
<title>your option</title>
<body bgcolor="#c0c0c0">
<p>
<a href="http://photoartclub.net"> Nature Gallery</a> <br>
<a href="http://photoartclub.net/forums"> Pets Gallery </a> <br>
<a href="http://photoartclub.net/cx500"> Portraits Gallery </a> </p>

</body>

</html>
--the title tags are for the title bar in the browser, if u want to have a title on the page use heading tags- you probably already know this but just making sure.



I'm real rusty on my HTML, but isn't the <P> tag only  a singular tag?  You don't need to close it.  It's used to go to the next line...  just like a carriage(sp) return.

2007 YZF-R6 - Purchased 7/03/07
2004 YZF-R6 - Stolen 5/25/07
2004 GS500f - Sold to Bluelespaul
Killin' a Kitty

makenzie71

thanks max and an...now I gotta figure out the targets thing.

I'll work on it more tonight. the targets thing doesn't look too difficult.

CndnMax

Quote from: annguyen1981 on July 01, 2007, 06:06:06 AM
I'm real rusty on my HTML, but isn't the <P> tag only  a singular tag?  You don't need to close it.  It's used to go to the next line...  just like a carriage(sp) return.
you probably don't need to close it, but its better to do it. a <p> tag is basically to start a new paragraph- it will double space if i remember well. <br> tag is like hitting enter-its single spaced.

Quote from: makenzie71
thanks max and an...now I gotta figure out the targets thing.

I'll work on it more tonight. the targets thing doesn't look too difficult.
no problem :thumb:. targets are really easy to do, all you do is give the target a name and link to it.

ben2go

Here is how I set up html.
h
t
m
l
:laugh:
I never could grasp the html code left me pissed off and confused for days.
PICS are GONE never TO return.

SMF spam blocked by CleanTalk