Hey guys, I'm new to blogging, and I was wondering if any of you could tell me how to cut a review and have a link that says "click here for the rest" or something so that I'm not posting spoilers when I review second and third books in series? I hope that made sense, haha. I've messed around with blogger, but I couldn't figure out how to do it.

Thanks!

Views: 193

Reply to This

Replies to This Discussion

Hey , i seached on google :D Check here : http://www.htmlforums.com/html-xhtml/t-how-do-i-hide-and-reveal-tex...  

 

i think this is what you're looking for :D 

I can't get any of them to work! :( Thanks for trying though! :)

If you are using wordpress, there is an icon that says "more". so put your cursor where you want stop and click on the icon.
It won't show on the preview but it will show on the blog.

Hope this helps,

Janis 

Unfortunately I'm using blogspot, and I'm not even sure if it's possible to do that on blogspot. Thank you, though! :) If I switch to wordpress, I'll keep that in mind. 

Hey Amber

You can embed your link- if you're using wordpress, just hit the lil link button and your text will be the "click here" whereas the link text box will actually add the text.

It will look like this- You Can't Run From the Heat

Get it? :-)

Qiana

Ok..so i am gonna try it myself , and after i'll get back to you :D 

Ok..so after a little research :

This is the script 

<script language="javascript">
function toggle() {
var ele = document.getElementById("toggleText");
var text = document.getElementById("displayText");
if(ele.style.display == "block") {
ele.style.display = "none";
text.innerHTML = "show";
}
else {
ele.style.display = "block";
text.innerHTML = "hide";
}
}
</script> 

 

and you put this where you want the "show/hide" to appear.

<a id="displayText" href="javascript:toggle();">show(you can put here view spoiler or something)this will be be the text you'll have to click to show the text  </a>
<div id="toggleText" style="display: none">Here you put all the text that you want to hide  </div> 

 


Hi Amber

If you're in 'compose' on blogspot, there's an icon (should be next to the 'insert a video' icon), it looks like a little page being broken - that will insert a page break for you! It's super easy.

AHHH that worked! Thank you!!! :)

Yay! :)

another way you can do it, if you're working in the 'html' section (since the icon doesn't show there), is just type <!--more--> where you want the page break.

A much easier way to do this through Blogger is to go to "Settings" "Site Feed" then next to Allow Blog Feeds you can choose how much of your post you want to show up. Your options are full, short, until jump break or none.

Jordan
The Ink Puddle

RSS

Need help?

Badge

Loading…

© 2013   Created by Tricia.   Powered by

Badges  |  Report an Issue  |  Terms of Service