Minor rant
jlmarta
Posts: 7,881 ✭✭✭✭✭
Just a small complaint/request. When you BOTL's post a link to something, could you do it so that a person only has to click on it to be directed to it? Rather than having to cut & paste it into an address bar?
I know that sounds pretty trivial but for those of us using an iPhone (maybe android, too) cutting and pasting is a hassle. I've only recently figured out how to post a link and I still can't figure out how to do it where only the word 'link' or 'click here' shows in the post. So if I can do it I know it's not hard to do.
Thanks for understanding.
I know that sounds pretty trivial but for those of us using an iPhone (maybe android, too) cutting and pasting is a hassle. I've only recently figured out how to post a link and I still can't figure out how to do it where only the word 'link' or 'click here' shows in the post. So if I can do it I know it's not hard to do.
Thanks for understanding.
0
Comments
Link to Format Posts
I just copy and paste what I want then delete the stock info and insert mine. There might be an easier way but that's how I do it.
This is the code you will use: <a href="Link"><font size = 2>Text (what you will click)</font></a>
So, to make a link to the forum main page, my entry will look like this: <a href="http://www.cigar.com/cs/forums/default.aspx?GroupID=11"><font size = 2>www.cigar.com/cs/forums/default.aspx?GroupID=11</font></a>
And it will function like this: http://www.cigar.com/cs/forums/default.aspx?GroupID=11
The slash brackets are important (what I do at the very end) as they close out the code, making it functional. If you forget the slash, the code won't be closed and will not function. Another important part is making sure you use open quotes and closed quotes around the link, if you forget to close them it will make a clickable link of all text that follows it.
Hope this helps. I'm not a guru at this, but I learn what I need to learn to make this forum functional for me.
Classified Personnel Only
Press Quote to view this url in the html language: http://www.cigar.com/cs/forums/ShowThread.aspx?PostID=323298#323298
http://www.youtube.com/embed/-McpNtHet3w
I'll try the other way (where it just says 'link') later. Thanks for the help. It's appreciated.