Click to See Complete Forum and Search --> : Mouse screentip for hyperlinks and more


Codeman420
09-07-2007, 10:49 PM
i need help. i want to put a screentip on my mouse when i mouse over my hyperlink and i want to open a new window when i click on one of my hyperlinks. can any1 help

ray326
09-07-2007, 11:01 PM
By "screentip" do you mean "tooltip"? Use a title attribute for that. Use the target="_blank" attribute to open in a new window.

Codeman420
09-07-2007, 11:09 PM
i guess the little box that appears under the mouse.and where do i put the target="_blank" heres my hyperlink code:


<center>
<A HREF="index.htm">Home</A>
<A HREF="Members.htm">Members</A>
<A HREF="warhawk.htm">WARHAWK</A>
<A HREF="rfom.htm">Resistence:FOM</A>
<A HREF="graw.htm">GRAW</A>
<A HREF="http://codeman520.proboards102.com/index.cgi">Forums</A>
<A HREF="ContactUs.htm">Contact Us</A>
</center>

i want the proboards hyper to be the new window

Codeman420
09-08-2007, 12:07 AM
i figured it out thanks for the help