1 exkido Feb 21, 2005 00:34
3 exkido Feb 21, 2005 00:40
yeah, the sidebar. I am having a hard time figuring out how to change it. all I really want to do is make it so it doesnt stand out so much
4 village_idiot Feb 21, 2005 00:45
look at the css that controls the colors, etc..
5 exkido Feb 21, 2005 01:09
i can access that css, I'm just trying to figure out what to change in it. I don't have a knowledge of html so it's kind of daunting at this point
6 village_idiot Feb 21, 2005 01:23
http://www.htmldog.com/guides/cssbeginner/
if you look at your skin's _main.php AND/OR look at the source of your page, you will see that the CSS definition thats controling that sidebar starts with :
<div id="menu">
Now, go look at your CSS.. read that site, and figure out what you want to change and go for it. The very worst that will happen is that you end up having to re-upload a few files if you hose something up. The best that can happen is that you will learn.
7 stk Feb 22, 2005 04:53
exkido - What browser are you using? If you haven't tried FireFox, I HIGHLY suggest you do. Why? Because there is a "web developer" extension that you can add on that allows you to edit the CSS and SEE the effect - real-time, live.
You don't have to worry about messing things up, either. If you do, just refresh the page & you'll get the ORIGINAL CSS back.
Like your changes? Great! Hit the SAVE button & save them.
When you're learning CSS, there isn't a better tool (IMO).
Also check out the W3 Schools free CSS tutorial. They have online examples that you can change, hit a button, see the effect:
1) Firefox - [url=http://www.mozilla.org/products/firefox/]get it here[/url]
2) Web Developer Extension - [url=http://www.chrispederick.com/work/firefox/webdeveloper/]latest version here[/url]
3) W3 schools CSS Tutorial - [url=http://www.w3schools.com/css/]here[/url]
the big white box? you mean the sidebar? you dont want the sidebar there? just edit your skin's _main.php.