Hi,
based on this script here - https://help.forumotion.com/t87870-notice-using-css-and-table
I'd like to make some tables, so I try by adding this code on the css:
But the table doesn't show up..
so is it possible? what am I doing wrong?
based on this script here - https://help.forumotion.com/t87870-notice-using-css-and-table
I'd like to make some tables, so I try by adding this code on the css:
- Code:
.modlock {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.modlock {
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
color: #d9d9d9;
background-color: #292929;
background-image: url('http://image.png');
}
- Code:
[table class="modlock"][tr][td]Your text goes here! Your text goes here!
Your text goes here! Your text goes here!
Your text goes here! Your text goes here!
[/td][/tr][/table]
But the table doesn't show up..
so is it possible? what am I doing wrong?
Last edited by fijea on July 28th 2012, 9:07 am; edited 1 time in total (Reason for editing : Solved)