Chris,

On May 31, 2007, at 12:09 PM, Christopher Blake wrote:

> http://www.3pointdesign.com/home/links.html
>
> http://www.3pointdesign.com/styles/one.css (This is turning into a
> massive page so where you need to look is just below half way) or..
> at the end of email in red.
>
> What i would like to do is have any second lines of describing text
> start after the link / below where the first line starts.

You can get sort of what you want with the following...

.container h2 { clear: left; }

.arrowlinks p{
   width: 70%;
   margin-top: 0;
   padding-left: 10px;
   float: left;
}

.arrowlinks a{
   width: 22%;
   margin: 0;
   padding: 0;
   padding-left: 18px;
   float: left;
   clear: left;
   font-size:12px;
   background: url(../images/small-blue-arrow.gif) no-repeat;
}


-- 
Roger Roelofs



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to