Why use CSS at all?
- Started
- Last post
- 52 Responses
- _niko0
on centering content in browser window.
old table method: align="center"
new css method: song and fucking dance- i think its just margin: 0 auto;********
- ha ha,********
- never tried align="song and fucking dance" thoughscrap_paper
- i think its just margin: 0 auto;
- kona0
my next site will be 100% XCSS.
- sherman0
everything settled here? can I smoke?
- kld0
maybe go back to powerpoint or whatever rock you crawled out from under
- hey hey hey. no need to bring rocks into this. they did nothing to you.kona
- hahah nicely played.********
- ...like tennis
:pAmpersanderson
- mg330
You're welcome for the CSS/Tenis mashup.
- Samush0
The only tiny temptation to pause very briefly before getting into CSS is the awful compatibility across browsers. too many hacks and work-arounds for all the browsers, how annoying.
oh no wait lets see, which browser is the worst? Internet Explorer, the one that the vast majority of people browse with. The trauma.
Apart from that niggle its got to be CSS all the way.
- SecretPenguin0
I think it's important to separate content and style.
It also makes redesigns much easier.
Keep the same HTML, and update a few things in the CSS.
It took me a bit to switch. When I finally did, websites are so much easier to work with now.
- monNom0
There's way too much dogma in this thread.
Use whatever works best... sometimes it's faster and more break-resistant to use a table rather than a float.- Exactly what I was saying, If I need a fundraiser/event site up by 6pm, I use imageready/tables all that.mrdobolina
- D_Dot0
*aditional smart ass remark*
- vrmbr0
i only make text based sites and make my layouts using the pre-tag.
- detritus0
imo, you owe it to your client's dollar to use the most future-proofed, concise and clear code. You have a responsibility to all who come after you to do your job properly so they can do theirs too.
Half-assed bodgery is not good value for money in the long-term.
- ..says a half-assed bodger.detritus
- depends on what they paid for.mrdobolina

