How I must define a box like this I'm writing right now.
Where I can have in the same box URLs, images, and plain texts.
I define my block -category article as plain text but I can't have URLS, or images. What can I do??
@VIOTEXN: have you switches this to active? $phpwcms['allow_cntPHP_rt'] = 1; //allow PHP replacement tags and includes in content parts Documentions: http://www.phpwcms.de/forum/viewtopic.php?p=77825#77825 Templates: http://phpwcms.de/forum/viewtopic.php?p=77047
In a block contained plain text can I put tags etc?
How can I have a link to an external or an internal tag?
I have tryied to put [EXT http://www.cnn.com]cnn[/EXT]
but it doesn't work
I want to put in my home article a .gif file.
I define that box as image (this article will hold the gif file)
Where I must put this gif file in what directory ??
In my main block I made a block with plain text
But what about If I want to put before the header of my article 3 empty lines
I can't use div command in plain text, what can I do?