jwk811 Posted April 8, 2010 Share Posted April 8, 2010 i started my site in css but it was a pain trying to get it to work for other browsers so i just did it all over with tables. people are complaining that they cant view the site on their mobile device (psp, etc.) is it bcuz of the tables? if so is there anyway i can make it work or do i need to convert to css. if i do are their any tips to make it work for all browsers without getting all screwed up? Quote Link to comment https://forums.phpfreaks.com/topic/197957-css-vs-tables/ Share on other sites More sharing options...
KevinM1 Posted April 8, 2010 Share Posted April 8, 2010 i started my site in css but it was a pain trying to get it to work for other browsers so i just did it all over with tables. people are complaining that they cant view the site on their mobile device (psp, etc.) is it bcuz of the tables? if so is there anyway i can make it work or do i need to convert to css. if i do are their any tips to make it work for all browsers without getting all screwed up? Tables should only be used to display tabular data. Use CSS for layout. To help mitigate cross-browser issues, use a CSS reset (google it). Similarly, research how to serve your pages property on mobile devices with CSS (again, google it). For the PSP in particular, it uses Sony's horrible browser. I'm not sure if there's a way to get anything to look right with it, to say nothing of its JavaScript issues. Quote Link to comment https://forums.phpfreaks.com/topic/197957-css-vs-tables/#findComment-1038758 Share on other sites More sharing options...
jwk811 Posted April 8, 2010 Author Share Posted April 8, 2010 thank you =] Quote Link to comment https://forums.phpfreaks.com/topic/197957-css-vs-tables/#findComment-1038761 Share on other sites More sharing options...
donpuzo Posted April 9, 2010 Share Posted April 9, 2010 I think what you need to do is learn how to develop cross-browser sites with css. Also know that due to some issues with the mobile phone in question like capability and features, there is meant to be difference. Whether you use css, or table. Quote Link to comment https://forums.phpfreaks.com/topic/197957-css-vs-tables/#findComment-1039280 Share on other sites More sharing options...
patriklko Posted April 17, 2010 Share Posted April 17, 2010 css plays a very important role in formatting the webpage in terms of layout and appearance, tables only display the data in tabular format but setting width, height and spacing all can be easily set with just one css for whole website....we should have a website implementing css....... Quote Link to comment https://forums.phpfreaks.com/topic/197957-css-vs-tables/#findComment-1043636 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.