This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Links

How do you produce a link to another page so instead of an web address it says " here".
I am trying to to put a link into my journal, but do not want a long address.

Any help would be great.

Re: Links

Bravenet.jQuery(function(){ var emojiConvert = new EmojiConvertor(); emojiConvert.img_set = 'emojione'; emojiConvert.img_sets.emojione.sheet = 'https://apps.bravenet.com/css/sheets/sheet_emojione_64_indexed_128.png'; emojiConvert.allow_native = false; emojiConvert.use_sheet = true; emojiConvert.init_env(); Bravenet.jQuery('.bn-forum-threads-post-comment').each(function() { var replaced = emojiConvert.replace_colons(Bravenet.jQuery(this).html()); replaced = emojiConvert.replace_emoticons(Bravenet.jQuery(this).html()); Bravenet.jQuery(this).html(replaced); }); });

Re: Links

Thank you

Open link to a new page

I use link in my web but when it was clicked,the adress opened in the same window. how make the adress opened in the different one?

Browser: ,4

Re: Open link to a new page

add the parameter target="_blank" to the anchor tag