PDA

View Full Version : extended info image link


pinbrook
17-Mar-2003, 09:55 PM
when using the extended info pop up facility,

does anyone know where the text for the link is formatted I want to reduce the font size

garyhay
17-Mar-2003, 10:39 PM
NETQUOTEVAR:EXTINFOLINKNETQUOTEVAR:EXTINFOBUTTON

In Act_ProductLine.htm

cdicken
18-Mar-2003, 02:28 PM
And in prompt ID 1191 and 1192 in 'Design | Text | Website | HTML'

pinbrook
18-Mar-2003, 02:40 PM
<font size="1"><A HREF="javascript:ShowPopUp('info%5fitw104%2ehtml',300,400);">larger image</A></font>


here's my code ......larger image shows in size 2. This is by wrapping the font size around the netquotevar <font size="1">NETQUOTEVAR:EXTINFOLINK</font>

live example (http://www.surf-wax.co.uk/acatalog/Classic_Tees.html)

garyhay
18-Mar-2003, 06:05 PM
Jo

I removed an extra </font> tag just after this line

<font size="1"><A HREF="java script:ShowPopUp('info%5fitw104%2ehtml',300,400);">larger image</A></font>

and it fixed the problem

Must be an extra tag somewhere