Changing link
7 posts by 2 authors in: Forums > CMS Builder
Last Post: November 11, 2008 (RSS)
Instead of it having the full, long link on screen, I'd rather have a link that says 'Read More', or better still, an image that is the link.
Is that possible?
Re: [Moonworks] Changing link
By Dave - November 11, 2008
interactivetools.com
Re: [Dave] Changing link
<b>Click here for further info:</b> <a href="<?php echo $record['_link'] ?>"><?php echo $record['_link'] ?></a><br/>
I'm a rookie when it comes to PHP, just about reached 24 hours on it [blush]
Re: [Moonworks] Changing link
By Dave - November 11, 2008
<a href="<?php echo $record['_link'] ?>">Read More >></a><br/>
Or
<a href="<?php echo $record['_link'] ?>"><img src="http://www.interactivetools.com/images/logo.gif" /></a><br/>
interactivetools.com
Re: [Dave] Changing link
The only thing is, how do I get rid of the coloured square around the image?
http://www.theewf.com/news/breakingnewslist.php
Re: [Moonworks] Changing link
By Dave - November 11, 2008
<img ... border="0" ... />
interactivetools.com
Re: [Dave] Changing link