Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

PLEASE HELP - Adding "read more" button in html

  • 01-12-2012 10:43PM
    #1
    Registered Users, Registered Users 2 Posts: 1


    Hi guys,

    I am recently new to HTML and I am trying to build a site by myself. I am building a website with HTML and CSS. Within my web page I have a long piece of text which I have it contained within a <p> tag. The issue here is that I am trying to add a "read more" button to this piece of text but just simply do not know how. Can someone please advise me on how to do this please as I am getting very frustrated with this set back. The following is my code:

    <div class="row-fluid">
    <div class="span4" style="width: 100%">
    <a name ="workexp"><h2>Work Experience</h2></a>
    <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.
    </p>
    <p><a class="btn" href="#">View details »</a></p>
    </div><!--/span-->
    </div><!--/row-->


    Thank You


Comments

Advertisement