joeysarsenal Posted September 19, 2007 Share Posted September 19, 2007 just wondering if u can incoperate CSS with mysql like for example if i wanted to change the colours of the database tables etc. Link to comment https://forums.phpfreaks.com/topic/69894-ccs-with-mysql/ Share on other sites More sharing options...
jaymc Posted September 19, 2007 Share Posted September 19, 2007 Database tables? database tables are files with unfriendly lines of data in its the MYSQL driver that reads in the data and allows you to output it in a human friendly way css and mysql cant talk to each other, css is client side where as mysql is server Do you mean use CSS in your html tables which you use to output data frmo the database? Link to comment https://forums.phpfreaks.com/topic/69894-ccs-with-mysql/#findComment-351166 Share on other sites More sharing options...
jaymc Posted September 19, 2007 Share Posted September 19, 2007 If thats the case you need to edit your html / script that populates the data Link to comment https://forums.phpfreaks.com/topic/69894-ccs-with-mysql/#findComment-351167 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.