PRODUCT CATEGORIES
AZEK® Brand PVC
Balusters (Spindles)
Baseboards
Beadboard & V-Groove
Blocks, Corner/Base/Etc
Brackets
Caps, Door & Window
Casings, Door & Window
Ceiling Medallions
Columns
Corbels
Corner Guards (Beads)
Crown Mouldings
Deck Boards, Etc
Entry & Window Systems
Finials & Drops
Gable Decorations
Gallery Rails
Handrails
Headers
Lamp Posts
Medallions, Fretwork
Mouldings
Newel Posts
Niches, Wall
Pilasters
Polyurethane Products
Porches - START HERE!
Porch Flooring
Porch Posts
Rails
Roof Spires
Running Trim
Screen/Storm Doors
Shingle Siding
Shutters
Small Parts
Spandrels
Spindles (and Balusters)
Stair Parts, Interior
Sunburst Fans
Trim Boards
Vents, Louvered
Wainscot Beadboard
YellaWood® Pressure Treated
The Bargain Room!
More . . .

HELP DESK
Product Options
Ordering Info
Shipping & Returns
How To Information
Frequently Asked Questions
Gift Certificates
Our Company
Employment

Home > Links 

< Previous Page

Links


TO ANOTHER PAGE USING TEXT AS THE LINK
<a href="destination.html">clickable text</a>
Example:
<a href="index.html">Home Page</a>
Home Page


TO ANOTHER PAGE IN A NEW WINDOW/TAB
<a href="destination.html" target="_blank">clickable text</a>
Example:
<a href="index.html" target="_blank">Home pg new tab</a>
Home pg new tab


TO ANOTHER PAGE USING AN IMAGE AS THE LINK
<a href="destination url"><img src="image url" align="left" alt="text" title="text" border="0"></a>
Example:
<a href="index.html"><img src="https://sep.turbifycdn.com/ty/cdn/vintagewoodworks/ei-promo-earlybird10.jpg?t=1715806561&" align="left"
alt="Example of Graphic pointing to Home Page" title="Example of Graphic pointing to
"Home Page" border="0"></a>
Example of Graphic pointing to Home Page




GRAPHICS AS LINKS TO GRAPHICS
1. Embedding graphics to the caption can cause the lost of size and detail to the graphic.

2. In order not to lose the details, using a link to a pop-up window with the larger version of the graphic is created.

3. The larger version of the graphic must first be save as a "popup" template. A. Click on "Section" and change template to "popup." B. Add html for "Close Window" to the caption both at the top and bottom. C. Between the "Close Window" commands insert graphic and add text on printing. (To print this page hold down CTRL + P keys.) D. Click "Update."

4. At the page where the smaller graphic was embedded into the caption, change the graphic to a link using following html code: <A HREF=javascript:testWindow('pop-up.html')><IMG src=image.jpg url ALIGN=right ALT=descriptive text BORDER=0></a>

5. Update page and test.


TO A POP-UP WINDOW USING TEXT AS THE LINK
<a href="javascript:testWindow('DestinationPage.html')">clickable text</a>
Example:
<a href="javascript:testWindow('cypress.html')">Cypress</a>
Cypress


TO A POP-UP WINDOW USING AN IMAGE AS THE LINK
<a href="javascript:testWindow('pop-upname.html')"><img src="image url" alt="text" title="text" border="0"></a>
Example:
<a href="javascript:testWindow('cypress.html')"><img src="https://sep.turbifycdn.com/ty/cdn/vintagewoodworks/ei-promo-?t=1715806561&
earlybird10" alt="link to pop-up window" title="link to pop-up window" border="0"></a>
link to pop-up window


TO A SPECIFIC POINT ON CURRENT PAGE (where the clickable link shows)
NOTE - View the next 2 lines in edit mode to see actual HTML coding.
(Order below) - use this HTML for the actual link.
- use this HTML just above the destination point.
Example:
<a href="#top>Top</a>
Top

NOTE: Clicking the blue "Top" link just above works because the destination point (top of this page) was given a name (Top) using Name Link command <a name="top"</a>.
More examples at A to Z Index



TO SPECIFIC POINT ON ANOTHER PAGE (Destination Page)
Use a #name assigned to a specific point on another page (Destination Page) to create a Name Link on the current page.

Example
<a href="faq2.html#patterns">Patterns</a>
At the A-Z Index, the above points to "Patterns" at "FAQ > Ordering > 3.(Patterns)"
This works because at FAQ > Ordering > 3.(Patterns)" a "#name" attribute of '#patterns' exist just above the destination point of "Patterns".

Newsletter Signup

Browse Archives

RELATED PAGES
Graphics
Graphics
Graphics, Alt & Title Attributes
Graphics, Alt & Title Attributes
Graphics, Embedded
Graphics, Embedded
Script, Javascript
Script, Javascript