Jump to content

How to apply css to php table?


spider22

Recommended Posts

eh? You mean apply css to a table created by php?

 

<link rel="stylesheet" type="text/css" href="style.css"> is put in the header (change style.css to your stylesheet name)

 

<?php

// PHP table
echo '<table class="myClassName"></table>';

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.