I am trying to edit blocks to sit images and text centrally. Can I have some guidance as I have tried everything I know now. Is it html template or CSS I need to do?
Stewart
Eugene (Guest)
8 Jun 2007 10:36 AM
Hi,
You can use HTML in custom blocks and the easiest way is to use tags <center></center> around the block of code you want to be centered.
You can also use align="center" for tags like <img>, <p>, <div>, <span>, etc.
Or use some CSS style/class with 'text-align: center'
WBR,
ViArt Support Team
I am trying to edit blocks to sit images and text centrally. Can I have some guidance as I have tried everything I know now. Is it html template or CSS I need to do?
Stewart
warpaint
8 Jun 2007 10:50 AM
Hi
I have tried most of those in html and css, but I will go back again and check the placement
Is their a list of css tags and sections, so I can see clearly what changing or need to change?
Stewart
Hi,
You can use HTML in custom blocks and the easiest way is to use tags <center></center> around the block of code you want to be centered.
You can also use align="center" for tags like <img>, <p>, <div>, <span>, etc.
Or use some CSS style/class with 'text-align: center'
WBR,
ViArt Support Team
I am trying to edit blocks to sit images and text centrally. Can I have some guidance as I have tried everything I know now. Is it html template or CSS I need to do?
Stewart
Eugene (Guest)
8 Jun 2007 3:40 PM
Hi,
We are preparing a CSS reference table with all CSS classes that are used in ViArt software.
We shall publish it on our site as soon as it will be ready.
WBR,
ViArt Support Team
Hi
I have tried most of those in html and css, but I will go back again and check the placement
Is their a list of css tags and sections, so I can see clearly what changing or need to change?
Stewart
Hi,
You can use HTML in custom blocks and the easiest way is to use tags <center></center> around the block of code you want to be centered.
You can also use align="center" for tags like <img>, <p>, <div>, <span>, etc.
Or use some CSS style/class with 'text-align: center'
WBR,
ViArt Support Team
I am trying to edit blocks to sit images and text centrally. Can I have some guidance as I have tried everything I know now. Is it html template or CSS I need to do?