krayzie1628
Technical User
Hi everyone,
I need some help. I am creating a few XHTML pages for my school and I require to make the first word of each paragraph 50% larger than the surrounding text. How do I go about doing it without going to the first word of each paragraph and use the <span> tag.
P:first-letter { font-size: 150%} is good but it only applies for a letter not the whole word.
Any suggestions??
Thanks
I need some help. I am creating a few XHTML pages for my school and I require to make the first word of each paragraph 50% larger than the surrounding text. How do I go about doing it without going to the first word of each paragraph and use the <span> tag.
P:first-letter { font-size: 150%} is good but it only applies for a letter not the whole word.
Any suggestions??
Thanks