WebSite X5Help Center

 
David G.
David G.
User

Html  en

Автор: David G.
Просмотрено 1441, Подписчики 1, Размещенный 0  

When I add a html object to a page and go  to edit I enter 2 codes one is for a image the other is to a page. I know the code is written correctly. I can get the link to another page to work but can not get thtre image to work. When I view the source code online after upload the program has added code to the image itself so it wont work.

Any advice would be greatly appreciated as I have been trying to get it to work for a couple of days.

Thanks David

Размещено
6 Ответы
Esahc ..
Esahc ..
Moderator

David

Can you provide the code?

When I wish to use html to retrieve and display an image, I find it necessary to first copy the image to the preview directory, and I also copy it to the public_html directory on the server for online use, the alternative is to directly link to an image already on the web somewhere.

Читать больше
Размещено От Esahc ..
David G.
David G.
User
Автор

<IMG S<IMG SRC="galley/a11a.jpg"/><br>
<body>
<div id="button">
<ul>
<li><a href="page-29.html">BUY NOW</a></li>
</ul>
</br>
</div>
</body>

Читать больше
Размещено От David G.
David G.
David G.
User
Автор

<IMG SRC="galley/a11a.jpg"/><br>
<body>
<div id="button">
<ul>
<li><a href="page-29.html">BUY NOW</a></li>
</ul>
</br>
</div>
</body>

Читать больше
Размещено От David G.
David G.
David G.
User
Автор

Missed the "r" in gallery but once corrected I get this. Which is not what I'm needing

Читать больше
Размещено От David G.
David G.
David G.
User
Автор

<IMG SRC="gallery/a11a.jpg"/>
<id="button"><a href="page-42.html">BUY NOW</a>

Still get the side and bottom scroll bar.

Читать больше
Размещено От David G.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца FRЛучший пользователь месяца PL

>>> +  width="100%"

<IMG SRC="gallery/a11a.jpg" width="100%" />

.

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