Thanks to topics in this forum I've been able to load my site using eFiction 3. I'm using a skin by Calic0cat that's clean and simple and I love it. My only question is how would I add a banner image? I'm assuming that I would have to change the skin, but I'm not really clear on how to do the image part of that. Any help would be greatly appreciated.
Go read the instructions for posting a help request in the "Please Read Before Posting" thread.
1. Always include a link to your site.
2. If you're asking about a specific skin, tell us which skin you're talking about.
Go read the instructions for posting a help request in the "Please Read Before Posting" thread.
1. Always include a link to your site.
2. If you're asking about a specific skin, tell us which skin you're talking about.
I apologize. I did read the instructions, but I didn't realize you'd still need a link since it was a general question and not a site problem. My website is http://www.covermewithdreams.net/.
I am using WritingPlus3 as the skin for my site.
It's in the style.css file look for the following:
/* This displays the left banner image */
#lbanner {
height: auto;
position : absolute;
left : 10px;
border-left: 1px solid #3939CD;
}
/* This displays the middle, one-pixel-width banner image */
.mbanner {
background-image : url('images/mbanner.jpg');
background-position : top left;
background-repeat : repeat-x;
height : 121px;
}
/* This displays the right banner image */
#rbanner {
height: auto;
position : absolute;
right : 10px;
border-right: 1px solid #3939CD;
}
If you decide to go with one banner that isn't broken up into three parts, you create your banner (I used the psd files she provided and named my image mbanner) you can then either comment out the left and right banner notes and change the height to the correct size of pixels. Or you could delete them.
Here's what I did with the banner on my site: http://fics.babaca.org/index.php?skin=WritingPlus3 and color changes you see in mine is just tweaking around in the style.css file.
******************************************
Mucking around in eFiction since circa 2001 (ver. 1.0)
Now running v.3
That looks really good! Thank you so much for the help.
