Thread
:
Loading Order
View Single Post
07-13-2004
#
5
(
permalink
)
Order
Local Biorust Beast
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253
PHP values to CSS would be simple enough, keep your css in your documents (not in a seperate .css file, then you can place variables like so in your css:
Code:
.class {width: <?= $phpvar; ?>;...}
That is untested, but may work.. :\
Order
View Public Profile
Find More Posts by Order