- Moderated by:
- Support
-
- rank:
-
Softmore
- registered:
- February 2003
- Status:
- offline
- last visit:
- 05.02.08
- Posts:
- 58
Hi
I am trying to get my site right - www.lynefc.co.uk/lynefc/ and I want to have the news sections have different colours.
h1 refers to a entry in the style sheet. Anyway - I thought, create a h4 as there is not one and add colour. No go, it stills taking settings from other parts of the style sheet. Can anyone advise, even if I have to put the colours in pages direction.
Also - I would not mind putting a faint background colour to the news sections. Any ideas if this is easy to do?
Scott
edited by: slewis1972, Feb 03, 2008 - 11:17 AM -
- rank:
-
Softmore
- registered:
- February 2003
- Status:
- offline
- last visit:
- 05.02.08
- Posts:
- 58
HI
Ok- big more digging and issue is with the links entry in the style sheet. I cannot seem to get those settings to be different in then entry for the colour of the news headlines.
Any ideas how to do this?
scott -
- rank:
-
Team Member
- registered:
- December 2003
- Status:
- offline
- last visit:
- 04.12.08
- Posts:
- 2992
Code
<div class="newswrapper">
<div class="newssummary1">
<div><strong><a href="index.php?name=News&file=article&sid=1">Testing Stories</a></strong></div>
<br />
<br />
Posted by
<a href="user.php?op=userinfo&uname=admin">admin</a>
on Sunday, February 03, 2008 - 04:49 PM 8 Reads
<br /><br />
Testing Stories123
<div >
<a href="print.php?sid=1"><img src="images/global/print.gif" alt="Printer-friendly page" /></a>
</div><br />
First, I do not see and h-tags...
The easy way to do this is by class...
Code
.newssummary1 h4{
...
}
--
David Pahl
Zikula Support Team
