Quote:
Originally Posted by GoCastaway
Maybe make it a <div> instead of a <p>?
|
I was following the cb guidelines: "You may use some HTML tags (a p i strong b u ul ol li h1 h2 h3 img font br span)."
Quote:
Originally Posted by GoCastaway
This is the standard css way to display on desktop or mobile:
<div id=”content-desktop”>
This is the content that will display on DESKTOPS.
</div>
<div id=”content-mobile”>
This is the content that will display on MOBILE DEVICES.
</div>
|
Now that we have 2 containers how do we style them using just inline CSS, which is the constraint we have to live with if Custom CSS is not enabled for your whitelabel?