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. 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 this without using a class attached to a depreciated tag. Any
> > suggestions?
> > Thanks
> > Josh
>
> That is what the  tag is for.


Gotcha. Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 supported tags. But really there has to be a way
> to do this without using a class attached to a depreciated tag. Any
> suggestions?
> Thanks
> Josh

That is what the  tag is for.
--
DR.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 this without using a class attached to a depreciated tag. Any
suggestions?
Thanks
Josh

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---