GregLuce
Junior Member
Posts: 4
Registered: 10/24/2002
Member Is Offline
|
posted on 11/7/2002 at 02:53 PM |
|
|
Images
I don't read javascript, but I'd like to try eliminating the folders from the tree to see if it looks better. I replaced the folder.gif and
folderopen.gif icons with 1 px gifs. So now it doesn't show the folders which I think I like, but I can't make the tree item align to the left. Even
though the spacer image is only 1px it still takes up as much space as the folder did. I can't see where this is being done. Anyone know?
|
|
|
ncapuana
Newbie
Posts: 1
Registered: 11/12/2002
Member Is Offline
|
| posted on 11/12/2002 at 09:12 PM |
|
|
In the header of the html
style
.t0im {
border: 0px;
width: 19px;
height: 16px;
|
|
|
GregLuce
Junior Member
Posts: 4
Registered: 10/24/2002
Member Is Offline
|
posted on 11/18/2002 at 01:55 PM |
|
|
I tried putting the style code in my template and it didn't seem to affect anything. I replaced the folder icons with a 1 px gif and it still pushes
the title over the same width. It's as if the items are displayed in a table or something and the "cell" still holds the same with whether it has
something 1 px or 40 px. Know what I mean? I just don't have any clue how this thing works.
|
|
|
lem45
Junior Member
Posts: 8
Registered: 10/24/2002
Member Is Offline
|
| posted on 11/22/2002 at 03:54 PM |
|
|
Actually - You need to adjust these values
style
.t0im {
border: 0px;
width: 0px;
height: 0px;
|
|
|
GregLuce
Junior Member
Posts: 4
Registered: 10/24/2002
Member Is Offline
|
| posted on 11/22/2002 at 04:04 PM |
|
|
Style?
I'm sorry, I'm kinda new to this thing. Where are you saying to apply this style?
|
|
|