Member 13391855 Ответов: 1

Трудное время размещения изображения


У меня возникли некоторые проблемы с изображением на моей странице. Я пробовал, где изображение будет идти в тексте, а где оно будет просто в центре, и, похоже, ничего не работает.

Что я уже пробовал:

Could you tell me if this code is wrote right and what might be my problem.

<img src=“pix/gosling.png” alt=“gosling” style=“float:left;width:25%;”>

also tried this code,

<p style="text-align: center;">
<img src="pix/daisy.png" alt="Daisy">
<br>
A beautiful daisy
</p>


I put this right under the <p> code as it was in the chapters and I cant seem to find out why the image wont come up. It comes up with the blue ?mark.

Not sure what I am doing wrong.

Bryian Tan

правильный ли путь к изображению?

1 Ответов

Рейтинг:
2

RedDk

Вот как это делается:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Untitled Page</title>
    <style type="text/css">
        .style1 {
            width: 72000px;
            height: 96000px;
        }
    </style>
</head>
<body>

    <p>
        <img alt="beautiful daisy" class="style1" 
            src="file:///C:/Users/Administrator/pix/daisy.jpg" /></p>

</body>
</html>


Запустите VSStudio, откройте новую html-страницу, поместите изображение в Пространство дизайна, добавьте заметку при появлении запроса ...


0x01AA

Я изо всех сил старался сохранить равновесие