Example of layout
Read More
I want to give the ability to a content editor to only have to add (read_more} below any content block without using the news module and have the ability to link to any page or external page using Tiny's URL function. I don't them to have to worry about hand coding the
Page Content Block Example
Code: Select all
<h1>Title of Content</h1>
<p>Content text</p>
{read_more}
Code: Select all
.read-more ul{
width: 75px;
margin: 0px;
padding: 0px;
}
.read-more ul li a{
background: url(uploads/images/blue-arrow.png) no-repeat right;
font-weight: bold;
color: #0092bf;
display: block;
margin: 0px;
padding: 0px;
}