.about_panel
Each panel is labeled with its correct header tag for CSS code for New Style Profiles.
If you add h2 to the end of any of these panels it will only effect the title area of that panel.
Generally with CSS code there are two parts. The header tag and the actual code itself.
For an example:
.about_panel {display: none;}
In the above example the header tag is
.about_panel and the code is
{display: none;}
The header tag determines what panel you are effecting. As mentioned earlier by adding h2 to the end of a header tag like below...
.about_panel h2 {display: none;}
...will have the code only effect the title part of the panel.
The code part must always be in the {} brackets in order for it to work.
There are many assortments of codes and alter I will add a few examples and what they do but for now this is where I will stop.
.signature_panel
[img:281f308f75]http://img.villagephotos.com/p/2006-4/1171906/GuildBannerProfileHelp.JPG[/img:281f308f75]
.comments_panel
View All Comments