Cursor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Can anybody help me? I am using the behaviours in FP2003 to create a 'open
browser' link but but you put the cursor over it nothing appears to say it is
a hyperlink, however, when you click on it the pages loads. My Question: How
can I create a cursor to appear?

http://www.stopspots.co.uk

Link in question, located at bottom of page:

CLICK HERE TO SAVE MONEY ON YOUR ORDER
 
Change this -

<p align="center" onclick="FP_openNewWindow('575', '475', false, false,
false, false, false, false, '',
/*href*/'confirmation_pages/package_options.htm')"><b><font face="Arial"
color="#00CC66">CLICK HERE TO SAVE MONEY ON YOUR ORDER</font></b></p>

to this -

<p align="center"><b><font face="Arial" color="#00CC66"><a
href="confirmation_pages/package_options.htm"
onclick="FP_openNewWindow('575', '475', false, false, false, false, false,
false, '', /*href*/'confirmation_pages/package_options.htm');return
false">CLICK HERE TO SAVE MONEY ON YOUR ORDER</a></font></b></p>

(watch the word wrap - that should all be on one line)

The problem was that you had applied the behavior to the <p> tag. Did FP do
that? I wonder how?
 
Back
Top