VampireFreaks
[ Vampirefreaks.com ]



VFLayouts.com - Vampirefreakss Official Layout Site

Vampirefreaks Page Classes - Main



.Main (The Main Part of the Page)



The main table contains everything below the dropdown menu and VF banner (ie most of the page).



o Make It Disappear ?

Well you could. But if you did then nothing else you write in your profile would show up, so it's probably not advisable. Hiding the main table isn't a shortcut to getting a nice blank page to write onto- it just means everything under the banner (including your own styles and content) will be hidden.




o Borders

To put a border around it:

<style type="text/css">
.main { border: 5px solid red; }
</style>

[ More Border Styles ]



o Background

To set a background color:

<style type="text/css">
.main { background: red; }
</style>


Or a background image:

<style type="text/css">
.main {
background: url('http://www.PATH TO YOUR IMAGE.gif');
background-position: bottom right;
background-repeat: no-repeat;
}
</style>

More on [ Backgrounds ]



o Making Narrow Profiles

To make your profile content all appear in a narrow box, just set the width of .main:

<style type="text/css">
.main { width: 650px; }
</style>


The default position for the narrowed main table is center, but if you want it on the left or right you can position it with float:

<style type="text/css">
.main {
width: 650px;
float: right;
}
</style>






Design by [ KineticShock.com ] && [ PrintedExistence[dot]com ]
All content copyright © PrintedExistence 2006 - 2008


Contact VFLayouts
[ Contact VFLayouts! ]