I am working with someone else’s styling, and can’t get things as they managed to. I am trying to make things look like this page:
http://www.comehike.com/outdoors/parks/add_trailhead.php
See how the image is nicely on the right, and the form elements are on the left.
I have this page that I am messing with and trying to make similar:
http://www.comehike.com/account/member_home.php
Is there an easy way for me to make the image go to the far left, and the stuff asking the person to log in, to be on the right?
Thanks!
Start with changing the width on the first
divwithin.basic. Change the width to100%instead of450pxYou should be able to continue from there.
I would also move the image into it’s own container and float that right, and put the form actions in another container. Also, make use of classes and ids for styling to clean things up.