Mobile app version of vmapp.org
Login or Join
Angie530

: How to properly specify font size and face in a classified Ads HTML template? How to properly specify font size and face in a classified Ads HTML template without html, body and head tags

@Angie530

Posted in: #Css #Ebay #Html #Javascript #WebDevelopment

How to properly specify font size and face in a classified Ads HTML template without html, body and head tags (these tags will be cutted), when template will be put in iframe on page? The classifieds website will use mixed styles which will come partly from it page, so every CSS style I don’t assign specifically, will get a style declaration from main website CSS. I know inline style is a good solution for elements, but sometimes adding styles to a wrapper of template is enough. The sample of html template.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angie530

1 Comments

Sorted by latest first Latest Oldest Best

 

@Reiling115

If you can specify css in the wrapper do it there, if not, inline seems a good option, it works. <div style="font-size:150%"></div>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme