Search found 2 matches

by JerryLOLer
Sun Jul 10, 2011 7:16 pm
Forum: General discussions
Topic: Adding a Custom Banner
Replies: 2
Views: 2298

Re: Adding a Custom Banner

Just edit the /* Banner */ section of your style.css and add something like this to #serendipity_banner

#serendipity_banner {
height: 150px;
width: 600px;
margin: 0;
border: 0 none;
background: #823995 url('img/purple_header.jpg') no-repeat;
}

Thank you very much for the help. It worked ...
by JerryLOLer
Sat Jul 09, 2011 11:20 pm
Forum: General discussions
Topic: Adding a Custom Banner
Replies: 2
Views: 2298

Adding a Custom Banner

Hi, I'm fairly new to using CSS, and templates and all this, I usually jut ran sites with basic HTML, and I'm currently wondering how can you add a custom banner on to your blog? The template being used is mt-trendy.

It's just a simply png image, 600x150.

I looked through the board for answers ...