PDA

View Full Version : template colour change


imwkxxbr
11-21-2006, 06:37 PM
How do I change the colour of the sports template? simple instrctions please as I am new to this.

Thanks

Snipe
11-21-2006, 08:30 PM
What colors are you wanting to change..?? The ones in the header are .jpg and .gif images

You can find them here sohoadmin / program / modules / site_templates / pages / SPORTS-The_Colorless_Ballplayer-none

imwkxxbr
11-22-2006, 05:23 PM
I typed the file name into the address bar and up came the template, but what now. i don't see how I can edit the template. Am I trying to dedit from the wrong place.

By the way I want to change the grey background for the text area into white.

Thanks

lwyau
11-22-2006, 05:42 PM
Use FTP and download the index.html file from the folder to your computer.

Edit this file by finding this line:

<td bgcolor="#DADADA" class="pound_content">#CONTENT#</td>

Replace it with

<td bgcolor="#FFFFFF" class="pound_content">#CONTENT#</td>

Save the file, and FTP it back to the folder.

This amounts to modifying an HTML file, which is pretty much what a template is with special tags. If you are not comfortable with this instruction, perhaps you should not do it.

imwkxxbr
11-22-2006, 06:19 PM
Thanks for that

Perhaps you could explain how I FTP it. I cannot find a menu option. However I did a text edit and saved it. The background colour is now white when I view it. I uploaded it as html page to the file manager. It now resides in 'Custom HTNL includes' directory. My attempts to change the template via the page properties is unfortunately failing.

Are you able to check and tell me how to do the last bit. I understand HTML and the coding but the FTP bit would also be useful to know.

Thanks again

lwyau
11-22-2006, 09:55 PM
FTP requires a client program on your PC that links it to your server and move files back and forth. Uploading through Soho File Manager won't work since you have to move it back to where you get it from.

Alternatively, you can use the File Manager with your website's Cpanel or other type of site management facility. In any event, you need to move it back to precisely where it should reside.

imwkxxbr
11-23-2006, 05:42 PM
OK

How do I do that? There is a FTP icon in the vodahost Cpanel screen, but it is difficult to understand....for me anyway. Is there another method / software of using FTP to do this?

Some sort of detailed instruction would be helpful as I am struggling to grasp what to do next.

Thanks

lwyau
11-23-2006, 06:04 PM
To complete what you set out to do, you can put FTP aside for the moment. Your vodahost cpanel should have a File Manager icon. Go there and navigate yourself to the template folder

public_html/sohoadmin/program/modules/site_templates/pages/SPORTS-The_Colorless_Ballplayer-none

and upload the index.html file you modified. You should then be done with your color change project.

To learn more about FTP, start here:

http://www.htmlgoodies.com/beyond/webmaster/article.php/3473281

imwkxxbr
11-25-2006, 02:01 PM
Great it now works.

Once you drill down the file manager menu in Vodahost and reach the file they have an HTML editor. So no need to transfer files as the changes can be made there and then. I also found that the original template was being displayed even once I had changed it, I suppose it was saved in the cache? Once I deleted internet files it worked perfetly.

Thanks again

lwyau
11-25-2006, 08:09 PM
Congrats!:)