how to call an external link to a frame?
-
I have a beautiful theme with a really cool buttons menu
I’d like it to allow me to switch between some of my pages
by now I’ve started with HTML frames
main index.html on the root reads:<FRAMESET rows="360,1*"> <FRAME name="top" src="wordpress/index.php" noresize FRAMEBORDER=NO FRAMESPACING=0 BORDER=0 scrolling="no"> <FRAME name="bottom" src="bindex.php" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0> </FRAMESET> </HTML>
but even adding a target like
target="bottom"
to the “<a href ” on the buttons all I get is a full screen of the destination linkI wouldn’t like to loose the buttons
initially I’m not going to use any categories/post of wordpress, just the buttons to link to my pages
I’ll include the rest later
- The topic ‘how to call an external link to a frame?’ is closed to new replies.