cellpading and cellspacing in pagelayout

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
edison
Posts: 4
Joined: Sat 27. Mar 2004, 18:27

cellpading and cellspacing in pagelayout

Post by edison »

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?
Bijan Hemati
Posts: 191
Joined: Sun 9. Nov 2003, 00:18
Location: Austin, TX

Post by Bijan Hemati »

Please check your default css under admin menu to set values.
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

in the layour area there are a number of setting in place that seem to answer your question.

margin: add a space around the entire site
top space: bottom space: left space: right space: all add a space around there 'tables'
hokah
Posts: 20
Joined: Wed 23. Nov 2005, 22:11

Post by hokah »

Where exactly should I change to get cellpading in all my articles, they stick to orders right now,

regards
Peter
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

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
Post Reply