Page 1 of 1

St. George Broadcasting

Posted: Sun May 28, 2006 10:18 am
by Capt Mike
This is my new site, I used the newspaper templet, then did a few mods.

I am new to all of this, so tell me what you think, and if it could be made better?

www.stgeorgebroadcasting.com


Thanks

Mike

Posted: Sun May 28, 2006 6:15 pm
by jhermanns
hey mike,

looking good! what you might want to add to your .css file is a rule that prevents large images from cofusing your layout so that the next entry really starts below any images of the preceeding entry. e.g. you could add a line like this to the .serendipity_entry section of your css file:

Code: Select all

clear:both;

Nice Avatar!

Posted: Mon May 29, 2006 11:16 am
by Capt Mike
Hi Herman,

That is the cooooolest pic, Im a seventys kind of guy. :D

I add the code here:

text-decoration: underline;

}

.serendipity_entry {
padding-left: 40px;
font-size: 8pt;
clear:both;


}

.serendipity_entry a {

Here is where and how I installed the code, but it did not seem to fix it, however is does seem better. What do you think? :?

Mike

Posted: Mon May 29, 2006 9:43 pm
by jhermanns
heheheh 8)


try adding the clear:both line to .serendipity_entry_body - does that work?