Hello!
I'd like to first say that I was referred to Drupal by a friend of mine (I was looking for a SEF solution and PHPNuke wasn't it.) at first I was not impressed at all I actually thought about ditching it and keeping PHPNuke (Used PHPNuke for about a year now). The first thing I tryed obviously was to install a nice theme :) then I went module browsing on the Drupal.org site and was shocked at all the modules it had! Anyways
I got into modifying my theme (Bluemarine) and it didn't take me to long to learn CSS syntax etc.
I believe there is a syntax error somewhere in my style.css file. Everything seems to be funcitoning exactally how I want it except for when I click on :Read more: the "Main block" & the "Right menu" seperate, you have to then click the :Read more: link again to read the article. This is very frusterating! If anyone can help I would greatly appreciate it!
You can visit my site to see what I am talking about here http://psp.evilpsp.com
Here is the contents of my style.css file.
/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */
/*
** HTML elements
*/
body {
padding: 0;
color: #000;
background-color: #fff;
font: 76% Verdana, Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5em;
}
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1.2em;