LeaVerou / dabblet

An interactive CSS playground
http://dabblet.com
817 stars 147 forks source link

Body Style Tag not working #232

Closed ztizzlegaming closed 11 years ago

ztizzlegaming commented 11 years ago

I have been trying some basic HTML stuff with dabblet, and I found that if you try to do anything with the Body Style tag, then it will not work. For example, if I type body style="font-size:40pt, then it will not effect the content of the body. This is for all things in the style, such as background-color and font-family. Maybe I am doing something wrong, but any help with this would be appreciated.

LeaVerou commented 11 years ago

The <body> tag is wrapped around whatever content you type in the HTML pane. So if you type a <body> tag the results are unpredictable as you will end up with two body tags, one inside the other, like some sort of HTML turducken :)