E-mail List Archives
Re: the "Read More" links vs elipsis
From: John Foliot
Date: Dec 7, 2011 1:03PM
- Next message: Jared Smith: "Re: best tooltip markup and behavior?"
- Previous message: GILLENWATER, ZOE M: "best tooltip markup and behavior?"
- Next message in Thread: Jared Smith: "Re: the "Read More" links vs elipsis"
- Previous message in Thread: Nancy Johnson: "Re: the "Read More" links vs elipsis"
- View all messages in this Thread
Angela French wrote:
>
> I have read the various suggestions and while they are great if you get
> to hand code a page, for a site that is maintained by content editors
> using a CMS where writing any code at all is impossible, I have to
> resort to a more "spelled-out" solution for the typical "read more"
> approach.
>
Hi Angela,
How about something like this:
.offscreen {
position:absolute;
left:-999px;
top:-999px;
}
<h3>$Title</h3>
<p>$teaser</p>
<p><a href="$Link"><span class="offscreen">$Title :</span>Read
More</a></p>
(pseudo code used to illustrate the idea)
- Next message: Jared Smith: "Re: best tooltip markup and behavior?"
- Previous message: GILLENWATER, ZOE M: "best tooltip markup and behavior?"
- Next message in Thread: Jared Smith: "Re: the "Read More" links vs elipsis"
- Previous message in Thread: Nancy Johnson: "Re: the "Read More" links vs elipsis"
- View all messages in this Thread