Thread: frontpage 2000
View Single Post
Old 06-02-2003, 03:24 PM   #2 (permalink)
X_cody_X
Tilted
 
Location: Brandon, FL
make sure you have your frames named in your index page, like :

< frame name="menu" noresize src="left.html" >
< frame name="right" noresize src="main.html" >

In your left.html page add "< base target="right" >" somewhere in your <head> tags(I normally put it between my < /title > and < /head > tags).

Hopefully thats what your trying to do. Get the links in your left frame to open in your right frame? At least thats how I read, sorry for wasting your time if I was wrong.

Note: Your file names may differ from the examples I provided but hopefully you get the idea, and make sure you dont have all the spaces by the brackets I used, vBulletin didn't like the way I tried to originally put it in.
X_cody_X is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73