Hi ,

I am going to install druap 5.x on a Fedora Core Linux. Also use LAMP(Package contains Apache,Mysql,PHP for Linux).

I like to design the drupal website in my local machine and upload to internet. I required the following information for fine tuning my work.

1. I want to make my website with my own color. what are all the file that I need to edit to change the default theme color.

2.I want to change the default drupal font with my own thoughts.

3.I want to include flash graphics. What file need to be edited to include graphics in the website.

4.I want to change the Defalut Logo with my Own. What file do i need to change.

5. FInally after creating my website, How can I upload it to internet for public.

Someone Please guide me. I respect your inputs.

Thanks

Nagi

Comments

vm’s picture

1. each theme has a style.css file that can be altred.
2. I don't know what you mean by default drupal font ?
3. install the flashnode.module in the downloads area
4. you don't change a file, you add your own in adminsiter -> themes
5. If you enable clean urls on your local machine shut them off, empty your cache tables, then export your Database, and import it into live Datbase on server. Then upload all files from your local machine to your server. set the new $db_url in sites/default/settings.php to reflect new DB on server. log back into site on server and reset clean urls.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

ursnagi1’s picture

Thanks For your reply.. I obey you.

Here are the two questions again . Please help me..

1.For my current website i edited the style.css but i couldn't find any changes in color

2.I want to change the font sizes , so what file do i need to edit to do the change

Nagendran Neelamegam

NJAY Consulting Company

vm’s picture

use the firefox browser and the firebug addon to see what .css is being called where. The webdeveloper addon will help also.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )