bearskin Posted January 10, 2007 Report Share Posted January 10, 2007 ok...I need someone to tell me how to add a clickable link to my web site.obviously just typing in the web address just don't work.I will give you my first born son for help. Quote Link to post Share on other sites
Bubba Bob Posted January 10, 2007 Report Share Posted January 10, 2007 I really like Dave's Site for HTML help. << Click the link for instructions on how to add a link. Quote Link to post Share on other sites
bearskin Posted January 10, 2007 Author Report Share Posted January 10, 2007 thanks bubba...I tried it 10 different ways but never got it to work....to hell with it. Quote Link to post Share on other sites
bobbynichols Posted January 10, 2007 Report Share Posted January 10, 2007 (edited) thanks bubba...I tried it 10 different ways but never got it to work....to hell with it.Don't give up too easily. Here's how I linked one of my poetry pages on my BLOG: <a href="http://home.earthlink.net/~bobbynichols/More%20Poems%20tidy%20HTML.html"><font color="red"><EM>More of my Poems<br />......... a collection</font></a>My BLOG is a very simple HTML mostly page, Bobby's Blog... "Process Poetic", though outdated and not up to date, contains many links (including Besttechie!!!). You can choose View Source by right clicking on almost any page to see the coding and pick up tips for just about anything once you train your eye (after learning a bit of HTML that is).Good luck !!! Edited January 10, 2007 by bobbynichols Quote Link to post Share on other sites
TheTerrorist_75 Posted January 10, 2007 Report Share Posted January 10, 2007 This clickable link allows it to open in a new window/tab.<a href="http://www.besttechie.net/forums/index.php?" target="_blank">BestTechie Forums</a>My home page: My Tech Page Quote Link to post Share on other sites
bearskin Posted January 10, 2007 Author Report Share Posted January 10, 2007 (edited) ok.....this is what I wrote:<a href="http.www.firstpeople.us/">first people</a>where did I go wrong?<a href=''http.www.firstpeople.us/''>first people</a> Edited January 10, 2007 by bearskin Quote Link to post Share on other sites
jsbowen Posted January 10, 2007 Report Share Posted January 10, 2007 ok.....this is what I wrote:<a href="http.www.firstpeople.us/">first people</a>where did I go wrong?<a href=''http.www.firstpeople.us/''>first people</a>The address isn't properly formatted. It should be:<a href=''http://www.firstpeople.us/''>first people</a> Quote Link to post Share on other sites
bearskin Posted January 10, 2007 Author Report Share Posted January 10, 2007 (edited) ok.....this is what I wrote:<a href="http.www.firstpeople.us/">first people</a>where did I go wrong?<a href=''http.www.firstpeople.us/''>first people</a>The address isn't properly formatted. It should be:<a href=''http://www.firstpeople.us/''>first people</a>sorry about the typing error jsbowen.that's the way I typed it on the page...just like you did...I left out the// in this post.I just typed it in a text box..does that matter? Edited January 10, 2007 by bearskin Quote Link to post Share on other sites
jsbowen Posted January 10, 2007 Report Share Posted January 10, 2007 I just typed it in a text box..does that matter?It could. What text box are you referring to? Quote Link to post Share on other sites
bearskin Posted January 10, 2007 Author Report Share Posted January 10, 2007 well my page is supplied by Homestead.com.I downloaded their page maker and it has several forms..like textbox, picture, stuff like that for us non teckies. you place these on the page and move them where you want them. suppose to be easy but it won't let me add html....or maybe it's just me... Quote Link to post Share on other sites
jsbowen Posted January 10, 2007 Report Share Posted January 10, 2007 I see. I haven't used the Homestead editor, but I don't think you are going to want to add a text box just to type in your html.Here's an article from the Homestead site regarding the topic:http://www.homestead.com/~site/scripts_Liv..._Archive32_1482 Quote Link to post Share on other sites
bearskin Posted January 11, 2007 Author Report Share Posted January 11, 2007 thanks jsbowen.....I been working on that thing 5 years.with your help I finally got it.have a good day. Quote Link to post Share on other sites
jsbowen Posted January 11, 2007 Report Share Posted January 11, 2007 Good to hear. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.