Re: [css-d] using a header inline in a paragraph

2007-09-27 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > h2 { display: inline; > Have you tried this Chris, and did it work? Because according to the > rule book it shouldn't. Just to clear that one up: it does work when fully implemented. Example: regards Geor

Re: [css-d] using a header inline in a paragraph

2007-09-27 Thread grovesdavid
Chris Ladd Wrote: h2 { display: inline; Hello, Have you tried this Chris, and did it work? Because according to the rule book it shouldn't. Display inline only changes the way an item is displayed in the client agent, not what it is. EG is a block element, H" is a block element, and

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Chris Ladd
Hey All, How about something like this: h2 { display: inline; } p.image { float: left; padding: 4px; margin: 4px; border: 1px solid #66; } p.first { display: inline; }

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Jens Brueckmann
Hi Erin, > I tried using display:inline in my css for my header, but that didn't do > it for me. Any suggestions on how to get what I'm attempting??? Use inline-display both for the header and the following paragraph, like this: Markup: I am a hobby breeder of French Bulldogs in California. I a

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Ray Leventhal
__ [EMAIL PROTECTED] wrote: > > Yes, that is correct. It's not the text styling (larger, bolder font, > > etc.) that I'm looking for, it's the SEO purpose of having a proper > > outline from the heading tags. I'm trying to design

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread erin
Yes, that is correct. It's not the text styling (larger, bolder font, etc.) that I'm looking for, it's the SEO purpose of having a proper outline from the heading tags. I'm trying to design for the spiders and the humans. :) No URL yet, although I can pop up a temporary one if necessary. Thanks,

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Hakan K
URL...? I think H2 usage is for SEO purposes ? Thanks http://dominor.com On 9/26/07, Seth Green <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] wrote: > > Hello all, > > > > I'd like to enclose the first sentence of my paragraph in a tag and > > have it display inline. But I know I can't h

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Seth Green
[EMAIL PROTECTED] wrote: > Hello all, > > I'd like to enclose the first sentence of my paragraph in a tag and > have it display inline. But I know I can't have a tag inside a > paragraph, but I want it to look like I can. :) Can you tell us why you need to have an H2, specifically, within the

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Ray Leventhal
[EMAIL PROTECTED] wrote: > Hello all, > > I'd like to enclose the first sentence of my paragraph in a tag and > have it display inline. But I know I can't have a tag inside a > paragraph, but I want it to look like I can. :) For example, this is what > I WANT to do: > >

[css-d] using a header inline in a paragraph

2007-09-26 Thread erin
Hello all, I'd like to enclose the first sentence of my paragraph in a tag and have it display inline. But I know I can't have a tag inside a paragraph, but I want it to look like I can. :) For example, this is what I WANT to do: _ http://www.css-discuss