Conflict with Pagelines Framework
-
Very good table plugin. But I am using Pagelines Framework and somehow the css style for table id is not executed at all. A table with ID 3 has all major css infos (like border 1px) in the css table#3. For some reason this css information is not even included in the output page when checking with Chrome.
table#t3 {
border-collapse: collapse;
border-width: 0px;
border-style: outset;
margin: 20px 0;
border: 1px solid #6699CC;
line-height: 2.0em;
text-align: center;
vertical-align: top;
width: 100%;
}is missing (although it works in the plugin/table preview in wp admin area.
Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Conflict with Pagelines Framework’ is closed to new replies.