Topic

HTML test

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
PostedApr 1, 2005 at 1:09 pm

not sure if you expected a hyperlink to be produced by your “mark-up”. just in case you’re NOT sure, there are a few things missing.

the next character after your opening ..

here’s your line of HTML

<href=”http://www.backpackinglight.com”>test

now, for instruction purposes, inorder to NOT have it appear as a hyperlink so that you can see my changes, i’m inserting extra spaces b/t certain characters. you should NOT put these characters in yours.

remove the space which is after the
remove the spaces b/t the anchor’s “closing” mark-up, viz. there are 3 spaces b/t the closing <, /, a, and > characters. they should NOT be there for it to work. leave any other spaces alone – they should be there. if you want a longer description than “test” for readers to see, it is ‘ok’ to have spaces in the description.

now here it is working

test

does this help?

Viewing 7 posts - 1 through 7 (of 7 total)
Loading...