What's new
Guest viewing is limited

Make the background of a blog post white

SpiralMelt

New Talker
PF Member
Messages
1
Highlights
0
Reaction score
0
Points
0
Peak Coin
0.000000¢
DB Transfer
0.000000¢
Is there any way I can make the background of the blog be white? like you did with the site map? can I do that easily? (just do the blog looks kind of different from the rest..... let me know please and thanks.
 
You can do so my adding the following table code to your blog post.

Copy and paste the code and paste it into your blog.

Remember to change " jhgkjhgjhgjkhgjkhg " with your blog post content.

Code:
<table width="800px" border="1" cellspacing="15" cellpadding="15" align="left" bgcolor="fffffff">
<tbody>
<tr>
<td valign="middle">[color=#FF0000]jhgkjhgjhgjkhgjkhg[/color]</td>
</tr>
</tbody>
</table>
 
Back
Top