I'm apologizing in advance, since I am new to this. I have searched high & low..but can't find anything about the wedding website that The Knot provides for you.
Instead of showing
www.coastlineinn.com I want the actual link to look like 'Coastline Convention Center'.
So, it would read:
"We're having our wedding at the Coastline Convention Center, and reception immediately following"
I want "Coastline Convention Center" to be the link to the website.
Help! I don't really know the lingo either--Is it HTML? I've searched online and tried typing it all out, with no luck.
Thank you in advance!!!
Re: The Knot's Wedding Website
The <a> tells where the link should start and the </a> indicates where the link ends.
Everything between these two will work as a link.
The target of the link is added to the <a> tag using
the href="http://www.whateverpage.com" setting.
The example below shows how to make the word here work as a link to yahoo.
You simply:
URLs
When you make a link, you are making colored text or even a graphic (talked about later). When somebody clicks on this text, it will take them to another web page, or possibly a certain section of a web page. Let's say that you wanted to make a link from your web page, to Yahoo!. The URL of Yahoo! is:
http://www.yahoo.com
To do this, you would type:
<A href="http://www.yahoo.com">What ever text that you want to be colored goes here</A>
Thats teh only thing I could find . You no what I wasn't even thinking. You might not be able to do it . I was trying to link Google Map to my website and the knot website wont allow you to do it . I had to copy and paste the link in . So you might not be able to .
Heres my site ( its not finished yet ).
http://www.theknot.com/ourwedding/sarahmyers&JustinMiravalle
If you click guest information and look at the bottom of the hotel list it says Click below if you want to see google map .
If you are seeing the <a href=" jargin when you post the HTML, click the "source" button at the top left of the editting area. That will pull up your page in HTML format. You will see things like <p />Hello></p> and stuff. Drop your HTML here and it should work.
Let us know if this doesn't work as well.
You might be able to get fancy and steal the embed code from Google and drop that into the Source area. That would make the map show up on the page. It might work!
Try dropping this into the source area instead and see what it looks like:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?oe=utf-8&client=firefox-a&ie=UTF8&q=hotels+by+malabar+road+palm+bay+florida&fb=1&gl=us&hq=hotels+by&hnear=Malabar+Rd,+Palm+Bay,+Brevard,+Florida+32909&view=text&ei=3f8PTKriBIL78Aar4uGaCQ&ved=0CCQQtQMwAA&ll=28.037622,-80.614764&spn=0.096817,0.09813&output=embed"></iframe><br /><small /><a href="http://maps.google.com/maps?oe=utf-8&client=firefox-a&ie=UTF8&q=hotels+by+malabar+road+palm+bay+florida&fb=1&gl=us&hq=hotels+by&hnear=Malabar+Rd,+Palm+Bay,+Brevard,+Florida+32909&view=text&ei=3f8PTKriBIL78Aar4uGaCQ&ved=0CCQQtQMwAA&ll=28.037622,-80.614764&spn=0.096817,0.09813&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
I"m a web developer, so I get all nerdy and think stuff like this is cool :-P
This is why I'm making my own website.