1 mogster Nov 13, 2006 22:16
3 mogster Nov 14, 2006 23:48
I have no idea how to do that.
4 personman Nov 15, 2006 04:18
Ok, I can walk you through the changes. First, open up /skins/[the skin you're using]/_main.php in a text editor. You'll probably need to download it with your ftp client first. Once you've made your changes, save it and upload it back to the server. Skim through the _main.php file and you should see lots of comments. Those are the lines that begin with "//". Read the comments and they'll tell you what each bit of code does. Find the sidebar section, then find the bits in that section that you want to remove and delete them.
5 mogster Nov 16, 2006 20:32
Okay, I made a load of skins. Thing is, when I scroll down, the background like dissapears, as it doesn't continue forever...
So... where would I stick a "fixed" tag?
6 personman Nov 16, 2006 20:38
I don't have a very good imagination. Can you give a link to your site so I can see this problem in action?
7 mogster Nov 16, 2006 20:39
Oh, and by "make", I mean't copy one skin and change the background for mines XD
here's the actual page:
http://hollowshrine.uni.cc/blogs/users/mogster/index.php
scroll down to see what I mean...
now which part do I put a fixed tag in?
8 personman Nov 16, 2006 20:45
add this to your body {} style in clelbleu.css:
BODY {
. . .
font-size: 84%;
background-attachment: fixed;
}
9 mogster Nov 16, 2006 20:54
*huggles you*
ps. teh like hugs ;p
You do that stuff by editing the skin that displays your blog. Here's the manual page that you'll want to start with:
[url=http://manual.b2evolution.net/Edit_evoskins]Edit evoskins[/url]