 |

Jeffie
User
Dec 1, 2008, 8:22 AM
Post #1 of 3
(156 views)
Shortcut
|
|
How do you alter appearance of links to detail pages
|
Can't Post
|
|
Hi Is is possible to alter the appearance of links from a news list page to a news detail page. For example this is a link below: Read more: newsDetail.php?Brixham-Church-launches-new-website-1 I would like it to read Read more: Brixham Church launches new site Thanks Jeff
|
|
|  |
 |

Dave
Staff
/ Moderator

Dec 1, 2008, 5:46 PM
Post #2 of 3
(149 views)
Shortcut
|
|
Re: [Jeffie] How do you alter appearance of links to detail pages
[In reply to]
|
Can't Post
|
|
Hi Jeff, Your code probably looks like this: Read More: <a href="<?php echo $record['_link'] ?>"><?php echo $record['_link'] ?></a><br/> Change it to look like this: Read More: <a href="<?php echo $record['_link'] ?>"><?php echo $record['title'] ?></a><br/> If that doesn't work post the code that generates your link and we'll take a look. Hope that helps! Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

sublmnl
New User
Dec 30, 2008, 2:01 PM
Post #3 of 3
(36 views)
Shortcut
|
|
Re: [Dave] How do you alter appearance of links to detail pages
[In reply to]
|
Can't Post
|
|
worked like a charm for me. just the post I was looking for to make the titles into links. Thank you
|
|
|  |
|