|
Archive - read only |
uCoz Community Archives Archive Tutorial - Display image using BBC and HTML codes (How to add image, link-able image with HTML or by using BBC) |
Tutorial - Display image using BBC and HTML codes |
Tutorial - Display image using HTML and BB codes Before we start with the tutorial, I need to inform you that if you want to display an image, you need to upload image on the internet or you can use image sharing service like Tinypic. I used Tinypic for example because tinypic is easy to use. It's up to you to decide which image sharing service you will use. Uploading image. To upload you need to click "Browse"
Once you uploaded image - it gives you 4 links. You need these links to make
The code that is used to display an image... Code BB code: [IMG]http://i35.tinypic.com/j0zj48.jpg[/IMG] HTML code: <img src="http://i35.tinypic.com/j0zj48.jpg"> The code that is used to create linkable image... Code BB code: [url=http://www.ucoz.com][img]http://i35.tinypic.com/j0zj48.jpg[/img][/url] HTML code: <a href="http://www.ucoz.com"><img src="http://i35.tinypic.com/j0zj48.jpg"></a> http://i35.tinypic.com/j0zj48.jpg - Image link You know how to create linkable image. Now to open the page in a new tab/window you Code HTML code: <a href="http://www.ucoz.com" target="_blank"><img src="http://i35.tinypic.com/j0zj48.jpg"></a> If you want to add border to your image. You will need to add border="0" in the code.
Code HTML code: <img src="http://i35.tinypic.com/j0zj48.jpg" border="2"> You can change height and width of your image using width="xx" and height="xx". Code HTML code: <img src="http://i35.tinypic.com/j0zj48.jpg" border="2" width="300px" height="400px"> The "alt" tag is used to show text if the image cannot be displayed. Code HTML code: <img src="http://i35.tinypic.com/j0zj48.jpg" border="2" width="300px" height="400px" alt="Show this text"> "I don't like to commit myself about heaven and hell - you see, I have friends in both places"
|
| |||
| |||