|
Posted by Michael Vilain on 10/26/06 18:56
In article <teacnbk99Ze3n9zYUSdV9g@ptd.net>, IchBin <weconsul@ptd.net>
wrote:
> Sorry, I am a Java programmer and very new to php and was wondering with
> these questions. How do you typically integrate CSS into a PHP script.
> Do you embed it or reference a external CSS file? Have an include script
> to dynamically generate it. How do you have it work with a HTML FORM?
> Sorry, I have no clue as of yet. I have just started to research it.
>
> I have written the php code for my quotation test site. I want to start
> to format it via css. I have just built and playing with it at
> http://ichbinquotations.awardspace.com
>
> Also, any tips and Preferred Resources?
CSS and HTML are the "output" of whatever sever-side programming
language you're using to generate that output. If you're using some
sort of templating system, use it's constructs. Otherwise, this is up
to how you've designed the program.
You can buy lots of books on HTML and CSS from lots of places. I like
the O'Reilley and Sitepoint offerings.
YMMV.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
Navigation:
[Reply to this message]
|