Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What types of HTML/CSS are the most reliable and which are not recommended?

CSS html recommended types
0
Posted

What types of HTML/CSS are the most reliable and which are not recommended?

0

Please us the following guidelines when preparing the Freeform HTML: • CSS should be embedded in the BODY tag, rather than the HEAD tag. External CSS file references is not recommended due to webmail (Hotmail, Yahoo, etc.) email client restrictions. • Do not add style to the BODY tag, some webmail clients will ignore body attributes/styles. • Background colors/images should be applied to container tables/divs, rather than the BODY. • Do not rely on CSS inheritance. Write your CSS specifically (i.e. element#idname p {} as opposed to just p {}. • Text links need explicit inline styling to render as desired in most webmail clients. • Avoid commenting within the CSS, this could cause issues with webmail clients.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123