Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

{Content} Wont sit inside the div

edited March 2012 in Vanilla 2.0 - 2.8

Hey guys,

I've run into a slight problem. My {Content} wont sit inside the div I want to. You can see it works (Where the 'test' is). Any reason to why it wont?

[IMG]http://uploadir.com/u/pw2erj[/IMG]

`
#Contentarea {
background-image: url(contentarea.png);
width: 840px;
height: auto;
}

#Content {
    width: 820px;
    padding-left: 10px;
}

`

<div class="left"> <div id="gradient1"></div> <div id="Contentarea"> Test </div> <div id="Contentarea"> <div id="Content"> {asset name="Content"} </div> </div> </div>

Thanks,
Amphios

Best Answer

  • Options
    422422 Developer MVP
    edited March 2012 Answer ✓

    Post your images in the thread, please.

    There was an error rendering this rich post.

Answers

Sign In or Register to comment.