F.A.Q.
How do I make a link open up in a new page?
MANUAL METHOD (Intermediate / Advanced):
-
Create the link as normal in your edit window
-
Click <Source>
-
Find the code that starts <a href="....>
-
Between <a and href=, insert the following code, leaving a space either side: target="_blank"
-
<Click to Submit>
SAMPLE:
Before: <a href="http://linktowebsite.co.za">
After: <a target="_blank" href="http://linktowebsite.co.za">
Date Added: 2008-10-01