­
ForceTree.com: visualforce styling
CSS

Zip file as Static Resource ( CSS Styling )

6:06 AM
I finally realized what a blunder i have made by hardcoding the URL of images in my CSS file. Everytime i move my code from one instance to another the URL keeps on changing and i have to manually edit each and every URL.....But i found out that there was a very very easy way out there... Thanks to the community forumsThis is...

Read More...

visualforce styling

Visualforce Page Styling - some useful stylings

2:41 AM
I found some style specifications which i thought would be worth sharing... Here it is.. Positioning Get Rid of &nbsp; for adding white spaces to your Visualforce Page. Here is a better way of doing it.. <div style="position:relative;left:75px;"> Left specifies how many pixels from the left of the screen should the component be displaced. Right,top,bottom also can be used.. Put your Visualforce tags...

Read More...

newbie visualforce

Style your VisualForce Pages -for newbies

3:34 AM
VisualForce offers the ability to customize the look and feel of your VisualForce Pages. This guide is intended to cover the methodologies to be followed, and some best practices while implementing your own look and feel. Getting Started: <apex:page>is the topmost tag in any VisualForce Page. This tag determines the styles to be used in your VisualForce pages. Let us start by creating...

Read More...