cpinfo Tables
2 posters
Page 1 of 1
cpinfo Tables
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)
Re: cpinfo Tables
Hi,
What do you mean by 'table doesn't show up'? Doesn't is show up at all or it shows wrongly or something?
In the last line, you have to put the URL of background image which you haven't...
What do you mean by 'table doesn't show up'? Doesn't is show up at all or it shows wrongly or something?
In the last line, you have to put the URL of background image which you haven't...
background-image: url('http://image.png');
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: cpinfo Tables
It doesn't show up at all..only the texts..
Edit:
It does work now, idk what happened lol.
Thanks for your help!
Edit:
It does work now, idk what happened lol.
Thanks for your help!
Re: cpinfo Tables
Topic Solved & Locked |
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Similar topics
» Rounded Corners on CPINFO Box
» Need help with Tables
» Help with Tables
» Tables on here
» CSS Tables
» Need help with Tables
» Help with Tables
» Tables on here
» CSS Tables
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum