WebSite X5Help Center

 
Juergen S.
Juergen S.
User

How to format the advert using css?  en

Author: Juergen S.
Visited 1076, Followers 1, Shared 0  

I'd like to Format the text in the advert by using css. I did try and added the css to the site and to the page, but it doesn't work. The only formatting that seems to work is html-formatting the old way. So, how can I use css on the advert?

Posted on the
5 ANSWERS - 1 CORRECT
Incomedia
Claudio D.
Incomedia

Hello Juergen,

You can use css by adding the css code in the HEAD and then by calling the classes or IDs in the code.

The css code and the container needs to be separated and then you cann with in the HTML code the class containing your css code.

Many thanks!

Read more
Posted on the from Claudio D.
Juergen S.
Juergen S.
User
Author

It seems I wasn't able to explain what ther problem is: The advert is a little rectangle, containing a picture of the product and a text. This is, where I had to use old html while css didn't work. See picture please.

Read more
Posted on the from Juergen S.
Incomedia
Claudio D.
Incomedia

Hello Juergen,

You cannot use inline css code but if you add css instructions in the HEAD section in a Class element and then you load the class in the html code it will allow you to use css styling.

Many thanks!

Read more
Posted on the from Claudio D.
Juergen S.
Juergen S.
User
Author

Hi,

see the picture attached. This is what I did, and it does NOT work. Do you have any idea why?

Read more
Posted on the from Juergen S.
Incomedia
Claudio D.
Incomedia

Hello Juergen,

to load a class avoid " " simbols like as example:

<span class=testklasse>some text</span>

And for instead of Text-Color, which is deprecated, use directly the css style "color".

Many thanks!

Read more
Posted on the from Claudio D.