instead of color table rows to insert a picture? 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

    instead of color table rows to insert a picture?

    avatar
    M4RKo.O
    New Member


    Posts : 6
    Reputation : 1
    Language : Hrvatski

    instead of color table rows to insert a picture? Empty instead of color table rows to insert a picture?

    Post by M4RKo.O November 23rd 2012, 9:52 pm

    how to put a picture instead of color?

    instead of color table rows to insert a picture? 1353703635

    something like this
    instead of color table rows to insert a picture? Cell

    tnx
    Kaizer Lee
    Kaizer Lee
    Active Poster


    Female Posts : 1064
    Reputation : 54
    Language : English, Tagalog, Spanish and Chinese
    Location : Philippines

    instead of color table rows to insert a picture? Empty Re: instead of color table rows to insert a picture?

    Post by Kaizer Lee November 23rd 2012, 10:29 pm

    Try this:

    Code:

    .table_row1 {
    background-image:url("URL Link");
    position: absolute;
    right: 30px;
    }

    I'm not sure if it'll work since I never thought about what you just said is possible or not ._."
    avatar
    M4RKo.O
    New Member


    Posts : 6
    Reputation : 1
    Language : Hrvatski

    instead of color table rows to insert a picture? Empty Re: instead of color table rows to insert a picture?

    Post by M4RKo.O November 23rd 2012, 11:06 pm

    where that enrollment
    Kaizer Lee
    Kaizer Lee
    Active Poster


    Female Posts : 1064
    Reputation : 54
    Language : English, Tagalog, Spanish and Chinese
    Location : Philippines

    instead of color table rows to insert a picture? Empty Re: instead of color table rows to insert a picture?

    Post by Kaizer Lee November 23rd 2012, 11:26 pm

    Wait, try this instead. And you put it in the CSS:

    Code:

    .table_row#1 {
    background-image:url("URL Link");
    position: absolute;
    right: 30px;
    }