Page 1 of 1

how to change the apperance of the top_readmore_link

Posted: Thu 2. Feb 2006, 16:24
by dick265
Hi
when an article as a summary and more content, the readmore link appears.

template_default["top_readmore_link"] = "more…";


I would like to change the appearance of this link. I would like to precede this by a little GIF, the internal link figure.

How should I code this?

Dick

Posted: Thu 2. Feb 2006, 16:54
by pico
Hi

take a look to ../config/phpwcms/conf.tmeplate_default.inc.php

Code: Select all

$template_default["top_readmore_link"]		=

Posted: Fri 3. Feb 2006, 10:23
by dick265
Hi
thanks, to furhter specify my question:
if the name of the GIF was XYZ.GIFm how should the code line look like?

template_default["top_readmore_link"] = <XYZ.GIF> "more…";

I'm not a HTML expert at all, so I do not know. . . . :oops: thanks in advance :lol:

Posted: Fri 3. Feb 2006, 16:11
by flip-flop
Hi dick265,

Code: Select all

$template_default["top_readmore_link"]	= '<img src="picture/navi/my.gif" alt="LinkText" title="LinkText" border="0" width="xx" height="yy" hspace="x" vspace="y"> moreText';
Gruß Knut

Posted: Sat 4. Feb 2006, 20:37
by dick265
:D it works perfectly
I do not understand but
who cares, it works!
tnx