We just updated PN on the Bills Insider to .762 from a very old version, I think it was .726. I have been working with the theme to get it right, and I have made some progress. There are two things left that I need to fix, and I cannot figure them out for the life of me. This is the first time I am working with the "insides" of PN, I inherited all this from an admin who left over a year ago.
My first problem is the alignment of the topic images. I have tried something that works, kind of. What is did was put this in my CSS file ...
img {border: 0px; float: left; }
But that does not work properly because it floats everything on the whole page to the left, even the images I want centered. The only thing I want floated left, with the text starting at the top to the right of the image ... is the topic image. You can see that the text starts at the bottom of the image right now. Here is the code I have for searchtopic in my theme.php file ...
."
"
."$preformat[searchtopic]\n"
."$info[hometext]\n"
."
."
$preformat[notes]\n"
."
I need all the help I can get with this one. The second thing I cannot figure out is why there is an indent on the blocks in the left hand column of the page. Per some one's advice I inserted the following code into my CSS file ...
LI {margin: 0px; }
But it still did not fix my problem.
Thank you for your time! :)
