Changing background colour in admin section

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
gaz316
Posts: 14
Joined: Fri May 30, 2003 3:32 pm

Changing background colour in admin section

Post by gaz316 »

Please can you tell me how to change the colour of the background in the admin section, im using white writing and cannot see it on the white background.

Thankyou
Thorsten
Posts: 15568
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

you can change the background-color in the file admin/index.php on line 222:

Code: Select all

	<td bgcolor="#f5f5f5" width="550" valign="top"><!-- Content -->
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
gaz316
Posts: 14
Joined: Fri May 30, 2003 3:32 pm

Post by gaz316 »

Sorry to be a pain but i ment the actual table where the question appears in Edit record.

My question appears white on a cloud white background, and i need to change the colour to a blue, could you please tell me what line i can do this on?
Thorsten
Posts: 15568
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

look into the file admin/record.edit.php and search for "<tr bgcolor="#f5f5f5">" and edit these parts.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
gaz316
Posts: 14
Joined: Fri May 30, 2003 3:32 pm

Post by gaz316 »

Seem to be getting confused here which is my fault.

My probelm is when i click on the Edit Records section it displays a list of all the questions in my faq so i can edit them. The problem is i have changed my text for links to WHITE and the background where these questions appear is like a cloudy white colour meaning the questions are hidden.

This is the part i need to change its basically the line in which the question appears not the whole background for the entire page.

If its not clear i can try and take a screenshot and post if needed.

Thanks for your help and sorry to mess you around
Thorsten
Posts: 15568
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

okay, you'll have to edit the file record.show.php and search for line 89. Change the "<tr bgcolor="#f5f5f5">" and it should work.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply