ForumMonkeys |
10-02-2007 05:22 PM |
Quote:
Originally Posted by jlp09550
(Post 1344203)
Any reason why they are hosted via your server instead of going to the directory imposed in your instructions?
|
Nothing is hosted on my server.
Quote:
Originally Posted by imk
(Post 1346030)
im useing the aroe skin on www.micforum.com but i want to make the side collums smaller, so i can do the bars easy but the gray bit underneath wont follow anyhelp?
this is the code i reckon
hm i can make the top of the coulum smaller but the bottom doesnt follow any help anyone?
.tcat2 {
background: url(aero/misc/tcat2.gif) top left no-repeat;
width: 190px;
height: 27px;
line-height: 27px;
color: white;
font-size: 11px;
padding: 4px 0px 0px 27px;
font-weight: bold;
border-bottom: 3px #d9d9d9 solid;
}
.ct {
padding: 8px 27px 15px 24px;
color: #666666;
font-size: 11px;
line-height: 16px;
background-color: #f2f2f2;
}
___
|
To adjust the column width, you need to change the <td> width that houses the column from 217 to whatever you wish in the Forumhome template. In the CSS, you will need to do the same for .tcat2. Remember, the box model adds the padding to the width. In this case, its 190 + 27 (left padding) = 217. So, adjust these two to get the results you are happy with - just make sure they add up to the same width you set for the <td>.
Quote:
Originally Posted by yoyoyoyo
(Post 1350438)
thanks for sharing, but it hurts my eyes
|
Feel free to change any colors that hurt your eyes :)
|