pinkhilduff
09-19-2005, 06:53 AM
how do i get all of the stuff im my navigation to the content box?
www.freewebs.com/hiluniverse/home2.htm
do u need my code to help me?
www.freewebs.com/hiluniverse/home2.htm
do u need my code to help me?
|
View Full Version : how!? pinkhilduff 09-19-2005, 06:53 AM how do i get all of the stuff im my navigation to the content box? www.freewebs.com/hiluniverse/home2.htm do u need my code to help me? luvhartz 09-19-2005, 06:59 AM your hyperlinks need to target the i-frame you wish to use... Im pretty such its this one you have to target... <a href="URL" target="cboxform">link</a> You just look for the I-frame you want to target then look for where it says "name=" and whatever it says you target in your link pinkhilduff 09-19-2005, 11:54 PM ooo ok, kinda confused..i always have this problem but last time i got it..im going to post part of the code! here: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>HiLARY UNiVERSE</title> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </script> <style type="text/css"> <!-- body { background-image: url(repeat.art); background-color: #5A7787; background-repeat:repeat-y; } --> </style></head> <body> <div id="img" style="position:absolute; left:0px; top:0px; z-index:1"><img src="layoutcopy0wg.jpg" width="780" height="600"> </div> <div id="left" style="position:absolute; left:56px; top:457px; width:471px; height:493px; z-index:2"> <P align=left><FONT face= Verdana size=1.5><STRONG>Site Update</FONT></STRONG></P></div> <div id="right" style="position:absolute; left:621px; top:437px; width:159px; height:495px; z-index:3"> <br> <P align=center><FONT face=Verdana size=1.7><STRONG><A href="http://www.freewebs.com/hiluniverse/hilary.htm">HiLARY</A></STRONG></FONT></P> <P align=center><FONT face=Verdana size=1.7><STRONG><A href="http://www.freewebs.com/hiluniverse/interaction.htm">iNTERACT</A></STRONG></FONT></P> <P align=center><FONT face=Verdana size=1.7><STRONG><A href="http://www.freewebs.com/humore/media.htm">MEDiA</A></STRONG></FONT></P> <P align=center><FONT face=Verdana size=1.7><STRONG><A href="http://www.freewebs.com/hiluniverse/online.htm">ONLiNE</A></STRONG></FONT></P> <P align=center><FONT face=Verdana size=1.7><STRONG><A href="http://www.freewebs.com/hiluniverse/right.htm">HOME</A></STRONG></FONT></P> <P align=center><FONT face=Verdana size=1><STRONG>Site Status</FONT></STRONG></P> <P align=center><FONT face=Verdana size=1>Opened- Sept. 9th, 05<BR>Owner- Kacey<BR>Contact- <A href="mailto:hilaryuniverse@yahoo.com">Email</A></FONT></P> <P align=center><STRONG><FONT face=Verdana size=1>Link Us</FONT></STRONG></P> <P align=center><STRONG><FONT face=Verdana size=1><IMG src="http://www.freewebz.com/hiluniverse/hubutton9.gif"></FONT></STRONG></P> <P align=center><STRONG><FONT face=Verdana size=1>Of The Month</FONT></STRONG></P> <P align=center><STRONG><FONT face=Verdana size=1>Tagboard</FONT></STRONG></P><!-- BEGIN CBOX - http://www.cbox.ws --> <table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard"> <tr><td align="center"> <iframe frameborder="0" width="160" height="265" src="http://cbox.ws/box/?boxid=482003&boxtag=3290&sec=main" marginheight="2" marginwidth="2" scrolling="yes" allowtransparency="yes" name="cboxmain" style="border: #ababab 1px solid;" id="cboxmain"></iframe> </td></tr><tr><td align="center"> <iframe frameborder="0" width="160" height="75" src="http://cbox.ws/box/?boxid=482003&boxtag=3290&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: #ababab 1px solid; border-top: 0px;" id="cboxform"></iframe> </td></tr> </table> <!-- END CBOX --></div> <div id="Layer1" style="position:absolute; left:676px; top:22px; width:103px; height:228px; z-index:4"><P align=left><FONT face=Verdana size=1>November 1st: The Perfect Man DVD out</FONT></P></div> kittycat 09-20-2005, 08:23 PM Your first link <A href="http://www.freewebs.com/hiluniverse/hilary.htm">HiLARY</A> should change to <A href="http://www.freewebs.com/hiluniverse/hilary.htm" target="cboxform">HiLARY</A> |