Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
About H-space in inserting images
« previous
next »
Print
Pages: [
1
]
Author
Topic: About H-space in inserting images (Read 6529 times)
armpouniotis
Sr. Member
Posts: 377
About H-space in inserting images
«
on:
July 25, 2008, 20:13:11 »
Hi all !
well, in elxis 2008, I am opening the iBrowser to put an image in the content. But, when I set the H-space to 5 (in order to have a horizontal space of 5 pixels between the image and the content), unfortunately in Firefox doesn't seem to have any result... In IE7 everything is ok !!!
Why
Christos Armpouniotis
Logged
Christos Armpouniotis
datahell
Elxis Team
Hero Member
Posts: 10356
Re: About H-space in inserting images
«
Reply #1 on:
July 25, 2008, 20:21:37 »
Might there is a conflict with the CSS. You can do the following:
Open your template's css and add this line at the bottom of the file:
img.hspace { margin: 0 5px; }
or
img.hspace { margin: 5px; }
(if you wish to have vertical space too)
Now, whenever you want to add horizontal space to an image turn editor to html mode and add the "hspace" css class to the image(s):
<img src="....../myimage.jpg" alt="my image" class="hspace" />
«
Last Edit: July 25, 2008, 20:24:47 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
armpouniotis
Sr. Member
Posts: 377
Re: About H-space in inserting images
«
Reply #2 on:
July 25, 2008, 20:36:57 »
Will be in the future a new version of Elxis 2008 ?
Logged
Christos Armpouniotis
datahell
Elxis Team
Hero Member
Posts: 10356
Re: About H-space in inserting images
«
Reply #3 on:
July 25, 2008, 20:42:32 »
Of course! Have n't you seen all the announcements about 2008.1? Elxis development never stops! Elxis 2008.1 is almost ready but we will make the community a new big gift by adding something special in Elxis 2008.1. So we might release Elxis 2008.1 a little bit later (September 2008)
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
armpouniotis
Sr. Member
Posts: 377
Re: About H-space in inserting images
«
Reply #4 on:
July 25, 2008, 20:44:14 »
I hope some of these problems mentioned would be solved in the new version. I really like 2008, but according to some small "bugs" sometimes I really wnt to change back to 2006.
2006 is more convinient to me so far than 2008.
Logged
Christos Armpouniotis
datahell
Elxis Team
Hero Member
Posts: 10356
Re: About H-space in inserting images
«
Reply #5 on:
July 25, 2008, 20:48:27 »
Elxis 2006.4 has some bugs while 2008.0 has none (or nothing important). I could write you 1000 reasons why Elxis 2008 is better than 2006. The problems you have are problems with your template css and not with elxis itself, that can be solved in a couple of minutes. Even if Elxis had a css problem this would be in the SAMPLE template which you normally should never use. The "okto" template is just a sample.
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
) »
About H-space in inserting images