1 lostinmysphere Nov 05, 2005 23:14
3 lostinmysphere Nov 06, 2005 11:01
Yeah...I had effectively thought of doing that (or something similar) anyway...
4 janice77de Jan 18, 2006 09:52
Oh, a new trend like "Asides" ???
Every Category should have another Kind of headline or Content??
No Problem - Just include a bit PHP to the _main.php file doing this:
- Read the first Category
<span Class="This Category"> ... Content ... </span>
And define in your CSS file for every category a style eg.
.Private{color: red}
.Artwork{color: blue}
....
In HTML you'll see:
<span class="Private"> Your Text </span>
or
<span class="Website"> Your Test </Span>
enjoy
Why not do a separate blog for each type of news and use the BlogAll to maybe put them all together on the front page?
I'm not sure of the layout of your site, though.