---
title: "How do I place text over an image?"  
description: "How do I place text over an image?"  
author: "Anonymous User"  
published: 2012-12-17  
updated: 2012-12-17  
canonical: https://www.mindstick.com/forum/508/how-do-i-place-text-over-an-image  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# How do I place text over an image?

Hi every one,\
\
From last night I'm [trying](https://answers.mindstick.com/qa/93698/6-mistakes-couples-are-trying-to-save-money) to write [text](https://www.mindstick.com/blog/301635/did-people-reinvent-texting-to-express-the-full-range-of-emotions) over on image. can you help in this [problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic)!\
\
Thanks in advance.

## Replies

### Reply by AVADHESH PATEL

Hi John Rob,\
\

To place text or image over an image you use the position property. The below example is supported by IE 4.0. All you have to do is adapt the units to your need.

```
<div style="position:
relative; width: 200px; height: 100px"> <div style="position:
absolute; top: 0; left: 0; width: 200px"> <image> </div> <div style="position:
absolute; top: 20%; left: 20%; width: 200px"> Text that nicely wraps </div> </div>
```


---

Original Source: https://www.mindstick.com/forum/508/how-do-i-place-text-over-an-image

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
