Feeds

2nd time I'm asking.. How do I use the "Quotes" button correctly, and links too?

PerformancingAds
Submitted by Straight Shooter on September 3, 2007 - 11:21pm in

How can I make the quotes button work correctly so that when I do a quote of something, it shows up like this...

"Hello, there. I am a great guy."

instead of like this...

"Hello, there. I am a great guy.

Also, in terms of links, can I make a link open in a new page?

Thanks
Jim


I answered last night but it

I answered last night but it had an external link (as an example) and it seems to be stuck in mod queue. No big deal, I can summarise.

Firstly, I'm not sure I understand your problem with the "quotes button" as I wasn't aware there even was one.

However, opening links in another page is just simple HTML. You need to create a targer for your href which in this instance would be "_blank". As an example, the following HTML would open up a link to the W3Schools tutorial on HTML links in a new window - <a href="http://www.w3schools.com/html/html_links.asp" target="_blank">W3Schools HTML links tutorial</a>

You'll notice down the bottom of text input boxes on Performancing it lets you know what HTML tags are permitted. If you want links to open in a new window, you're going to have do some hand editing of the HTML to make it look like the above.

A caveat on using any external links is that in my experience using external links greatly increases the chances that your post will be caught up in a moderation queue and be very much delayed (if it appears at all). I understand that the moderation queue is required to combat spam, it doesn't make it any less of a frustration for me as I like to link out and use pictures. Still, I'm nothing if not adaptable.

Hope this helps you some.

Shane

It does.. Thanks Jim

It does.. Thanks
Jim

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <h2> <h3> <h4> <img> <div> <a> <em> <strong> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <span> <table> <td> <tr> <caption> <th> <hr> <pre> <br> <p> <object> <param> <embed> <strike>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
2 + 4 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.