Support Forums

Grey Border on Contact Page

This is a discussion on Grey Border on Contact Page within the Templates, HTML, CSS, and Design Help forums, part of the General category; Could someone please tell me where I can change the grey border around my contact page. I usually always find ...


Go Back   68 Classifieds Forums > General > Templates, HTML, CSS, and Design Help

Reply
 
Thread Tools Display Modes
Old 10-01-2007, 06:49 PM   #1
Senior Member
 
Join Date: Jul 2007
Posts: 109
Rep Power: 19
Greg H is on a distinguished road
Default Grey Border on Contact Page

Could someone please tell me where I can change the grey border around my contact page.

I usually always find these things but this one has me stumped.

To clarify, please look at http://www.xxxxxxxxx.com.au/contactus.php

I want to change the color of the border directly around the Contact Us.

It seems it is color #75736E : fieldset , but I cannot find this color anywhere in the css or anywhere for that matter.

Thanks
Greg
__________________
Greg

Version 3.1.9 and 4.0.3 Developer

Last edited by Greg H; 03-14-2008 at 02:26 AM.
Greg H is offline   Reply With Quote
Old 10-02-2007, 11:41 AM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 135
Eric Barnes is just really nice Eric Barnes is just really nice
Default

I just had a look and didn't see a grey border. Did you get it sorted?
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 10-02-2007, 06:51 PM   #3
Senior Member
 
Join Date: Jul 2007
Posts: 109
Rep Power: 19
Greg H is on a distinguished road
Default

Eric,

Thanks for looking..

No I havent got it sorted, its strange that you cannot see it.

Can you see any border at all directly around the contact form ?
http://www.xxxxxxxx.com.au/contactus.php

Greg
__________________
Greg

Version 3.1.9 and 4.0.3 Developer

Last edited by Greg H; 03-14-2008 at 02:26 AM.
Greg H is offline   Reply With Quote
Old 10-02-2007, 08:25 PM   #4
curmudgeon
 
Join Date: Mar 2006
Posts: 5,413
Rep Power: 138
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

If I understand you correctly its caused by the "fieldset" html tag, try removing that and the closing tag for it in the template.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Old 10-03-2007, 03:05 AM   #5
Senior Member
 
Join Date: Jul 2007
Posts: 109
Rep Power: 19
Greg H is on a distinguished road
Default

Yes, that has removed it, thanks

What I really want is to change the color of it, I for the life of me cannot find where the color of that 'fieldset" is determined. The color is nowhere to be found in any stylesheet or elsewhere that I can see. Something is telling it to be grey #75736E
__________________
Greg

Version 3.1.9 and 4.0.3 Developer
Greg H is offline   Reply With Quote
Old 10-03-2007, 08:35 AM   #6
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 135
Eric Barnes is just really nice Eric Barnes is just really nice
Default

Try adding this to your style sheet:
fieldset{
color: #000;
}
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 10-03-2007, 08:46 AM   #7
curmudgeon
 
Join Date: Mar 2006
Posts: 5,413
Rep Power: 138
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

As far as I know there is no CSS defined for it and its using the default color. If you want to change it I would imagine you would need to define a style for the fieldset tag, for example add something like this to your style sheet......

fieldset {color: red}

or try it inline

<fieldset style="color: red">
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Contact Us Page - not receiving emails goose Technical Support 0 09-17-2007 11:41 PM


All times are GMT -4. The time now is 02:37 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0