XFileSharing Pro - Background color and Site name

Message
Author
djassault
Posts: 3
Joined: Nov 24, 2009 9:53 pm

Background color and Site name

#1 Postby djassault » Nov 25, 2009 11:48 am

Hello,

I know nothing about html code. With that said, I'm just trying to figure out how I can change the background color to white or any other color? Also, I want to know how to replace the X files sharing text with my site name text?

I know it has something to do with the following but I have no idea how to edit them????
Templates/main.html and htdocs/main.css

Please help and don't laugh at me. We all have to start somewhere lol.

Thanks In Advance!!!

GMC
Posts: 172
Joined: Aug 15, 2009 4:48 am

Re: Background color and Site name

#2 Postby GMC » Nov 26, 2009 9:14 am

djassault wrote:Hello,

I know nothing about html code. With that said, I'm just trying to figure out how I can change the background color to white or any other color? Also, I want to know how to replace the X files sharing text with my site name text?

I know it has something to do with the following but I have no idea how to edit them????
Templates/main.html and htdocs/main.css

Please help and don't laugh at me. We all have to start somewhere lol.

Thanks In Advance!!!
Well I wont laugh at you - I am only one step above you in skills

You will find the background to be an image

see this line in your main.css

Code: Select all

body{margin: 0px;height:auto;font:13px Arial;color:#333;background:url(images/bg1.gif);}
If you want to change it you will need to change the background image in the images file - named bg1.gif

GMC
Posts: 172
Joined: Aug 15, 2009 4:48 am

#3 Postby GMC » Nov 26, 2009 9:23 am

as for the title - I assume you mean the logo

It again is an image

See this line in your main.html

Code: Select all

<a href="<TMPL_VAR site_url>"><img src="<TMPL_VAR site_url>/images/logo.gif" border=0 alt="<TMPL_VAR site_name>" title="<TMPL_VAR site_name>"></a>
look at the logo.gif in the images file

then make your own logo and replace

My tip - keep the same dimensions for ease

djassault
Posts: 3
Joined: Nov 24, 2009 9:53 pm

Background color and Site name

#4 Postby djassault » Nov 26, 2009 12:52 pm

Thanks a million I really appreciated the help!

GMC
Posts: 172
Joined: Aug 15, 2009 4:48 am

Re: Background color and Site name

#5 Postby GMC » Nov 26, 2009 11:39 pm

djassault wrote:Thanks a million I really appreciated the help!
No problems

I am generally useless to the real problems - lol