View Single Post
04-29-2006, 03:34 PM
#4
depthskins is offline depthskins
depthskins's Avatar
Status: I love this place
Join date: Apr 2006
Location: Canada
Expertise:
Software:
 
Posts: 699
iTrader: 0 / 0%
 

depthskins is on a distinguished road

Send a message via MSN to depthskins Send a message via Yahoo to depthskins Send a message via Skype™ to depthskins

  Old

ok. i'll refer to that then.

Is this peice of code redundant for what I'm trying to accomplish?


.designboxPadding {
padding-left: 10px;
}

.designboxPadding1 {
padding-left: 6px;
}

.designboxPadding2 {
padding-left: 23px
}

.designboxPadding3 {
padding-left: 33px
}
Basically I'm trying to accomplish even space between words. It's like I'm trying to create a 3 colum table to display the information. Only I want to do it using CSS. The codes I used worked well but I want to know if their might be a better way or if it's just TOO redundant.

I tried using position but I couldn't get it to work.