Lengo Posted January 18, 2007 Share Posted January 18, 2007 I'm new at PHP, so forgive me if this is a dumb question.Can you use cascading style sheets with PHP? If so, do you write the <HEAD> section first (before you echo output), which has <link href="css\styles.css" rel="stylesheet">, or do you write the whole page including the HEAD section with PHP? Or...what? Link to comment https://forums.phpfreaks.com/topic/34796-php-and-css/ Share on other sites More sharing options...
Caesar Posted January 18, 2007 Share Posted January 18, 2007 You would structure your html the same way you would if you were not using PHP. The diference being, how you're including files, or how your code is pieced together. Link to comment https://forums.phpfreaks.com/topic/34796-php-and-css/#findComment-164007 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.