Sure - just make something like either .p1, .p2, etc.  classes or #p1, #p2,
etc. id's and write your CSS for each class or id that you want to only
apply to that rule.

Then apply like:

<p class="p1">some text</p>
<p>normal paragraph with no special rules</p>
<p class="p2">some text with different rules than the other 2 paragraphs</p>

As you can see in my example above, you should probably use names for your
classes or id's that have better meaning than my quick example.  'Cause
above, my "p2" class is really the third paragraph on the page.  This could
cause confusion.  So name them something better than that.


Christopher Akins
Web Coordinator
Public Information Office - City of Springfield, MO
www.springfieldmogov.org
417-864-1118

"Everywhere is walking distance if you have the time." - Steven Wright



On 10/17/05 10:35 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Can I set up custom paragraph heights that do not effect the normal <P> tag?
> 
> first paragraph
> <p1></p1>
> 
> the next paragrap
> 
> thanks,
> 
> R.
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

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

Reply via email to