Page 1 of 1

Email Form Layout

Posted: Wed 17. Mar 2004, 15:09
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.

Posted: Sat 20. Mar 2004, 18:12
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

Posted: Sat 20. Mar 2004, 18:25
by iflash
Thanks that's cool............