---
title: "How do I have a background image that isn't tiled?"  
description: "How do I have a background image that isn't tiled?"  
author: "Anonymous User"  
published: 2012-12-17  
updated: 2012-12-17  
canonical: https://www.mindstick.com/forum/505/how-do-i-have-a-background-image-that-isn-t-tiled  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# How do I have a background image that isn't tiled?

Hi,\
\
Please help me, how do I have a [background image](https://www.mindstick.com/forum/539/css-background-image-properties-not-work-in-outlook) that isn't tiled? \
\
Thanks

## Replies

### Reply by AVADHESH PATEL

Hi Goti Bandu,\
\

Specify the [background](https://www.mindstick.com/articles/65/how-to-change-background-color-of-tab-control-in-c-sharp)-repeat property as no-repeat. You can also use the background property as a shortcut for specifying multiple background-* properties at once. Here's an example:

```
BODY {background: #FFF url(watermark.jpg) no-repeat;}
```


---

Original Source: https://www.mindstick.com/forum/505/how-do-i-have-a-background-image-that-isn-t-tiled

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
