Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Bug reports and fixes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
editor and table spacing
« previous
next »
Print
Pages: [
1
]
Author
Topic: editor and table spacing (Read 4372 times)
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
editor and table spacing
«
on:
August 06, 2008, 15:21:20 »
Hello all,
When I include a small table in my content and assign cellspacing of 10 it shows correctly in the editor but when I display the page the text is on the border.
Does this mean that the table spacing is using some css property rather than the assigned editor table property?
Petros
Logged
Bournias.net
datahell
Elxis Team
Hero Member
Posts: 10356
Re: editor and table spacing
«
Reply #1 on:
August 06, 2008, 19:06:31 »
Yes, most probably css is being applied to the table.
You can use in line style to fix this.
If you want cellspacing:
<td style="margin: 10px;">....</td>
If you want cellpadding:
<td style="padding: 10px;">....</td>
«
Last Edit: August 06, 2008, 19:08:32 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
editor and table spacing