I would like to know where I can insert the html (before or after the link html). Also, is it the same html for graphics links as it is for text links?
Note – the links are already clickable – I just need them to open in a separate page.
Also – what is an anchor tag?
Click Here (to open link in blank window every time.
OR
Click Here to open link in a new window only once. If it is clicked again from original page, it will not continue to open, but it will refresh the next page in the browser. =)
ADDITIONAL DETAILS: I’m sorry, I didn’t see the graphics part, here’s the code:
(Never forget the which is the closing tag for this html code)
October 25th, 2006 at 9:19 am
Click Here (to open link in blank window every time.
OR
Click Here to open link in a new window only once. If it is clicked again from original page, it will not continue to open, but it will refresh the next page in the browser. =)
ADDITIONAL DETAILS: I’m sorry, I didn’t see the graphics part, here’s the code:
(Never forget the which is the closing tag for this html code)
October 26th, 2006 at 10:54 pm
Graphics links and text links can be included in the same manner using HTML code.
October 29th, 2006 at 12:43 pm
in the anchor tag target=”new” or target=”blank” would do this