CSS decides the colour of my text -...
Hi - I am using Coffeecup HTML Editor. The template I am using (think I got it from my host Digital Pacific) is using CSS. I want to change the colour of the text in the BODY section, but it is overridden all the time, and instead some weird number is shown, e.g. #80FF00ct
Could anybody please, tell me where in the CSS code I can make changes? Cheers Steen
<style type="text/css" media="screen">
html, body { margin: 0; padding: 0; }
body { color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
h2 { color: #333; }
a { color:#000000; }
a:visited { color:#0000FF; }
a:hover { color:#FF0000; }
a:active { color:#FF0000; }
p { margin: 0 0 18px; }
#wrapper { float: left; width: 100%; }
/* Header */
#header { background: #eee; border-bottom: 2px solid #ddd; }
#header h1 { color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
#header p { color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
/* Content Style */
#navigation { border-bottom: 1px solid #ccc; padding-left: 18px; }
#navigation ul { padding: 0 18px 9px; }
#extra { border-bottom: 1px solid #ccc; }
#extra small { font-size: 11px; line-height: 18px; }
#content p, #extra p { padding-right: 18px; }
/* Content Positioning and Size */
#navigation { float: left; width: 21%; margin-left: -100%; }
#content { margin: 0 25% 36px; }
#extra { float: left; margin-left: -25%; width: 25%; } /* Footer */
#footer { background: #333; border-bottom: 2px solid #999; clear: left; width: 100%; }
#footer a { color: #eee; }
#footer p { color: #ccc; margin: 0; padding: 0 18px 10px; }
#footer ul { border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li { display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
</style>
<!--[if IE]>
<style type="text/css">
#navigation, #content, #extra { margin-top: 20px; }
</style>
<![endif]-->
Could anybody please, tell me where in the CSS code I can make changes? Cheers Steen
<style type="text/css" media="screen">
html, body { margin: 0; padding: 0; }
body { color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
h2 { color: #333; }
a { color:#000000; }
a:visited { color:#0000FF; }
a:hover { color:#FF0000; }
a:active { color:#FF0000; }
p { margin: 0 0 18px; }
#wrapper { float: left; width: 100%; }
/* Header */
#header { background: #eee; border-bottom: 2px solid #ddd; }
#header h1 { color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
#header p { color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
/* Content Style */
#navigation { border-bottom: 1px solid #ccc; padding-left: 18px; }
#navigation ul { padding: 0 18px 9px; }
#extra { border-bottom: 1px solid #ccc; }
#extra small { font-size: 11px; line-height: 18px; }
#content p, #extra p { padding-right: 18px; }
/* Content Positioning and Size */
#navigation { float: left; width: 21%; margin-left: -100%; }
#content { margin: 0 25% 36px; }
#extra { float: left; margin-left: -25%; width: 25%; } /* Footer */
#footer { background: #333; border-bottom: 2px solid #999; clear: left; width: 100%; }
#footer a { color: #eee; }
#footer p { color: #ccc; margin: 0; padding: 0 18px 10px; }
#footer ul { border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li { display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
</style>
<!--[if IE]>
<style type="text/css">
#navigation, #content, #extra { margin-top: 20px; }
</style>
<![endif]-->
Hi Steen,
Can you provide a link to the page with the issue?
Can you provide a link to the page with the issue?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Hi Eric - beatifull Labrador? We've had a 4 years old Border Collie since December
Okay, here's a link:
http://www.nibtorque.com.au/index.html
The problem with assigning different colours to text is basically on all the pages, since I've just used "save as" when constructing the other pages on my website.
Cheers
Steen
Okay, here's a link:
http://www.nibtorque.com.au/index.html
The problem with assigning different colours to text is basically on all the pages, since I've just used "save as" when constructing the other pages on my website.
Cheers
Steen
I'm seeing this for the text color in the body.
body {
color: #333333;
font: 12px/18px Helvetica,Arial,sans-serif;
}
color: #333333;
font: 12px/18px Helvetica,Arial,sans-serif;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.