I'm trying to add a picture in a blogger template.
(我正在尝试在Blogger模板中添加图片。)
With the HTML tag. (带有HTML标记。)
<img src="img_avatar.png" alt="Avatar">
But it's not loading the image.
(但是它没有加载图像。)
I'm trying to put it in the direct code.
(我正在尝试将其放入直接代码中。)
<div class='container-fluid'>
<div class='row'>
<div class='col-sm-12 col-md-3 col-lg-3' id='sidebar'>
<b:section class='header-section' id='header-section' maxwidgets='0' showaddelement='no'>
<img src="picture goes here" alt="Avatar"/>
<b:widget id='Header1' locked='true' title='Blogs name (Cabe?alho)' type='Header' version='1'>
<b:widget-settings>
<b:widget-setting name='displayUrl'/>
<b:widget-setting name='displayHeight'>0</b:widget-setting>
<b:widget-setting name='sectionWidth'>22</b:widget-setting>
<b:widget-setting name='useImage'>false</b:widget-setting>
<b:widget-setting name='shrinkToFit'>false</b:widget-setting>
<b:widget-setting name='imagePlacement'>BEHIND</b:widget-setting>
<b:widget-setting name='displayWidth'>0</b:widget-setting>
</b:widget-settings>
I wanna to insert the picture in this space with a different color:
(我想用另一种颜色将图片插入此空间:)
But its not loading the picture...
(但是它没有加载图片...)
Thanks a lot
(非常感谢)
ask by user2535338 translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…