I thought it’d be a good idea to put something about my club’s web site here as my first post. The club was just formed this January at Florida State University, and we’ve already got a speaker coming by - Andrew Bernstein will give a lecture on Global Capitalism in a few weeks here.
FSU Objectivism
I’ve been thinking of reworking the layout a bit, organization isn’t as tight as I’d like it to be. Any thoughts?
Separate the layout entirely from the structure/content.
Separate the layout entirely from the structure/content.
Could you be a bit more specific?
Use Html to specify how your document is structured.
Use Css to specify all the appearance/layout you want you site to have: font, color, background-color, size, posiiton, padding/margin/border/outline. Keep all the Css together either in a <style> tag or in a linked stylesheet.
That makes both major revisions and minor tweaking a lot easier.
I see. thanks for the suggestion.
Browse a couple websites whose mottos are “hey! my site is designed entirely in css!” to get some ideas. CssZenGarden is pretty cool; check it out.
wow, this is a whole other world, css… definitely worth looking into. seems like it’s got a bit of a learning curve, I might pick this up after my finals. thanks for the link feldblum.