Posted by member 39367 on 2003-08-04 18:46:15 link

Mmmk, go to your Base.rc file in your simplicity config folder. Make sure The following lines are in there
SetDesktopArea true
SDALeft 4
SDARight -4
sdatop 4
sdabottom -68
This will make IE not on top of your bar. To remove your shortcuts scroll down in the base.rc to the deskfolders config section. Comment these lines.
IF bar_top=1
*DeskFolder align(left) background(transparent) contents(all) folder($ShortCutsDir$) font(Verdana/7) labels(transparent) text($IconTxtColour$) position(0, $ResolutionY-150$) size(300, 150) view(icon)
ELSE
*DeskFolder align(left) background(transparent) contents(all) folder($ShortCutsDir$) font(Verdana/7) labels(transparent) text($IconTxtColour$) position(0, $ResolutionY-150-64$) size(300, 150) view(icon)

ENDIF