Goodreads Authors/Readers discussion

131 views
Author Resource Round Table > HTML Question about Jumps through Anchor Names in Blogspot

Comments Showing 1-3 of 3 (3 new)    post a comment »
dateUp arrow    newest »

message 1: by Patrick (new)

Patrick Satters | 40 comments Hi guys, i have a probably simple html problem with blogspot. i want to create a toc and let the reader jump through that to the part of the site, within 1 page. so no links to post, everything should be in one.

Importance of ...

a lot of things between them...

Importance of ...

but somehow blogspot changes my marks and tries to create html links to my blog, which fail by the way. any suggestion or answers why that doesn't work?


message 2: by Matt (last edited May 30, 2012 06:58PM) (new)

Matt Prazak (mattprazak) In HTML, one way to do this is, for example:
<a href="#menusuggestions">Menu Suggestions</a>

...

<a name="menusuggestions" /><h2>MENU SUGGESTIONS</h2>

If this doesn't work using the HTML editor within your blog, then they might not allow it.


message 3: by Patrick (new)

Patrick Satters | 40 comments Matt wrote: "In HTML, one way to do this is, for example:
Menu Suggestions

...

MENU SUGGESTIONS
If this doesn't work using the HTML editor within your blog, then they might not allow it."


i did it that way and don't know another one. looks like they don't want it, which i wouldn't understand.


back to top