slink11
05-10-2003, 08:28 PM
i don't even know what they are can someone send me an example please!
|
View Full Version : help problem about frames slink11 05-10-2003, 08:28 PM i don't even know what they are can someone send me an example please! zangerbanger 05-10-2003, 08:31 PM http://www.lissaexplains.com/frames.shtml spazex 05-13-2003, 10:09 AM I'm just having trouble getting my frames to work. I've saved the leftside and all the links that're suppose to be on the l.side and nothing shows. I plan was to have a black background, l.side with my links in blue and on the r.side a journal or a graphic art design. So far, I've had to change it due to it wouldn't work. I have popup windows on the l.side and my promotions site in the center. http://www.spazex.sphosting.com Sheila 05-13-2003, 10:41 AM For spazex.... Since I have no idea where you saved you frame code, here is an easy explanation of how to make frames.... Save this as index.html <html> <head> <title>My Page</title> </head> <frameset cols=20%,80%> <frame src="left.html" name="leftside"> <frame src="right.html" name="rightside"> </frameset> <body> </body> <noframes> <a href="your main page.html">Click Here</a> </noframes> </html> Save this as left.html <HTML> <HEAD> <TITLE>Your page title goes here</TITLE> </HEAD> <BODY> Your Links and whatever </BODY> </HTML> Save this as right.html <HTML> <HEAD> <TITLE>Your page title goes here</TITLE> </HEAD> <BODY> Your introductory page </BODY> </HTML> --- The page with your links, you will have to target them to your right side...For example, <a href="http://address you want to link to" target="rightside">Your Link Name</a> spazex 05-13-2003, 11:04 AM Thanks so much, something must have happen in the midst somewhere. I have all of that, it must be saved wrong somewhere. I will redo again... thanks again. love your site, nice baby pics. cheers |