Development quick easy question

Discussion in 'Software' started by mobius9, 10 Jun 2005.

  1. mobius9

    mobius9 Minimodder

    Joined:
    4 May 2004
    Posts:
    348
    Likes Received:
    0
    I never was big into coding, so I just had a quick question -

    is there any type of attribute I can use to border content inside a table, such as push the text in the picture back to the red line without chopping my images into a million tables?

    [​IMG]

    thx - mobius
     
  2. acidfire

    acidfire What's a Dremel?

    Joined:
    11 May 2004
    Posts:
    259
    Likes Received:
    0
    please... tell me your not using tables....

    ewwww

    Personal opinions aside, if your using css, you could put the text into a span tag and style it like so:

    Code:
    < span style="margin-left:10px;"> News Goes Here </span>
    
    If it screws anything up, try padding instead of margin.

    BTW I don't mean to sound like an ass, just my PHP instructor rubbing off on me.
     
    Last edited: 10 Jun 2005

Share This Page