Read more link in colour |
10/28/2007 1:00:43 PM |
PHPRunner General questions | |
O
osluk author
Guys any insight into this, |
|
J
|
Jane 10/30/2007 |
Chris, { global $data; if (strlen($value)>180) $value = substr($value,0,180)." <a href=\"Wine_Data_view.php?editid1=".$data["Ref"]."\"><b><font color=\"#00FF00\"> .. read more ...</b></font></a>"; } |
O
|
osluk author 10/30/2007 |
Brilliant - here is the combined code for a coloured link and full version of the note in target page. { Chris, here is the correct code: |