CrashGordon Posted May 11, 2010 Report Share Posted May 11, 2010 While I have some idea how to incorporate CSS with HTNL, I've never dealth with th CSS/PHP combination. What would really be helpful is to see an example of CSS that can be applied to tables and how it is incorporated into a PHP page. More simply stated, I want to make the tables in my site consistant with each other. TIA Quote Link to comment Share on other sites More sharing options...
Tom Posted May 11, 2010 Report Share Posted May 11, 2010 CSS and PHP is no different, because php is just the server code, it still requires HTML to display in the browser. Just add styles in your css file for table, tr and td, or use classes when you don't want it to apply to every table. Quote Link to comment Share on other sites More sharing options...
CrashGordon Posted May 11, 2010 Author Report Share Posted May 11, 2010 Thanks. I'm trying tio figure everything out at once and sometimes confuse myself in the process. I found some examples which helped me wrap my brain (or what's left of it) around the concept. 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.