Email Form Layout

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
iflash
Posts: 3
Joined: Wed 17. Mar 2004, 14:51

Email Form Layout

Post by iflash »

Is it possible to change the layout of the 'email form' ?

I'd like to align on the left part of the frontpage...........

How can I do this ?

Thanks for your help.
hidiho
Posts: 38
Joined: Wed 3. Dec 2003, 23:44

Post by hidiho »

Yep,

look in content.article.inc.php for the following:

Code: Select all

//Email Form	
........			//INPUT TEXT
												case "IT":	$content["main"] .= "<tr><td class=\"formLabel\" align=\"right\">".must_filled($cfield[2]).$cfield[3]."</td><td>";
						
and so on..

change align=\"right\" to align=\"left\" and you're done

regards

hidiho
iflash
Posts: 3
Joined: Wed 17. Mar 2004, 14:51

Post by iflash »

Thanks that's cool............
Post Reply