Drop shadow??
Page 1 of 1•
Drop shadow??
Is it possible to add a drop shadow to the edges of my forum using html editing? I can't seem to find out exactly what to do or if its even possible. Any help is appreciated 
Re: Drop shadow??
phpBB v2:
.bodyline{border: 2px outset black}
phpBB v3:
#wrap{border: 2px outset black}
Place the code (depending on your version 2 or 3) into "Styles / Colors / CSS Stylesheet" and click submit. It adds a two-pixel border around your entire board - as a drop-shadow.
.bodyline{border: 2px outset black}
phpBB v3:
#wrap{border: 2px outset black}
Place the code (depending on your version 2 or 3) into "Styles / Colors / CSS Stylesheet" and click submit. It adds a two-pixel border around your entire board - as a drop-shadow.

Sunny_D- Moderator




- Posts : 2979
Joined : 27 Mar 2007
Age : 23
Language : german|english
Location : Germany / Bavaria
Country :

Home




by alxz310 on Mon May 19, 2008 4:50 am
