How to reach form text with css ?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
armababy
Posts: 30
Joined: Wed 22. Aug 2007, 06:14

How to reach form text with css ?

Post by armababy »

Hello guys!

I would like to know how can i reach different forms texts to form them in css or change position in some xxxx.tmpl file ?
(errors/intros/etc.)

Example :
Search form Search 1 & Search 2

Contact form Contact 1 & Contact 2

Little help would be apriciated :roll:
Pappnase

Post by Pappnase »

hello

i test it...

if you use the text setting into your forms you can also use the [span_style:css style setting] text [/style]

for example

Code: Select all

[span_style:font-size:110px;color:red;]type in your text here[/style]


result ;-)

http://area51.phpwcms-docu.de/133/index ... ,0,0,1,0,0
Last edited by Pappnase on Thu 6. Sep 2007, 09:24, edited 1 time in total.
armababy
Posts: 30
Joined: Wed 22. Aug 2007, 06:14

Post by armababy »

Damn i should be more careful :D

I should use html input instead of text damn damn.... :oops:

Thanks for direction Pappnase
Last edited by armababy on Thu 6. Sep 2007, 09:24, edited 2 times in total.
Pappnase

Post by Pappnase »

armababy wrote:Damn i should be more careful :D

I should use html input instead of text damn damn.... :oops:
hehe could happen :-)
Post Reply