Results 1 to 5 of 5

Thread: Change Color

  1. #1
    Join Date
    Jun 2004
    Posts
    7

    Default Change Color

    I posted this somewhere else but i know realized it was in the wrong place.

    I am running the Index Lite edition, because i am still saving up to buy the full. Here is what i need help doing. I thank you in advance

    When i first installed the script by it self everything worked perfectly except that it was a plain layout. So i got my own template and i read that all you need to do is take the code from the template files, put it somewhere in the new template and save it under the same name. As you could see i had now problem doing that with the index.html
    This is my site. www.freeneeds.com
    But when i did it for the browse.html file, for some reason the name of the listing comes out it white, and because i have a white backround on my template, it wont show up. But if i do the browse.html file by it self, without adding my template to it, the name of the listing comes out it blue on a white backround.
    I will show you an example:
    http://freeneeds.com/browse.php?cat=2

    This is one of my categories, as you see the name of the listing is in white (you can tell by highlighting the whole listing)

    Please tell me how to fix this. Please keep in mind that i am not the best with PHP, HTML, or anything else. I am just a begginner. I am using Microsoft Front Page to edit the templates.
    Thank You.

  2. #2
    Join Date
    Sep 2001
    Posts
    170

    Default

    Hi

    Hint: You will need to learn basic HTML if you want to change the templates

    your problem is within <style type="text/css">

    a {
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
    border: none;
    color: #FFFFFF;

    Which is saying you want the text within your <a href></a> to be white

    Change the #FFFFFF to your colour and that should fix the problem

    Regards

  3. #3
    Join Date
    Jun 2004
    Posts
    7

    Default

    Thank you. I know very little HTMl, meaning that if someone tells me what to do i can pretty much do it. So if i want the text to be Black, whats the code for it, or where do i find it.

  4. #4
    Join Date
    Sep 2001
    Posts
    170

    Default

    Black is #000000

    Here is a good site to start learning
    http://www.w3schools.com/html/default.asp

    Regards

  5. #5
    Join Date
    Jun 2004
    Posts
    7

    Default

    Thank you. I will check out that website

Similar Threads

  1. How can i change ?
    By canmmail in forum v5.x
    Replies: 3
    Last Post: 09-28-2004, 05:59 AM
  2. Change Color
    By kaliboy2g in forum v5.x
    Replies: 1
    Last Post: 06-28-2004, 11:22 AM
  3. Detail Changes
    By azinfo in forum v5.x
    Replies: 8
    Last Post: 01-23-2004, 06:27 AM
  4. Replies: 1
    Last Post: 07-13-2002, 01:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •