function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SamirKhanSamirKhan 

merge pagemade in Bootstrtap in visualforce

I have a page made in bootstrap and i want to merge that page in visualforce.

Is it possible..Can someone please help me out here and let me know hou this can be done

Thanks in Advance, Samir
pconpcon
The biggest thing that you'll run into when using boostrap in visualforce is that if you include any of the default CSS of Salesforce then you will run into CSS naming collisions.  I would recommend that you namespace your bootstrap [1] and use that instead.  It is a little time consuming of a process but it will help.  Additionally you will want to set the doctype on your visualforce [2] to be compatiable with Bootstrap

[1] http://stackoverflow.com/questions/13966259/how-to-namespace-twitter-bootstrap-so-styles-dont-conflict
[2] http://salesforce.stackexchange.com/questions/9155/doctype-in-visualforce-page