align: left
winnjewett
Registered Users Posts: 329 Major grins
I have aligned my smugmug page left. I prefer this to centered, but the text at the very bottom that says "portions copyright smugmug, etc..." remains aligned centered. Can any of you think of a way around this?
Sample Page
Thanks,
Winn
Sample Page
Thanks,
Winn
0
Comments
Mike
http://photos.mikelanestudios.com/
Portfolio • Workshops • Facebook • Twitter
-winn
yup. and i rather like websites where everything moves in a centered fashion, as i size my windows wider or narrower.
i'd leave things centered.
cheers
Portfolio • Workshops • Facebook • Twitter
Your site looks great by the way.
Edit: Wait, are you using asp and the SM APIs to make your page?
http://photos.mikelanestudios.com/
header: <table><tr><td>
footer: </td></tr></table>
I'm sure there are other ways as well, but this should work. Best of luck.
-winn
I am trying to center the entire template also for http://jenniferhammond.smugmug.com
Has anyone got any tips on how to do this? I have already tried using the <div align="center"></div> tags but it doesn't work... Basically there should be an equal amount of blue space on either side of the content on all pages.
Any tips would be appreciated!
eta: I already did do some searching on the topic, so I apologise if it's already been explained!
body {text-align: center;}
IMHO it is better to stick with W3C guidelines and don't use tables for formatting webpages. Style sheets are the way to go!
My Photo gallery- rohirrim.smugmug.com
Selective Sharpening Tutorial
Making a Frame for your image (Tutorial)
i will look into using stylesheets for the account though, it might be easier in the long run
FYI, smugmug is moving towards 100% CSS-driven layouts. No more tables.
More info on Phase 1 here: http://www.dgrin.com/showthread.php?t=14509
Don
My Photo gallery- rohirrim.smugmug.com
Selective Sharpening Tutorial
Making a Frame for your image (Tutorial)