Timewaster's Guide Archive

General => Suggestions Box => Topic started by: Harbinger on August 17, 2006, 01:44:52 AM

Title: html problem
Post by: Harbinger on August 17, 2006, 01:44:52 AM
 <a href="http://www.doctorsteel.com" target="_blank">Dr. Steel</a>

This should create an anchor, right? why isn't it working? And yes, I'm checking the "adding code" box.
Title: Re: html problem
Post by: The Holy Saint, Grand High Poobah, Master of Monkeys, Ehlers on August 17, 2006, 08:40:39 AM
that creates a link. If you want it to be an anchor that you can call a specific spot on a web page with page.html#anchor you need to have no href and add in name="anchor"

But yes, you have the html correct.

If you want to do it on the message board, though, you can't use HTML, you need to use BBCode, which would be
Code: [Select]
[url=http://www.doctorsteel.com]Dr. Steel
Title: Re: html problem
Post by: Harbinger on August 17, 2006, 10:54:44 AM
Still not working, and it's bumming me out.
Dr. Steel (http://www.doctorsteel.com)
Title: Re: html problem
Post by: The Holy Saint, Grand High Poobah, Master of Monkeys, Ehlers on August 17, 2006, 11:40:03 AM
oops. that's because I forgot to close it in my example
put [/url] at the end and it will work.
Title: Re: html problem
Post by: Harbinger on August 17, 2006, 08:24:16 PM
Fix a man's code, and he programs for a day. Teach a man to code, and he programs for a lifetime. Thanks!