Showing posts with label Html. Show all posts
Showing posts with label Html. Show all posts

Sunday, December 1, 2013

[Html/tutorial]How to make a scroll bar box for your blog

how can I quote my html codes with a box ?

It's easy! Copy the code below~


<textarea cols="30" name="textarea" rows="6" wrap="VIRTUAL">Free space ~</textarea>

It comes out like this~



Codes explain~
Posting Image code: <img src="website of  your image">

Wednesday, July 31, 2013

[Html/tutorial]How to make a background for your post

You can see a moving background in this post, so how can I get this ?

1) click the HTML button as the pic. has shown.

2) Put in the HTML code below
HTML code :

<div style="BACKGROUND:url(the website of your image);WIDTH:100%;HEIGHT:100%;">
<div align="center">
<div style="WIDTH:90%;HEIGHT:90%;">
<div align="center">

I learned this from ROSE BLOG
Click and check out for more !!