please, excuseme my bab english...
i need change the values to cellpadding and cellspacing in the table that contain all page...
whish one file i would edit?
cellpading and cellspacing in pagelayout
-
- Posts: 191
- Joined: Sun 9. Nov 2003, 00:18
- Location: Austin, TX
you can change the .articleText style in your /phpwcms_template/inc_css/frontend.css file
you will need to add a line in the style like...
padding:5px 6px 7px 8px;
the 4 values pad the edges in this order... top, right, bottom, left
if you only need to pad the edges individually you can set them like so...
padding-left:5px;
padding-top:40px;
etc
you will need to add a line in the style like...
padding:5px 6px 7px 8px;
the 4 values pad the edges in this order... top, right, bottom, left
if you only need to pad the edges individually you can set them like so...
padding-left:5px;
padding-top:40px;
etc