WebSite X5Help Center

 
Martin R.
Martin R.
User

Image issues  en

Автор: Martin R.
Просмотрено 1574, Подписчики 1, Размещенный 16  
Тэги: image,resize,rollover

1. if I try give image into text object, I can´t set size to image. Image has no icons and dialog to set image size exactly.

2. why is not possible insert image with rollover image into base page ? In the header or footer is it possible thrue image properties.

please fix it.

Размещено
1 Ответы
Cheeky Man
Cheeky Man
User

Wink

1) Use a graphics program (Paint.net)

2) Use HTML code below:

<imgsrc="files/button3.png"onmouseover="this.src='files/button4.png';"onmouseout="this.src='files/button3.png';"/>

www.frankscybercafe.com

Читать больше
Размещено От Cheeky Man