NovaArgon Posted November 30, 2007 Share Posted November 30, 2007 How do you get started when creating tables in css? Current:http://www.drysnot.com/index.html Goal:http://www.drysnot.com/index2.html Thank you so much for helping me out with this. Quote Link to comment Share on other sites More sharing options...
sKunKbad Posted December 1, 2007 Share Posted December 1, 2007 Your really missing the point of CSS. When using CSS, you don't use tables except when displaying data in a spreadsheet type way. If you want to position your images, you need to one of the following: 1) use absolute positioning of divs 2) use relative positioning of divs Absolute positioning is easier, but text that is enlarged by the user can really break the layout of the page. Search around the web for "CSS float tutorial" and you will find what you need to get going with relative positioning. Quote Link to comment Share on other sites More sharing options...
NovaArgon Posted December 1, 2007 Author Share Posted December 1, 2007 Sweet thanks so much Quote Link to comment Share on other sites More sharing options...
NovaArgon Posted December 2, 2007 Author Share Posted December 2, 2007 I think I got it what do ya think? http://www.drysnot.com Quote Link to comment Share on other sites More sharing options...
scottybwoy Posted December 5, 2007 Share Posted December 5, 2007 You've got the idea, however I am using 1024 x 768 screen res and your site is too big. Tested in FF 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.