answersLogoWhite

0

Set the background-repeat value to "repeat-y".

Example:


User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

You want a picture to repeat down what is HTML code?

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


How do you get a picture code for HTML?

img scr="YOUR PICTURE LOCATION.gif">


How do you find the HTML code of a picture?

Pictures don't come in HTML


How do you turn pictures into an HTML code?

<img src="link for picture">


What is the HTML code to add a border to a 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; }


How do you code a flv in a picture on a HTML website?

you <embed> the flash video by importing.


What is the css code for posting a picture?

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.


How do you upload a picture on tinier me?

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


How do you insert a picture from netbeans 6.5?

By using the html code we can able to insert the imagein netbeans.


How come i can't see the picture i added to my presentation on howrse?

You need to use HTML mode - go to profile > modify > HTML mode > paste in the HTML code > click enter.


How do you send picture from on site to another site?

Just copy the URL or HTML code of the picture from one site and paste it in the other site.....


What is the HTML code for linking a picture to a video?

You can put an anchor tag on the picture. It could be done like <a href="video.mp4"><img></img></a>.