Is it possible to have a tag that applies a style (background image) to just numbers? I am creating a website for a club with Lotto results in an RSS feed and to make it easier for the user, i want to have the style added to just numbers in the text entered.
Short: No.
Long: You can if you have some JavaScript loop through your text and wrap span elements around strings of numbers which can then be styled with CSS.