English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi Gurus,

Well, I have some php scripts which runs very well. But their look are so plain and simple. I want to change the look and feel completely. How do I do it and which software should i be using. Please note that all the files are in filename.php format and there are special folders containing some of the rare images which the script use such as plain buttons etc. I want to give it a more attractive look, changing the fonts, adding more images and colors etc. All these without affection the proper runnin of the script.

Your kind answers and solutions are most welcomed.

Regards

2006-09-18 03:49:22 · 3 answers · asked by Nadeem 2 in Computers & Internet Programming & Design

Oops.. forgot to say about that. I am using Windows XP.

2006-09-18 03:56:15 · update #1

3 answers

There are several way to accomplish this. I use a common html template for php pages that uses the same header and sidebar so they all have a similar look and feel. You could also do this by using php to call common files with header and sidebar information contained within. In both cases using common css style sheets will simplify the process.

2006-09-18 04:01:36 · answer #1 · answered by Interested Dude 7 · 0 0

If you are using these PHP scripts to create HTML, your OS doesn't matter. What you need to do is learn CSS to style the html.

Some good tutorials and other information can be found at http://www.w3schools.com/css/

2006-09-18 03:59:16 · answer #2 · answered by John J 6 · 0 0

Giving your operating system would help, or we could just all assume you are running Windows XP SP2 or VISTA...

2006-09-18 03:54:29 · answer #3 · answered by oklatom 7 · 0 2

fedest.com, questions and answers