Re: HTML / CSS question

2009-09-23 Thread Joshua Russo
On Wed, Sep 23, 2009 at 1:00 PM, Daniel Roseman wrote: > > On Sep 23, 2:54 pm, Joshua Russo wrote: > > I want to apply style to a block of text in the middle of a sentance > without > > effecting the flow. I've been using what feels like a serious hack by > using > > tags with a class property.

Re: HTML / CSS question

2009-09-23 Thread Daniel Roseman
On Sep 23, 2:54 pm, Joshua Russo wrote: > I want to apply style to a block of text in the middle of a sentance without > effecting the flow. I've been using what feels like a serious hack by using > tags with a class property. My big fear is that the tags will > disappear from the list of suppor

HTML / CSS question

2009-09-23 Thread Joshua Russo
I want to apply style to a block of text in the middle of a sentance without effecting the flow. I've been using what feels like a serious hack by using tags with a class property. My big fear is that the tags will disappear from the list of supported tags. But really there has to be a way to do t