Looking for some good Free FBML Templates? Well, you’re in luck today.
Today we are a very simple, yet effective template ready for you.
Sorry, but this isn’t a huge list of free templates … that will come later.
Below you’ll find the complete code used, and explanation, for creating the landing page on the PLR – Private Label Rights fanpage.
The code is CSS complaint and doesn’t use tables. We here at Quantum Fanpages hate tables. Below is your free FBML template to help you create a quick and effective opt-in page.
First is the Free FBML template code, and afterwards we’ll explain it:
<div id=”whole_box” style=”width=800px;”>
<img title=”becomeafan” src=”http://www.piotrkrzyzek.com/plr_files/plr.jpg” height=”71″ width=”760″>
<div id=”inner_box_container” style=”text-align: center;”>
<span id=”inner_box_title_tex” style=”font-size: 12pt; line-height: 18pt; font-family: Verdana; “>
Welcome to our PLR Fan Page. <br />We’re glad to have you be part of our family.</span>
<div id=”inner_box” style=”margin-top: 15px; border: 4px dashed red; height: 400px; width: 600px; margin-left: auto; margin-right: auto; text-align:left; padding: 10px;”>
<div id=”inner_box_top_title_tag” style=”text-align: center;”><span style=”font-size: 18pt; line-height: 18pt; font-family: Verdana; font-weight: bold;”>Grab your <span style=”color: red”>FREE</span> copy of our latest E-Book, “Blogging For Profit”, by entering your name and e-mail below.</span></div>
<br />
<div style=”margin-top: 25px; margin-left:auto; margin-right: auto; width: 300px;”>
OPTIN CODE GOES HERE
</div>
</div>
</div>
</div>
Hopefully that can be transfered easily to your code.
As you can see the code is completely comprised of CSS complaint code.
There are several very important things to note about this code which will be different for your code. This fanpage is a bit older, so it still uses the old width.
Your new fanpage might have a max width of around 760px. Be sure to not make anything wider than that. That is what this code does:
<div id=”whole_box” style=”width=800px;”>
It create a whole container which I can control. Everything else is within that outer ‘whole_box’ element.
The next tag, the image tag (<img>) is, well … the image. This displays an image, and in this case, it displays a header image.
The image is followed by a div tag. The first one sets up a box container which allows me to center align everything below.
Then there is the ‘inner_box’ which has the red dashed border.
To add a border, simply add this style to any element (any element that can have a border):
style=”border: 1px dashed red”
The 1px is the size. You can set it to anything. 2px, 10px or even 100px. Though I don’t think you’ll want anything that big. Usually a size between 1px and 5px is perfect.
Everything else is just more of the same. Creating div elements to hold stuff. Pretty simple, yet very effective!
Let us know in the comments below what you think. Also be sure to sign up for our newsletter to get tips, tricks and tactics that we don’t share publicly.