Can anyone explain again how to embed links as a hyperlink? And can we get a "link" button to associate a url with text like many free blogs have?
Like someone else said, this site seems outdated without features like that..
Topic
post button “link” to embedd hyperlinks
Become a member to post in the forums.
- This topic is empty.
Its not really outdated, unless you consider html outdated, its just not as "full featured" as some other sites.
Anyway to embed links in text simply using the following:
<a href="YourURLhere"> Text to embed into</a>
Simple, huh?
Adam
Adam:
How were you able to type out the string without the system actually attempting to embed as a link? I copied and pasted your string above, and it turned out like this:
Sorry to drift off topic..
test:
Cilogear
Always used to work for me. Guess I should double check on the new site.
Test: Fabric Mojo
Yup, works fine for me. Now for the trickier one:
Test:
<a href=”http://www.mountainlaureldesigns.com/fabric.php”>Fabric Mojo</a>
Okay, finally figured that out.
You need to replace each ‘<‘ with ‘<’ followed by ‘;’ and each ‘>’ with ‘>’ followed by ‘;’, except don’t type the ‘ symbols.
You're welcome. Funny guy.
Magic Ben, just magic….
Actually, I just did what Jason did. I looked up how to show html code without it treating it as code on Google and found that if you use the string of symbols it displays the < and > as text and doesn't look at them as something to use for code. Aren't computers fun?
Adam
Thanks, Adam.
<a href="http://www.cnn.com">CNN</a>
Become a member to post in the forums.

