Stacking Horizontally HTML or CSS Help.
Chris Ocean
Registered Users Posts: 62 Big grins
On my website i've recently added the ability for my clients to pay with paypal, and you can make custom buttons and yadda yadda yadda.
By default Smugmug stacks the html coding on top of one another vertically instead of horizontally.
Does anyone know the code be it CSS or HTML to make them be side by side rather than stacked atop one another?
Link to the page in question so you can see.
http://www.chrisocean.com/Investment/
By default Smugmug stacks the html coding on top of one another vertically instead of horizontally.
Does anyone know the code be it CSS or HTML to make them be side by side rather than stacked atop one another?
Link to the page in question so you can see.
http://www.chrisocean.com/Investment/
0
Comments
HTML Block
[html]
<div class="ocean11"> Paypal Ocean's 11 code here</div>
<div class="ocean12"> Paypal Ocean's 12 code here</div>
<div class="ocean13"> Paypal Ocean's 13 code here</div>
<div class="engagement"> Paypal Engagement code here</div>
<div class="portrait"> Paypal Portrait code here</div>
[/html]
CSS
This should get you close.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
.sm-page-widget-5943954 form {float:left; width: 300px;}
My Website index | My Blog
I forgot about the form. Guess I was too tired last night.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
So would i need all the code you put in there? Or just this?
.sm-page-widget-5943954 form {float:left; width: 300px;}
.sm-page-widget-5943954 form {float:left; width: 300px;}
worked to do exactly what i wanted, thanks gentlemen!