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? thx - mobius
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.