Page 1 of 1
What about if my article contains palin text, images and URL
Posted: Mon 30. Apr 2007, 13:47
by VIOTEXN
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??
Posted: Mon 30. Apr 2007, 21:42
by Jensensen
Hi VIOTEXN,
think about, weather you want to go on developing web sites in the future?!
Sorry, but mostly, your questions are like:
well, I bought a new car and would like to drive on road now. Does anybody know how to start the engine?
or:
hmm guys, I locked the door and threw the key away. What can I do to get the door open again? Does anybody know where the key was landing? Please help...
To get better help you should describe your problems more exactly.
Concerning HTML you should read some manuals, tutorials, how-to's which can be found numerously on the web, even CSS and so on.
Afterwards, working on web pages, even phpwcms, will be easy....
Regarding your question: I don't got it!
What did you do? what's the problem, where, what, when, how....??????????
greetz
Posted: Mon 30. Apr 2007, 22:13
by Oliver Georgi
I guess you mean you want to wrap multiple content parts into one CSS styled div - and if it has a border = box! Isn't it?
If this is what you want to tell us:
CP HTML -> <div class="mybox">
....all your other CPs
CP HTML -> </div>
Oliver
Posted: Wed 2. May 2007, 12:28
by VIOTEXN
Oliver Georgi wrote:I guess you mean you want to wrap multiple content parts into one CSS styled div - and if it has a border = box! Isn't it?
If this is what you want to tell us:
CP HTML -> <div class="mybox">
....all your other CPs
CP HTML -> </div>
Oliver
Hi oliver
I started writing an article (as plain text)
Can I inside my text a URL ?
I put a URL inside my article but it is not seen as URL (it is seen as an inactive URL) but as normal text
What can I do?
Posted: Wed 2. May 2007, 12:30
by Oliver Georgi
I really don't know because it is working for me.
[EXT
http://www.mytarget.com/]My Text[/EXT]
Oliver
Posted: Wed 2. May 2007, 12:37
by Jensensen
try:
<a href="LINK_TO_SERVER" title="HAVE A LOOK">click here</a>
greetz
Posted: Wed 2. May 2007, 12:41
by Oliver Georgi
<a href="LINK_TO_SERVER" title="HAVE A LOOK">click here</a>
not working for content part Plain Text!!!
Oliver