# \[CSS Help\] Image - Text - Layout

**URL:** https://forum.kirupa.com/t/css-help-image-text-layout/300783
**Category:** web dev
**Created:** [November 27, 2009, 11:11am UTC](https://forum.kirupa.com/t/css-help-image-text-layout/300783 "2009-11-27T11:11:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![epoy08](https://avatars.discourse-cdn.com/v4/letter/e/b5a626/32.png) [@epoy08](https://forum.kirupa.com/u/epoy08)
#### Post date: [November 27, 2009, 11:11am UTC](https://forum.kirupa.com/t/css-help-image-text-layout/300783/1 "2009-11-27T11:11:34Z")

</div>

[FONT=Courier New]How can I design in css an image of a text, then another image over, then another one with this format like this:

[/FONT] [FONT=Courier New]\* border\*\*\*\*\*\*\*\*\*\*\*\*\*

- [/FONT][FONT=Courier New]##### ##### ##### \*
- [/FONT][FONT=Courier New]#img# #img# #img# \*
- [/FONT][FONT=Courier New]##### ##### ##### \*[/FONT][FONT=Courier New]
- [/FONT][FONT=Courier New]##### ##### #####[/FONT][FONT=Courier New] \*
- [/FONT][FONT=Courier New]text1 text3 text4[/FONT][FONT=Courier New] \*
- [/FONT][FONT=Courier New]text2 text4 text5[/FONT][FONT=Courier New] \*  
[/FONT][FONT=Courier New]\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*

I want to use a div tag. I already tried the “float:left” property of css and it’s ok, the problem is that my border is not covering the floating part.  
like this:

[/FONT] [FONT=Courier New]\* border\*\*\*\*\*\*\*\*\*\*\*\*\*  
\*[/FONT][FONT=Courier New][COLOR=LightBlue].[/COLOR][/FONT][FONT=Courier New]##### ##### ##### \*  
\*[/FONT][FONT=Courier New][COLOR=LightBlue].[/COLOR][/FONT][FONT=Courier New]#img# #img# #img# \*  
**[/FONT][FONT=Courier New]##### ##### #####**[/FONT][FONT=Courier New]  
[/FONT][FONT=Courier New][COLOR=LightBlue].[/COLOR][/FONT][FONT=Courier New][COLOR=LightBlue].[/COLOR][/FONT][FONT=Courier New][COLOR=PaleTurquoise][/COLOR][/FONT][FONT=Courier New]##### ##### #####[/FONT][FONT=Courier New]  
[/FONT][FONT=Courier New][COLOR=LightBlue].[/COLOR][/FONT][FONT=Courier New][COLOR=LightBlue].[/COLOR][/FONT][FONT=Courier New]text1 text3 text4[/FONT][FONT=Courier New]  
[/FONT][FONT=Courier New][COLOR=LightBlue].[/COLOR][/FONT][FONT=Courier New][COLOR=LightBlue].[/COLOR][/FONT][FONT=Courier New]text2 text4 text5[/FONT][FONT=Courier New]

Samples will help thanks.[/FONT]
