Community Forums › Forums › Archived Forums › Design Tips and Tricks › I need to create Table inside Posts without using Plugin.
- This topic has 8 replies, 5 voices, and was last updated 7 years ago by
Kajalsharma.
-
AuthorPosts
-
June 15, 2016 at 12:36 am #187553
nirmal2me
ParticipantI need to create Table inside Posts. Where can I put these CSS & HTML codes to create table.
CSS Code:
table.gridtable {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table.gridtable th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}
table.gridtable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}HTML Code
http://www.sarkarinaukrinet.in/
<table class="gridtable">
<tr>
<td>1111</td>
<td>2222</td>
<td>3333</td>
<td>4444</td>
</tr>
<tr>
<td>5555</td>
<td>6666</td>
<td>7777</td>
<td>8888</td>
</tr>
</table>June 15, 2016 at 12:39 am #187554epiceriedublog
MemberHi, If you have Jetpack, you can put it in the CSS section of Jetpack!
Blogger at epiceriedublog.com
My last Genesis child Theme: Holly FoodyJune 15, 2016 at 12:41 am #187555nirmal2me
ParticipantWithout Jetpack how to add this code.
June 15, 2016 at 1:42 am #187564Brad Dalton
ParticipantTake the HTML out of a theme which includes the table and add it to a widget area
And take the CSS from the theme and add it to your child themes style.css file.
July 11, 2016 at 5:05 am #189233nirmal2me
ParticipantHi Brassalton I don't understand what do you mean. Iam beginner for coding. So please tell me briefly. My needs are as follows.
1. How to create a table like this page - http://www.recruitment.guru/syllabus/ for post content.
2. I want to change my post content font family - calibri and font size.
3. How to change the color of primary and secondary navigation menu.
July 11, 2016 at 8:53 am #189249Brad Dalton
ParticipantMy name is Brad Dalton.
I'll answer the 1st question.
The table you linked to uses HTML & CSS.
1. The HTML goes in your WordPress editor.
2. The CSS goes in your child themes style.css file or in some cases it is included within the HTML.
Here's a good tutorial.
Tip: Its more likely your questions will be answered by community volunteers if you ask 1 question per post.
July 19, 2016 at 12:10 am #189770nirmal2me
ParticipantI want to change my post content font family - calibri and font size.
How to change it??
July 7, 2018 at 1:38 am #221409iamsunil
MemberCan Anybody tell me about how to add custom CSS in WordPress for a frontier theme? My site domain name is Check Here . I want to add Search bar within the header section.
October 24, 2018 at 12:32 pm #223959Kajalsharma
MemberI'm thinking to move my website (my current blog is http://www.sarkariletter.com) to WordPress (currently, it is on Blogger). And, later I would like to install the same thing as this website shows (www.jobriya.in).
So far I've understood that it is using "Education Pro" theme. But, the only thing I don't understand is how they have added the boxes on the front page like there are various boxes (showing posts from a different category).
Please, can anyone tell me how to add those boxes on the custom page (I'm not asking how to make a custom page)?
-
AuthorPosts
- The topic ‘I need to create Table inside Posts without using Plugin.’ is closed to new replies.