• Share:
  • Send to Reddit
  • Send to StumbleUpon
  • Send to Facebook
  • Send to del.icio.us
  • Send to digg

Link to Blog Not Working

When commenting on a thread about SE Bloggers, the link to my blog is not working. It works wherever else I have posted it, including in my SE profile. Any suggestions on how to post it so it links to my blog? Thanks.

8 Comments:

This isn't an answer to the question, but is somewhat related - can someone post the instructions for putting a link into a comment? Thanks!

add before the link you want and after.

Remove the [ and ] from the above.

Ex. - you can read more about hamburgers at A Hamburger Today. The link will show up blue in the comment preview.

huh, that's odd. the preview showed the code you needed...lemme try one more time a different way.

a href="LINK URL" before the link

/a after the link

add to bracket the code above

Okay, @kittchengeeking, I've been avoiding html because every time I've tried it gets botched here...it's been a long time since I've needed this stuff, and the previews don't show the results. so I can never tell if I've got it right..

So, your information is about the same as what's posted below, BUT...

I know I need to put the web address there somewhere, but is it where they've got URL or link? Or both? And assuming (and I could be wrong) that something goes where URL is, do I leave the quotes in or no?

@cookingathome,

You do not really need to fiddle about with the html tags and syntax if you don't want to. All you really need to do is to copy and past the web address to your Blog into one of these comment windows. Just be sure to copy the entire thing from beginning to end.

Use the following code for making a link:

<a href="paste-url-here">write-some-link-text-here</a>

EXAMPLES
My fave website is <a href="http://www.seriouseats.com">Serious Eats</a>.
Yields: My fave website is Serious Eats.

Check out <a href="http://www.101cookbooks.com/archives/simple-cauliflower-recipe.html">this awesome recipe</a> from 101 Cookbooks.
Yields: Check out this awesome recipe from 101 Cookbooks.

TIP
When linking the URL in the code above, make sure to always include the entire URL, including the http:// part ...
Yes: <a href="http://www.google.com">Google</a>
No: <a href="google.com">Google</a>

@kitchengeeking: The actual code wasn't showing up because the minute you type the "<" and ">" elements to create HTML code, those characters immediately disappear—since they become part of the code and must necessarily be hidden. You have to then use special code to get the HTML code characters to show up—I use &#60; (&#62; (>).

Thanks, @Adam. I'm sure I could have figured it out if I had invested a few more brain cells in it, but I'll admit that having programs do this sort of thing for me automatically has made me really lazy about it. Which is sort of sad, considering that my first computer required coding for the word processing programs. Yes, I'm older than Word.

Add a comment:

Comments can take up to a minute to appear - please be patient!

Previewing your comment:

 

HTML Hints

Some HTML is OK: <a href="URL">link</a>, <strong>strong</strong>, <em>em</em>

Comment Guidelines

Post whatever you want, just keep it seriously about eats, seriously. We reserve the right to delete off-topic or inflammatory comments. Learn more at our Comment Policy page.

If you see something not so nice, please, report an inappropriate comment.

Start Talking!

Need a question answered? Have advice to share? Start a Talk topic now!

Sign up to start a talk topic

Sign up to get your questions answered and share advice.