Re: Wich is the best php editor [message #12629 is a reply to message #12499] |
Tue, 19 August 2003 00:46 |
gbjbaanb
Messages: 41 Registered: February 2003 Location: UK
Karma:
|
Member |
|
|
any of them
I view one of my forum pages, then (in IE at least), I 'view source' from the menu. I cut and paste all the html source into a html page sitting on my local pc (editing the path of the .css file to remove the url of the css file - so it is picked up from the current directory), copy the forum.css from the server to my local pc (get the directory right).
Then, you can edit the .css as much as you want, reload the locally-held html page, and it will show with the new css styles.
when you're happy, copy the .css to the server.
You might want to do the checks with several pages - the front page, a page of topics, and a user profile page for example, just to exercise all the css styles you're changing.
|
|
|