Re: [css-d] H1 tag Margin

2012-10-19 Thread Brian M. Curran
float: left; Philippe Thanks Philippe, that worked! __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] H1 tag Margin

2012-10-19 Thread Brian M. Curran
Brian, it's because your h1 tag is floated... You can either remove float:left from h1 tag, or add clear left to you p tag. Hope this helps, Anna Vester http://annavester.com Thank you Anna, that worked! __

[css-d] H1 tag Margin

2012-10-18 Thread Brian M. Curran
Hi, Apparently if I style my H1 tag like so: h1{ float: left; margin: 20px 0 20px 20px; font-size: 58px; line-height: 60px; text-align: left; text-transform: uppercase; font-weight: normal;

Re: [css-d] H1 tag Margin

2012-10-18 Thread Anna Vester
On Thu, Oct 18, 2012 at 8:30 PM, Brian M. Curran br...@draftingservices.com wrote: Hi, Apparently if I style my H1 tag like so: h1{ float: left; margin: 20px 0 20px 20px; font-size: 58px; line-height: 60px;