Set the background-repeat value to "repeat-y".
Example:
You need to use HTML and Styles to do it. For the Pictures/YourImage.gif part you can put in your own code for your picture.Your text
img scr="YOUR PICTURE LOCATION.gif">
Pictures don't come in HTML
<img src="link for picture">
For example this is the HTML code: <body> <div id="picture"> <img src="images/image.jpg" alt="this is image" /> </div> </body> In CSS: #picture img { border:2px solid #000066; }
you <embed> the flash video by importing.
To post a picture using CSS, you typically use the background-image property. Here’s an example: css .image-container { width: 300px; /* set width */ height: 200px; /* set height */ background-image: url('your-image.jpg'); /* specify image URL */ background-size: cover; /* ensure the image covers the container */ background-position: center; /* center the image */ background-repeat: no-repeat; /* avoid repetition */ } In HTML: html Copy code This CSS code sets a background image for a container and ensures it's centered, scaled, and non-repeating.
You don't really "upload", you use HTML. i prefer this: <img src=IMAGE URL HERE> any image is accepted as long as the URL is a direct link to the photo or picture this can only be on profiles
By using the html code we can able to insert the imagein netbeans.
You need to use HTML mode - go to profile > modify > HTML mode > paste in the HTML code > click enter.
Just copy the URL or HTML code of the picture from one site and paste it in the other site.....
You can put an anchor tag on the picture. It could be done like <a href="video.mp4"><img></img></a>.