Jump to content

CSS/PHP help please


CrashGordon

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...