Capture code here: press Select All then COPY the contents
I have made notes in codes below and it will effect functionality!
Use the Select All choice above to copy code!
Place this script into an Insert > HTML (webgem in Trellix)
Change BLUE items to your address information (use a + instead of space in address)
Change GREEN items to the colors of the rollover link
Change ORANGE items to your link.
<a href="http://www.mapquest.com/maps/map.adp? city=orlando&state=FL&address=20+Coburn+Ave&zip=32805-2138&country=us&zoom=8
" style="text-decoration: none;" onmouseover="this.style.color='#FF0000'" onmouseout="this.style.color='#330066'">Where is Lambert Corporation?</a>
STYLE TIP:
This sample link uses Font Color RED on mousover with no underline.
Conside the other styles for your link shown on this page.
Just replace the http reference shown on the other page with the http reference from this link:
http://www.mapquest.com/maps/map.adp? city=orlando&state=FL&address=20+n+coburn+ave&zip=32808&country=us&zoom=8
|