Quote:
Originally Posted by Lynne
Hmmmm, I did that exact one in my CMS and it worked fine. :/ Is there anything in your error_logs (if you don't know where they are, ask your host) when you get that blank page?
|
Maybe I'm doing it wrong? Here are the steps that I took,
AdminCP> vbCMS> Grid Manager> add new Grid> Paste your supplied code > Save
Then created a layout, which returned a single column, this time no blank page.
Also, if I add the styling to the additional.css instead of directly in the template, that's when it comes up blank (missing)
HTML Code:
.two_columns {float: right;} .col_1 {width: 310px; float:left; margin-right: -320px;} .col_2 { float:left; margin: 0 190px 0 320px;} .col_3 {width: 180px; float: right; margin-left: -190px; }