PDA

View Full Version : Changing the singup.php page - help please!


PressPublish
09-25-2003, 04:01 PM
I'm trying to make some really minor changes to signup.php so it fits nicely within our existing pages.

All I want to change are the background colours of the tables (i.e. the top cell with account info for example is fine) but all subsequent cells under that I just want to have a clear background, not the two tone grey and white that is there currently. Also I would like the text to be white (i.e. Organization, First Name, Last Name etc).

I think I might be missing the obvious here, cos I cant believe I am making it this hard ;)

Can anyone help?

Thanks in advance

PressPublish

Alberto
09-25-2003, 07:43 PM
All these changes can be made in signup.php

Just take a look for bgcolor i.e. bgcolor="#cccccc" and make your changes appropriately. We also have some of the values as class='' which can be changed in the style sheet

PressPublish
09-25-2003, 08:12 PM
All these changes can be made in signup.php

Just take a look for bgcolor i.e. bgcolor="#cccccc" and make your changes appropriately. We also have some of the values as class='' which can be changed in the style sheet

Thats the problem - I can't find the style sheet! I can find, for example, the class "signupdivider" but I'm damned if I can find where it is defined. I'll keep looking!

PP

PressPublish
09-25-2003, 08:54 PM
Thats the problem - I can't find the style sheet! I can find, for example, the class "signupdivider" but I'm damned if I can find where it is defined. I'll keep looking!

PP

I found it all in the end, didnt realise the css was hidden away in the templates dir ;)

PP