how to change the apperance of the top_readmore_link

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
dick265
Posts: 23
Joined: Sun 18. Dec 2005, 23:05
Location: Netherlands
Contact:

how to change the apperance of the top_readmore_link

Post 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
Dick
doing business from the heart
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

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

Code: Select all

$template_default["top_readmore_link"]		=
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
dick265
Posts: 23
Joined: Sun 18. Dec 2005, 23:05
Location: Netherlands
Contact:

Post 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:
Dick
doing business from the heart
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
dick265
Posts: 23
Joined: Sun 18. Dec 2005, 23:05
Location: Netherlands
Contact:

Post by dick265 »

:D it works perfectly
I do not understand but
who cares, it works!
tnx
Dick
doing business from the heart
Post Reply