- see footer for list info -<
Hello again.

Can anyone tell me how to align the form elements from the descriptive text using CSS. Something done many times using tables but I want to try and do this site 'properly' - lol

I have tried using padding but this just seems to move the text in the box rather than the box itself.

#formtext {
        margin-bottom:5px;
        height:37px;
        padding: 5px 30px 0px 10px;
}

<div id="formtext">
<cfoutput query="GetVenue">
                                        <p>Venue Name&nbsp;
<input type="text" name="ModifiedVenueName" value="#GetVenue.VenueName#" / style="padding-left:20px;">
                                        </p>
                                        <p>Street&nbsp;
<input type="text" name="ModifiedVenueName" value="#GetVenue.VenueName#" / style="margin:5px;"><br />
                                        Town&nbsp;
<input type="text" name="ModifiedVenueName" value="#GetVenue.VenueName#" /><br />
                                        City&nbsp;

blah blah blah .....

Regards - Paul


_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to