View Full Version : Frames ?


Tjololo
05-13-2003, 11:17 PM
Hey, I have a framed site...How would I make a link that would take up the whole screen, not just right or left side? What would I target it as, fullpage or something?

pb&j
05-13-2003, 11:20 PM
if you want the link to open into a new window use
"_blank"
as the target value. if you want to have the link open into the same window fully then use
"_top"
as the target value.

Cherchezlafemme
05-13-2003, 11:22 PM
As if you wanted a new window i'm confused!

well if you want that

<a href="http://" target="_blank">

Tjololo
05-13-2003, 11:35 PM
Alright thank you both very much...I appreciate it!

Cherchezlafemme
05-13-2003, 11:44 PM
your welcome! ;)