Forum Moderators: not2easy
<div id="inner">
<div class="wrap">
<div id="content-sidebar-wrap">
<div id="content" class="hfeed">
<div id="home">
<div>
<div class="home-left">
<div id="featured-post-2" class="widget featured-content featuredpost">
<div class="widget-wrap">
<div class="post-3163 post type-post status-publish format-standard has-post-thumbnail hentry category-about-buddhism entry">
<h2>
<a href="http://www.example.com/blog/buddha-poses/">Buddha Poses and Postures: The Meanings of Buddha Statues</a>
</h2>
<p>
You should know what the meaning of a Buddha statue is BEFORE you buy it, shouldn’t you? Learn what these most common Buddha poses symbolize.
</p>
</div>
</div>
</div>
</div>
<!-- end .home-left -->
<div class="home-middle">
<div id="featured-post-3" class="widget featured-content featuredpost">
<div class="widget-wrap">
<div class="post-3033 post type-post status-publish format-standard has-post-thumbnail hentry category-about-buddhism entry">
<h2>
<a href="http://www.example.com/blog/where-to-place-buddha-statue/">Where To Place Your Buddha Statue</a>
</h2>
<p>
Do you have your Buddha statue in the right place? Or are you setting yourself up for bad Karma by having your statue in an inappropriate location?
</p>
</div>
</div>
</div>
</div>
<!-- end .home-middle -->
<div class="home-right">
<div id="featured-post-4" class="widget featured-content featuredpost">
<div class="widget-wrap">
<div class="post-2565 post type-post status-publish format-standard hentry category-about-buddhism entry">
<h2>
<a href="http://www.example.com/blog/buddhism-introduction/">Buddhism 101: An Introduction To Buddhism</a>
</h2>
<p>
Learning about Buddhism? Start here with an easy introduction to Buddhism and the Buddha.
</p>
</div>
</div>
</div>
</div>
<!-- end .home-right -->
<div class="home-left-lower">
<div id="featured-post-7" class="widget featured-content featuredpost">
<div class="widget-wrap">
<div class="post-2579 post type-post status-publish format-standard has-post-thumbnail hentry category-about-buddhism entry">
<h2>
<a href="http://www.example.com/blog/how-convert-buddhism/">How To Convert To Buddhism</a>
</h2>
<p>
Many people wonder how they can convert to Buddhism, and whether there are any “secret” initiations involved in it.
</p>
</div>
</div>
</div>
</div>
<!-- end .home-left-lower -->
<div class="home-middle-lower">
<div id="featured-post-5" class="widget featured-content featuredpost">
<div class="widget-wrap">
<div class="post-2934 post type-post status-publish format-standard hentry category-about-buddhism category-about-hinduism entry">
<h2>
<a href="http://www.example.com/blog/mudras-sacred-hand-gestures/">Mudras: Sacred Hand Gestures In Buddhism and Hinduism</a>
</h2>
<p>
Did you know that the different hand gestures all have a deep meaning in Buddhist and Hindu art?
</p>
</div>
</div>
</div>
</div>
<!-- end .home-middle-lower -->
<div class="home-right-lower">
<div id="featured-post-9" class="widget featured-content featuredpost">
<div class="widget-wrap">
<div class="post-3027 post type-post status-publish format-standard hentry category-about-buddhism category-about-hinduism entry">
<h2>
<a href="http://www.example.com/blog/what-is-dharma/">What Is Dharma: Buddhist and Hindu Dharma</a>
</h2>
<p>
Dharma is an essential concept to Buddhism and Hinduism, but it is also one of the least understood.
</p>
</div>
</div>
</div>
</div>
<!-- end .home-right-lower -->
</div> ’
<div class="row">
<div class="col-md-4">...</div>
<div class="col-md-4">...</div>
<div class="col-md-4">...</div>
</div>
<div class="row">
<div class="col-md-4">...</div>
<div class="col-md-4">...</div>
<div class="col-md-4">...</div>
</div>
In the first section of the quoted html, I count TEN nested divs. This strikes me as overkill. In fact if I saw it on a "live" page I'd assume it was a CMS.It is pretty definitely a CMS, looks like WordPress. This usually means a huge css file with hundreds and hundreds of lines. I am guessing that is why it was not shared, the forum software has a default limit. (whew!)
It is pretty definitely a CMS, looks like WordPress. This usually means a huge css file with hundreds and hundreds of lines.
As Freud said: sometimes a table is just a table...
Oh, come on, Planet. Just set the charset to UTF-8 and then you can use literal curly apostrophes at a savings of four bytes each, with greater readability.
Check out Bootstrap [getbootstrap.com]. :)
I certainly don't even know HOW to set the charset to UTF-8
I have no clue if tabular data is responsive or not.
Parse Error /* End Added the following css */ /* Table of Contents * Import Fonts * Defaults * Hyperlinks * Body * Wrap * Header * Image Header - Partial Width * Image Header - Full Width * Navigation Constants * Header / Primary / Secondary Navigation * Primary Navigation Extras * Inner * Home Welcome * Home Slider * Breadcrumb * Taxonomy Description * Content-Sidebar Wrap * Content * Column Classes * Featured Post Grid * Headlines * Ordered / Unordered Lists * Post Info * Post Meta * Author Box * Sticky Posts * Archive Page * Images * Post Navigation * Primary / Secondary Sidebars * Dropdowns * Featured Page / Post * User Profile * Buttons * Search Form * eNews & Updates Widget * Calendar Widget * Footer Widgets * Footer * Comments * Gravity Forms * Agency Green * Agency Orange * Agency Red */ /* Import Fonts ------------------------------------------------------------ */ @import url(http://fonts.googleapis.com/css?family=PT+Sans); .agency .slide-excerpt Parse Error opacity=100) [edited by: Planet13 at 12:47 am (utc) on Nov 6, 2014]
WP generates the charset based on the DB settings in your wp-config file, but it is best not to change that setting unless you are certain that your DB uses a different charset or you are able to change that yourself - not generally a good idea on shared servers. If you view the page source in any browser you can see what it is.
Parse Error /* End Added the following css */I can't be much help with finding the cause for the different way it is behaving on Linux in some browsers. I am curious about the Parse Error part though because it can happen for a lot of little frivolous or serious reasons.
Is there a reason to use inline styles rather than a different class?
BTW: The validator gives off warning for every -moz-box-shadow and every -moz-border-radius. Are we really NOT supposed to be using them?