If i for example created a html file named "aboutme.html" and puts a link to it on a menu button and want it shown in the "main frame" or whatever its called, i really dont know how css works.. all i can get it to do when i press the about me link is to pop up in a new window : /
did not do anything, still popping up in a new window. i do not know how to work css, the window i want it showing in is called: div.content box large and Div ID is blank, tried "targeting" it to "div.content box large" and "content box large", thats how it was done with the good old html stuff so thats the only way i know tried giving it a Div ID then target it there aswell but nothing.. screw my about me page
<li class="li_nav_body"><a href="About-me.html" class="style9">About ME</a></li> --------------------------------------------------------------------- /*----- MENU ----- */ #navLeft, #navRight { margin: 0; padding: 0; width: 122px; list-style: none; overflow: hidden; } #navLeft li, #navRight li { width: 122px; overflow: hidden; text-transform: uppercase; font-size:9px; font-weight:bold; } #navLeft a, #navRight a { color:#fff; } .li_nav_header a { display: block; width: 122px; height: 20px; background: url(assets/nav_header.gif) no-repeat; } .li_nav_body a { display: block; width: 122px; height: 20px; background: url(assets/nav_body.gif) no-repeat; padding-left: 25px; line-height:20px; } .li_nav_footer a { display: block; width: 122px; height: 33px; background: url(assets/nav_footer.gif) no-repeat; } .li_nav_body a:hover { background-position: 0 -20px; color:#016001; } .li_active a:active { background: url(assets/nav_body.gif) no-repeat; background-position: 0 -40px; color:#fff; } And thats all i could find about the menu stuff, alot of text there but i still cant see how to get it to show in the main window, i downloaded the template to make things easier but i'm starting to think it would be easier to learn css from scraps(so back to the boring guides )..
your page does not come up in a different window...what you mean is how can I get my page to come up in my template ?
yeah, it stopped popping up in a different window when i removed the target blank, forgot to say that, and yep want it in the template