new to wordpress.
how to add a picture in the sidebar(have put it in image folder)
want the grammar lines.
for example :
……
<img src="</img/*.bmp">
……
new to wordpress.
how to add a picture in the sidebar(have put it in image folder)
want the grammar lines.
for example :
……
<img src="</img/*.bmp">
……
.bmp is no good.
This is not a WP question. It is HTML Basics 101.
http://www.w3schools.com/html/default.asp = see the HTML Images on the left menu.
sorry,i know nothing about HTML.
could you help me?
any help would be appreciated.
Newskoo, you'll need to use an image editing program to save your image in a format other than .bmp - .jpg and .gif are both good formats. I think Internet Explorer displays bitmap images, but most other browsers don't.
Then your code will look like <img src="/img/blah.jpg"/>
to yami
thanks a lot
This topic has been closed to new replies.