Click to See Complete Forum and Search --> : Frames


Tinklepants82
11-19-2003, 09:03 AM
:confused:
i have just started using html coding instead of a sitebuilder program. my site is looking neat, but i want to make a frames version.
i want it to be set up with 3rows. two different nav pages at top n bott and the main frame in the middle but cant seem to get the code right to do this. the bottom nav page just wont show up.
any suggestions?
Thanks Tammie.

Lets help each other!!!

TheBearMay
11-19-2003, 09:26 AM
<frameset framespacing=0 border=1 rows="18%,1*,18%">
<frame name="Frame1" src="F1.htm">
<frame name="Frame2" src="F2.htm">
<frame name="Frame3" src="F3.htm">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>

Tinklepants82
11-19-2003, 11:05 AM
thanks u just made me realise i left out the % for the bottom frame.
how blonde am i?
Cheers!

Happy now!:)

DaveSW
11-19-2003, 11:41 AM
hmm it might be a good idea to have the camera between the light source and you to show off your blonde hair better... :D

Tinklepants82
11-19-2003, 03:28 PM
i aint blonde, i had some streaks the other week...

heh heh better not get carried away!

Sux0rZh@jc0rz
11-19-2003, 04:14 PM
wow, your secound picture = better dan da first by far. lighting is everything ;)

Tinklepants82
11-20-2003, 10:36 AM
for the compliment lol

Tinklepants82
11-20-2003, 10:56 AM
BLOODY TARGET="_BLANK" WONT WORK! cant bust out of the frame when an external link is clicked on. Whats up with that? grrrrrrrrrr!!!!

DaveSW
11-20-2003, 10:58 AM
What doctype?

Tinklepants82
11-20-2003, 11:05 AM
but wots a doctype? gimme an example!!!

soccer362001
11-20-2003, 11:08 AM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

Tinklepants82
11-20-2003, 11:12 AM
i am simple and welsh.... (no offence to other taffs)
i give up like!

make it more simple if u can!

soccer362001
11-20-2003, 11:15 AM
If you trying to link from one frame to another use
<a href="whatever.htm" target="nameofframe">link</a>

Tinklepants82
11-20-2003, 11:18 AM
nah i know that mate just the "_blank" still opens in the frame and not in a new window. i made a mistake sumwer lol

soccer362001
11-20-2003, 11:19 AM
try
target="new"

DaveSW
11-20-2003, 11:25 AM
Try showing us your page code?

I won't laugh honest... I've still got a site that jumps out of frames when it shouldn't... lol

soccer362001
11-20-2003, 11:26 AM
Yes that would help

Tinklepants82
11-21-2003, 03:56 AM
but its not finished and i would feel like you have seen me naked if i do!
lol :o

plz rmbr i aint had any webdesign training at all just have picked up sum stuff its very basic!

u can check the source yourself if you right click when browsing the page anyway cant u?

its the frame version http://mysite.freeserve.com/aunttammieuk/indexframe.html and click on the "links"page then use the links to escape my lair. u cant! if i have messed up the code then fair enough but i cant seem to find where!

soccer362001
11-21-2003, 07:39 AM
_blank opens a new window for me.

TheBearMay
11-21-2003, 11:59 AM
Haven't investigated to far, but on initial entry into the site I get an error "Object expected Line 3".

When I click on the Links I get the same error for Line 9. More when I get time...

Tinklepants82
11-22-2003, 06:05 AM
u wanna know what dafty here forgot to do? well i err... missed out the "=" in target="_blank"

DOH!!!!!!!!

oops
cheers all for help.
but i still get error msgs so help with that wud b gud!

:o :o :o :o :o :o :D

soccer362001
11-23-2003, 07:52 AM
For one thing you dont have a title tag and the error probably comes from onLoad="doDrop(50,50)

Tinklepants82
11-24-2003, 01:08 PM
dodrop? hate cut n paste things. damn i forgot title tags. oh well i may rectify the situation tomora if i can be arsed lol

thanks!

soccer362001
11-24-2003, 02:10 PM
<body bgcolor="#000000" text="#ffffff" link="#ffffff" alink="#ffffff" vlink="#ffffff" onLoad="doDrop(50,50)">
I have no idea what its for.

Tinklepants82
11-25-2003, 07:01 AM
its for drop shadow thingy on top frame that comes together.

soccer362001
11-25-2003, 07:43 AM
You don't need it in every frame if its just for one frame.

Tinklepants82
11-25-2003, 10:33 AM
i can explain that....
i used the code from the no frames page and split it up but i must have forgotten to delete it from the <body> i will sort it
cheers!