Set margin between columns

xfactorx

New Member
We have 3 columns (someone would want more maybe)Lets say I want 30px distance between them.That would mean I need to create 3 different styles :[*]First column : \[code\]margin-right:15px\[/code\][*]Center column : \[code\]margin-right:15px;margin-left:15px;\[/code\][*]Last column : \[code\]margin-left:15px;\[/code\]Maybe its not quite complicated but its quite no-comfortable, especially when needed for some wordpress etc. where end-user may not have a \[code\]HTML\[/code\] background.Here is a fiddle.Is it possible to achieve this in a simple manner ?
 
Back
Top