RE: Links and macros
[ Edited ]05-10-2009 08:02 PM - edited 05-10-2009 08:40 PM
Don't mind me, I'm trying to figure out what kind of a link issue I have.
www.malwarebytes.org: www.malwarebytes.org
This is weird, it keeps doubling up on me.
So if I go back and take one out, I have to go in and re-link it.
If I use the macros, I have to go in again to link it, is that right.
So if I go to preview, the thing should work, yes?
So what happens, is that the second link does not work, it goes to unexpected error.
The third link does work correctly.
The final link also does not work, goes to unexpected error.
So, where am I going wrong??
So to further the cause of experimentation
http://www.superantispyware.com/index.html
http://service1.symantec.com/SUPPORT/tsgeninfo.nsf
Preumably, all three should work.
Unfortunately, none of the three work. Interesting.
Okay, I will try those three again, having cleared the browser cache as per Dbrisendine:
http://www.superantispyware.com/index.html
http://service1.symantec.com/SUPPORT/sharedtech.ns
http://service1.symantec.com/SUPPORT/tsgeninfo.nsf
So the url is not valid on any of them. (bangs head on desk)
Mark Twain
Re: RE: Links and macros
[ Edited ]05-10-2009 08:46 PM - edited 05-10-2009 08:48 PM
Several random comments:
First, the forum will autolink for example http://www.google.com I am not creating a link out of that, but the forum will when I post this message.
Second, the link tool can be used for making pretty links like this one.
Finally, forum macros can accept HTML. In other words you might want to make your macro definition look something like:
<a href="http://www.google.com" target="_blank">Google</a>
Which when used in a post or PM will result in a link that looks like: Google.
If you don't "know" HTML there is actually a forum 'trick' that you can use:
- Start a new post (or reply to anything) [we are never goint to click 'post' so it doesn't matter if its new or a reply]
- In the editor window type the text you want to link.
- Use the link tool to create the link.
- Press the 'Edit as HTML' button. [The editor window will change from Rich Text to HTML]
- Copy and Paste the HTML into your macro body. [I use two tabs when I'm doing this--one for the editor window and one for the macros]
- 'Cancel' the post.
By the way, you can use this method to make 'pretty' macros. Not only can you generate links this way for macros, but text size, color, bold, smiley's [everything on the toolbar] can be used this way.
Here is an example of one of my macros: Norton Removal Tool is created using:
<a href="http://www.symantec.com/symnrt" target="_blank"> Norton Removal Tool</a>
as the macro body.
Also you can use the same method to create HTML for your personal signature. Thats how I made the Allen that appears as my 'signature'.
Re: RE: Links and macros
05-10-2009 08:58 PM
Thanks Allen_K:
I'm getting the idea that it is in the building of the url that I am having trouble with. I have managed all but the HTML, which is similar in Greek, to me, it's just that I didn't realize it wasn't going where I wanted.
I can send it Here
or here http://www.malwarebytes.com
or via macro http://www.malwarebytes.org
Okay, at least all three work. Thanks Allen, I think I'm getting it. You don't mind if I pass on the HTML editor, do you? 
Mark Twain
Re: RE: Links and macros
05-10-2009 09:03 PM
Allen,
Something the community could certainly use would be a practice board (or sandbox) where one could experiment with different posting tools without fear of accidentally intruding upon an existing thread. Not only are some of the available features complex, but the editor itself is not always intuitive. I would love to have a spot to go off to and play with the options and practice a little HTML. Your post above could be the first sticky!
Re: RE: Links and macros
05-10-2009 09:07 PM
delphinium wrote:You don't mind if I pass on the HTML editor, do you?
Of course I don't!!
Actually the beauty of the editor method is that you don't need to know anything about HTML to use the 'trick'. When I answer a Forum Feedback thread I do like to give full explainations and any extra 'tips and tricks' I have, if any. More users than the person that asked the questions read and learn from the response, so even if you want to take a pass, someone else that reads this thread will use it. ![]()
Re: RE: Links and macros
05-10-2009 09:11 PM
SendOfJive wrote:
Allen,
Something the community could certainly use would be a practice board (or sandbox) where one could experiment with different posting tools without fear of accidentally intruding upon an existing thread. Not only are some of the available features complex, but the editor itself is not always intuitive. I would love to have a spot to go off to and play with the options and practice a little HTML. Your post above could be the first sticky!
I agree. For one reason or another tho, we don't have one
.
However-- I will start an 'official' test post or sandbox thread here in forum feedback for the time being. Please feel free to use it for test posts.
Re: RE: Links and macros
05-10-2009 10:49 PM
