# Text wrapping and CSS

**URL:** https://forum.kirupa.com/t/text-wrapping-and-css/223880
**Category:** web dev
**Created:** [April 26, 2007, 1:33pm UTC](https://forum.kirupa.com/t/text-wrapping-and-css/223880 "2007-04-26T13:33:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nymyth](https://avatars.discourse-cdn.com/v4/letter/n/f08c70/32.png) [@nymyth](https://forum.kirupa.com/u/nymyth)
#### Post date: [April 26, 2007, 1:33pm UTC](https://forum.kirupa.com/t/text-wrapping-and-css/223880/1 "2007-04-26T13:33:41Z")

</div>

I’m having another issue guys…lol

Say i have a format that looks like the following:  
\*\*  
checkbox - date | headline to a story\*\*

now if the headline is too long the text will wrap to the next line, however right now it is wrapping under the checkbox, how would i get it to start wrapping under the first character of the headline story so it looks like this:

checkbox - date | headline to a story…  
(if the headline is too long it will start here, as opposed to under the checkbox).

Right now i have all this under one text class, ie:

```auto
<p class="text1">
**checkbox - date | headline to a story
**** checkbox - date | headline to a story
**** checkbox - date | headline to a story
**** checkbox - date | headline to a story
**</p>

```

Thanks.
