HTML help

The friendliest place on the web for anyone that enjoys cooking.
If you have answers, please help by responding to the unanswered posts.

LT72884

Head Chef
Joined
Aug 20, 2007
Messages
1,421
Location
UTAH, BABY
so on my web site i added a link to smoothwall.org here is my code for it

<a href="www.smoothwall.org">Smoothwall</a> is a great software based on Linix for SPI FW.

ok so on my site when i save it, i point on the link to see where it is pointing to and it reads

"Http://home.comcast.net/~lt72884/site/www.smoothwall.org"

how the heck did that end up in there..

EDIT.

DC does not like my address. it turned it from the link to the word COMCAST...
 
Last edited:
SORRRY i just went to edit my post. i noticed the bad word.... thanx for changing it for me
 
so on my web site i added a link to smoothwall.org here is my code for it

<a href="www.smoothwall.org">Smoothwall</a> is a great software based on Linix for SPI FW.

You need to have the fully qualified URL in there, you need to add http:// in front of the address.

You cannot abbrevite in HTML like you can when typing the URL in the browser.

Here is a great site for HTML reference W3Schools Online Web Tutorials
 
You need to have the fully qualified URL in there, you need to add http:// in front of the address.

You cannot abbrevite in HTML like you can when typing the URL in the browser.

Here is a great site for HTML reference W3Schools Online Web Tutorials

LOL, i forgot all about that.. Is that why it added the comcast stuff to the link then?

W3C rox.

You would never know that i am CIW certified.. Can you tell. lol.. its been at last 4 years since i have touched HTML..

Thanx. Let me try it out and see what happens
 
Yes, by default it was looking at your local site directory to try and find something named that since it was trying to link to it.
 
Back
Top Bottom