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.
Email Form Layout
Yep,
look in content.article.inc.php for the following: and so on..
change align=\"right\" to align=\"left\" and you're done
regards
hidiho
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>";
change align=\"right\" to align=\"left\" and you're done
regards
hidiho