cpinfo Tables Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    cpinfo Tables

    avatar
    fijea
    Forumember


    Male Posts : 73
    Reputation : 1
    Language : English
    Location : Indonesia

    Solved cpinfo Tables

    Post by fijea July 28th 2012, 8:12 am

    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:
    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');
    }
    I was hoping the table will be there where I type
    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)
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: cpinfo Tables

    Post by ankillien July 28th 2012, 9:01 am

    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...

    background-image: url('http://image.png');
    avatar
    fijea
    Forumember


    Male Posts : 73
    Reputation : 1
    Language : English
    Location : Indonesia

    Solved Re: cpinfo Tables

    Post by fijea July 28th 2012, 9:05 am

    It doesn't show up at all..only the texts..


    Edit:
    It does work now, idk what happened lol.

    Thanks for your help! Very Happy
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: cpinfo Tables

    Post by ankillien July 28th 2012, 9:12 am

    Topic Solved & Locked