WORDPRESS HTML CSS JAVASCRIPT CODE SNIPPETS CHEAT SHEET
Wrapping Text Around Images
Are your images in WordPress aligning wrong? Here’s your quick fix, add this snippet of code to your style-sheet and now you can align images, and the text will wrap next to it.
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; } .alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
Not seeing lines on Your tables in WordPress?
This here is an excellent way of fixing it, no more invisible tables.
When you create your table remember inside table to
/*=== TABLE ===*/
table.sample {
border-width: 1px;
border-spacing: 0px;
border-style: groove;
border-color: black;
border-collapse: collapse;
background-color: rgb(255, 255, 240);
vertical-align:text-top;
}
table.sample th {
font-size:20px;
border-width: 0px;
padding: 0px;
color: #ffffff;
border-style: inset;
border-color: gray;
background-color: #e53400;
-moz-border-radius: ;
}
table.sample td {
border-width: 1px;
padding: 10px;
border-style: inset;
border-color: gray;
background-color: #ffffff;
vertical-align:text-top;
-moz-border-radius: ;
}

-:We are proud to provide our Website Design & Printing services to the following areas:-
• Aventura • Davie • Hallendale • Hollywood • Miami • South Beach • Sunny Isles • Sunrise • KendaLL • Atlanta • New York City
• Newark • Palm Beach • Belton • Philadelphia • Boston • Pittsburgh • Providence • Hartford • Buffalo • Rochester • New England
• FLORIDA • NEW YORK • NEW JERSEY • GEORGIA • MISSOURI • ALABAMA
• NORTH CAROLINA • VIRGINIA • PENNSYLVANIA • SOUTH CAROLINA • NORTH CAROLINA • KENTUCKY • ARKANSAS • TENNESSEE • MAINE
• NEW HAMPSHIRE • VERMONT • MASSACHUSETTS • RHODE ISLAND • CONNECTICUT
*** PROVIDING OUR SERVICES NATIONWIDE ***
38 queries in 0.639 seconds.