Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [therelief] How do I add a form field?

Quote Reply
Re: [therelief] How do I add a form field? In reply to
You should not have copied everything from luna_core.css into luna.css. Everything from luna_core.css is AUTOMATICALLY loaded into luna.css. All you have to do is add the code that you want to change...

Example: There is this code in luna_core.css

Code:

body {
margin: 0px;
padding: 0px;
color: #33332e;
background: #ffffff;
font: normal 11px tahoma, geneva, verdana, sans-serif;
text-align: center;
}


If you wanted to change the background of your page (since you can't edit luna_core.css), you simply add anywhere to the luna.css file:

Code:

body {

background: #000000;

}

and the background becomes black. All of the other code (padding, margin, etc) is STILL retained. I HIGHLY suggest you go back and only add changes to luna.css form parts of the code that you need. For now though, you can add the code I gave you at the bottom of the file so that it will override any other code since it is loaded last. I don't know if the code I gave you in the above forum will work.

I wish you Good Luck!

- Jonathan
Subject Author Views Date
Thread How do I add a form field? therelief 16240 Sep 24, 2006, 6:08 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 15264 Sep 24, 2006, 8:04 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 15344 Sep 24, 2006, 8:16 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 15237 Sep 24, 2006, 8:32 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 15224 Sep 24, 2006, 8:41 PM
Thread Re: [therelief] How do I add a form field?
therelief 15287 Sep 24, 2006, 8:44 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 15333 Sep 24, 2006, 10:14 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 15288 Sep 24, 2006, 10:56 PM
Thread Re: [therelief] How do I add a form field?
SandraR 15229 Sep 25, 2006, 5:05 AM
Thread Re: [SandraR] How do I add a form field?
therelief 15194 Sep 25, 2006, 7:49 AM
Thread Re: [therelief] How do I add a form field?
SandraR 15225 Sep 25, 2006, 7:58 AM
Thread Re: [SandraR] How do I add a form field?
therelief 15204 Sep 25, 2006, 8:11 AM
Post Re: [therelief] How do I add a form field?
therelief 15164 Sep 25, 2006, 8:20 AM
Thread Re: [therelief] How do I add a form field?
jdgamble 15268 Sep 25, 2006, 8:35 AM
Thread Re: [jdgamble] How do I add a form field?
therelief 15285 Sep 25, 2006, 8:41 AM
Post Re: [therelief] How do I add a form field?
jdgamble 15146 Sep 25, 2006, 9:15 AM
Thread Re: [therelief] How do I add a form field?
therelief 15254 Sep 25, 2006, 9:26 AM
Thread Re: [therelief] How do I add a form field?
jdgamble 15251 Sep 25, 2006, 12:02 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 15418 Sep 25, 2006, 12:16 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 15255 Sep 26, 2006, 12:08 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 15347 Sep 26, 2006, 12:14 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 15242 Sep 26, 2006, 2:05 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 15243 Sep 26, 2006, 4:48 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 15189 Sep 26, 2006, 5:36 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 15225 Sep 26, 2006, 6:13 PM
Thread Re: [therelief] How do I add a form field?
therelief 19521 Sep 26, 2006, 6:58 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 19520 Sep 26, 2006, 7:38 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 19848 Sep 26, 2006, 7:49 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 19540 Sep 26, 2006, 8:57 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 19505 Sep 26, 2006, 9:05 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 19491 Sep 26, 2006, 10:27 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 19473 Sep 26, 2006, 11:05 PM
Thread Re: [therelief] How do I add a form field?
SandraR 19421 Sep 27, 2006, 4:38 AM
Thread Re: [SandraR] How do I add a form field?
therelief 19497 Sep 27, 2006, 8:52 AM
Thread Re: [therelief] How do I add a form field?
therelief 19488 Sep 27, 2006, 9:19 AM
Thread Re: [therelief] How do I add a form field?
SandraR 19477 Sep 27, 2006, 10:16 AM
Thread Re: [SandraR] How do I add a form field?
therelief 19422 Sep 27, 2006, 10:24 AM
Thread Re: [therelief] How do I add a form field?
SandraR 19481 Sep 27, 2006, 2:55 PM
Thread Re: [SandraR] How do I add a form field?
therelief 19403 Sep 27, 2006, 3:00 PM
Thread Re: [therelief] How do I add a form field?
therelief 19495 Sep 27, 2006, 3:03 PM
Post Re: [therelief] How do I add a form field?
therelief 19434 Sep 27, 2006, 3:06 PM
Thread Re: [SandraR] How do I add a form field?
SandraR 19391 Sep 27, 2006, 3:06 PM
Thread Re: [SandraR] How do I add a form field?
SandraR 19463 Sep 27, 2006, 3:09 PM
Thread Re: [SandraR] How do I add a form field?
therelief 19421 Sep 27, 2006, 3:28 PM
Thread Re: [therelief] How do I add a form field?
therelief 19409 Sep 27, 2006, 3:33 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 19431 Sep 27, 2006, 5:16 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 19388 Sep 27, 2006, 5:33 PM
Thread Re: [therelief] How do I add a form field?
jdgamble 19450 Sep 27, 2006, 5:44 PM
Thread Re: [jdgamble] How do I add a form field?
therelief 19610 Sep 27, 2006, 5:44 PM
Post Re: [therelief] How do I add a form field?
therelief 2319 Sep 27, 2006, 5:53 PM
Post Post deleted by therelief
therelief 19474 Sep 26, 2006, 7:00 PM