CSS to embeded HTML -
i creating profile css cannot used, in cannot import or direct css page, , cannot reference css in <style>
tag doesn't work. thing seems work embedding css html, since use html embedding new or interesting css has become hard, since html4 5, , sites aren't clear when html5 didn't exist. instance, works:
<!-- inliner build version 4380b7741bb759d6cb997545f3add21ad48f010b --> <!doctype html public "-//w3c//dtd html 4.0 transitional//en" "http://www.w3.org/tr/rec-html40/loose.dtd"> <html style="font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; color: #000 !important; text-shadow: none !important; background-color: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"> <head></head> <body style="color: #000 !important; text-shadow: none !important; background-color: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: 'helvetica neue', helvetica, arial, sans-serif; font-size: 14px; line-height: 1.42857143; margin: 0;" bgcolor="transparent !important"> <h1 style="font-size: 36px; color: #000 !important; text-shadow: none !important; background-color: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; margin: 20px 0 10px;">lel</h1> <h2>work in progress</h2> <ol type="1"> <li>topdave/li> <li>tea</li> <li>milk</li> </ol> </body> </html>
but used gmail html email generator , missed majority of css, there easy way convert css, or chart show how can embed it?
Comments
Post a Comment