St. George Broadcasting

Here you can post your custom-made, pimped up Serendipity installations, show off what you have achieved and tweaked
Locked
Capt Mike
Regular
Posts: 63
Joined: Sat Mar 11, 2006 11:43 am

St. George Broadcasting

Post 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
jhermanns
Site Admin
Posts: 378
Joined: Tue Apr 01, 2003 11:28 pm
Location: Berlin, Germany
Contact:

Post 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;
Capt Mike
Regular
Posts: 63
Joined: Sat Mar 11, 2006 11:43 am

Nice Avatar!

Post 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
jhermanns
Site Admin
Posts: 378
Joined: Tue Apr 01, 2003 11:28 pm
Location: Berlin, Germany
Contact:

Post by jhermanns »

heheheh 8)


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