Be a Supporter!

Html problem

  • 399 Views
  • 3 Replies
New Topic Respond to this Topic
Muncey
Muncey
  • Member since: Oct. 24, 2005
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Html problem 2006-11-03 13:37:36 Reply

Ive just hosted my site and i made a link to link to google as a test and it ended up as www."myhost".com/www.google.com

How do i get rid of the start so it links to google?

elbekko
elbekko
  • Member since: Jul. 23, 2004
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to Html problem 2006-11-03 13:41:20 Reply

Put http:// infront of the link. This is needed for all outside links.


"My software never has bugs. It just develops random features. " - Unknown

[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]

BBS Signature
Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to Html problem 2006-11-03 13:42:03 Reply

http://www.google.com

Always put http:// in your links when you make them.

So it'd be
a href="http://www.google.com"

Muncey
Muncey
  • Member since: Oct. 24, 2005
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to Html problem 2006-11-03 13:51:16 Reply

Thanks a lot, simple enough lol.