Author Topic: html problem  (Read 6720 times)

Harbinger

  • Level 10
  • *
  • Posts: 416
  • Fell Points: 0
  • Goes up to eleven
    • View Profile
html problem
« 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.
Fighter, your intelligence is found to be lacking when compared to the average intelligence of a group of your peers. -White Mage

Small boys throw stones at frogs in jest. But the frogs do not die in jest. The frogs die in earnest. -Pliny the Elder

The Holy Saint, Grand High Poobah, Master of Monkeys, Ehlers

  • Administrator
  • Level 96
  • *****
  • Posts: 19211
  • Fell Points: 17
  • monkeys? yes.
    • View Profile
    • herb's world
Re: html problem
« Reply #1 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

Harbinger

  • Level 10
  • *
  • Posts: 416
  • Fell Points: 0
  • Goes up to eleven
    • View Profile
Re: html problem
« Reply #2 on: August 17, 2006, 10:54:44 AM »
Still not working, and it's bumming me out.
Dr. Steel
« Last Edit: August 17, 2006, 12:50:53 PM by Spriggan »
Fighter, your intelligence is found to be lacking when compared to the average intelligence of a group of your peers. -White Mage

Small boys throw stones at frogs in jest. But the frogs do not die in jest. The frogs die in earnest. -Pliny the Elder

The Holy Saint, Grand High Poobah, Master of Monkeys, Ehlers

  • Administrator
  • Level 96
  • *****
  • Posts: 19211
  • Fell Points: 17
  • monkeys? yes.
    • View Profile
    • herb's world
Re: html problem
« Reply #3 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.

Harbinger

  • Level 10
  • *
  • Posts: 416
  • Fell Points: 0
  • Goes up to eleven
    • View Profile
Re: html problem
« Reply #4 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!
Fighter, your intelligence is found to be lacking when compared to the average intelligence of a group of your peers. -White Mage

Small boys throw stones at frogs in jest. But the frogs do not die in jest. The frogs die in earnest. -Pliny the Elder