EasyCMS Website Developer

F.A.Q.

How do I make a link open up in a new page?

MANUAL METHOD (Intermediate / Advanced):

  1. Create the link as normal in your edit window 

  2. Click <Source> 

  3. Find the code that starts <a href="....> 

  4. Between <a and href=, insert the following code, leaving a space either side:   target="_blank" 

  5. <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
Back to F.A.Q.