ataria Posted September 2, 2006 Share Posted September 2, 2006 DO you code layouts in CSS or HTML?I find them 100 times easier in CSS. Quote Link to comment Share on other sites More sharing options...
AndyB Posted September 2, 2006 Share Posted September 2, 2006 CSS - is there a prize :) Quote Link to comment Share on other sites More sharing options...
ataria Posted September 2, 2006 Author Share Posted September 2, 2006 haha. nopeee. Quote Link to comment Share on other sites More sharing options...
Hellusius Posted September 3, 2006 Share Posted September 3, 2006 You can't really code html, since you cannot store them into what you can call a "variable" in CSS you can via classes, which you can use over and over again =) Quote Link to comment Share on other sites More sharing options...
dustinnoe Posted September 4, 2006 Share Posted September 4, 2006 Definitely CSS. This allows your page to flow wonderfully for that small percentage of people who don't and cannot use CSS due to some sort of handicap or just personal preference. Also, this is great for cell phone accessability. You must also be sure, of course, to use correct semantics in you html tags. Good, clean, logical html looks great and is very easy to maintain. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted September 4, 2006 Share Posted September 4, 2006 There is not enough bandwidth in whole world to list all the reasons why you shoudl stick to semantic html, css and the DOM Quote Link to comment Share on other sites More sharing options...
AndyB Posted September 4, 2006 Share Posted September 4, 2006 [quote author=ToonMariner link=topic=106642.msg427740#msg427740 date=1157379220]There is not enough bandwidth in whole world to list all the reasons why you shoudl stick to semantic html, css and the DOM[/quote]... but someone is sure to try :) Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted September 4, 2006 Share Posted September 4, 2006 I don't get what you mean... you can't use CSS alone, so you would need to use CSS [i]with[/i] HTML or HTML alone. I use CSS [i]with[/i] HTML Quote Link to comment Share on other sites More sharing options...
HaZaRd420 Posted September 5, 2006 Share Posted September 5, 2006 ^^ what he said :P Quote Link to comment Share on other sites More sharing options...
ataria Posted September 10, 2006 Author Share Posted September 10, 2006 I use CSS with HTMLyeah.. We all do.but, for HTML, i meant, like, cutting it up into peices and making a table. Quote Link to comment Share on other sites More sharing options...
smashingred Posted September 21, 2006 Share Posted September 21, 2006 Modus Operandi:Semantic, Tableless, Valid, Strict Doctype HTML and CSS build on PHP with unobtrusive DOM. Exceptions:Tables for data and information relationships, and 3rd Party Application integrations where core files have hard coded garbage. Quote Link to comment Share on other sites More sharing options...
fenway Posted September 22, 2006 Share Posted September 22, 2006 You'd be amazed that all cross-browser issues vanish entirely when you don't use CSS for layout. Quote Link to comment Share on other sites More sharing options...
FrOzeN Posted September 23, 2006 Share Posted September 23, 2006 I generally create the page in HTML with tables, then format everything using CSS. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.