WebSite X5Help Center

 
Sergey S.
Sergey S.
User

How in WSX5 to use graphic object, having thus kept under it the text?  en

Author: Sergey S.
Visited 1100, Followers 1, Shared 0  

Hello. Probably, it not only my problem - when you want to improve design and instead of use of standard fonts you insert pictures with the text typed in PhotoShop, search robots can't normally index a site. I found on a subject - http://css-tricks.com/examples/ImageReplacement/ but I don't know how to apply it in WSX5. Question: how in WSX5 to use graphic object, having thus kept under it the text and for search robots, and for the printing version? I count on support.

Posted on the
1 ANSWERS
Incomedia
Claudio D.
Incomedia

Hello Sergey,

this can be made with thr HTML&Widget Object by addign as example following code in the HTML tab:

<h3 class="fahrner"> <span>CSS-Tricks</span> </h3>

then the CSS code goes in the expert tab:

h3.fahrner { width: 300px; height: 75px; background: url(test.png); } h3.fahrner span { display: none; }

and the image used, in this case test.png needs to added in Exprt "files linked to html code" by watching out to remove the directory /files/ so the code can find the image in the main directory.

Many thanks!

Read more
Posted on the from Claudio D.