PDA

View Full Version : How to align Contact left in IE


Gambler555
08-28-2006, 11:03 PM
Hallo Forum,
thanks for all the helping answers I read here. But now itīs time to post my first question. I use at my directory (http://www.flowup.com)the (customized) famous advanced border template.
In Firefox everyting is Ok. But in IE the contact (and search) forms are centered. How can I fix it to be on the left side?
Thanks for your time

Peter

Sorry, for the (perhaps) to simple Question. But Iīm new with this script and my knowledge in php is very small :-( I searched around this forum but donīt find a answer. Sorry for my school-english too...

Vincent Wright
09-13-2006, 04:31 AM
Open css/style.css, try modifying div.box-content like this


div.box-content
{
...
text-align: left;
}