I want to put certain content of my post in a box like thing and give a background color. Can Table be used with 1 row, 1 column or is there any option?
-
Posted 2 months ago #
-
Just wrap it in a
<div>element, and then style that element to have a background using CSS. Use tables only for tabulated data, not for presentation.Find out how you can support the Graphene theme.
New to the forum? Make sure you read the forum rules.
Like Graphene? Check out Graphene Mobile and Graphene Mobile Neo!Posted 2 months ago # -
I am sorry. I am poor in coding. Kindly explain in detail.
Posted 2 months ago # -
Switch to text/HTML mode in post editor and use the div tag like this,
<div class="bg-colour-red">Put some content here. This div which will have red background. blah blah blah </div>And, this to Custom CSS
.bg-colour-red { background: #FF0000; }I am sorry. I am poor in coding.
Start here - http://forum.graphene-theme.com/graphene-support/beginners-resources-possible-sticky
Personal Website prasannasp.net | WordPress Plugins developed by me.
Graphene Child Theme Template | Graphene Theme Tutorials | WordPress tutorials.Posted 2 months ago #
Topic Closed
This topic has been closed to new replies.
