PHP to write a .css file?
Moderator: General Moderators
PHP to write a .css file?
Last edited by quietk on Thu Jul 31, 2008 8:28 pm, edited 2 times in total.
sorry
i forgot to add this all the css will be edited from a form EX.
Fonts
Then on the next page it will show up with this script:
<style type="text/css">
@import url(http://mysite.com/dir/filename.css);
</style>
and the user can just copy and paste it into there site.
and i can only use the @import script because it is the only one that works on the journal site.
thanks again
Fonts
- Color
- Size
- Style
- link
- hover
- active
Then on the next page it will show up with this script:
<style type="text/css">
@import url(http://mysite.com/dir/filename.css);
</style>
and the user can just copy and paste it into there site.
and i can only use the @import script because it is the only one that works on the journal site.
thanks again
-
Paddy
- Forum Contributor
- Posts: 244
- Joined: Wed Jun 11, 2003 8:16 pm
- Location: Hobart, Tas, Aussie
- Contact:
What you want to do seems rather simple. If you can't get someone to do it perhaps you might like to try it yourself. Here would be a good start...
http://au2.php.net/manual/en/ref.filesystem.php
http://au2.php.net/manual/en/ref.filesystem.php