First - Your new best friend.
Hello Bloggers, allow me to introduce you to your new BFF:
Ctrl + F
When you need to look for something, going through the code will be a pain and it will give you a headache. Use Ctrl+F ALWAYS. Easiest and fastest way. Believe me.
Second - The Basic Code.
Whenever you want to make a text Bold, for the HTML part, you must add <b> at the beginning of your text and always, I repeat always close it with a </b>. You have to make sure that when you're on the HTML part, you always close the code. Otherwise the rest of the text will be affected.
The Basics:
BOLD - <b>...</b>
Italic - <i>...</i>
Underline - <u>...</u>
Center - Left - Right - Justify
To align text, this is the code you need
<div style="text-align: center;">........</div>
The part in Red is the part you can change. If you want it Justified, you change it to justify. If you want it left, you change it to left. Right, you type in right. Easy as that.
Spaces.
To add space
You must
Use
This
Code:
<br />
Otherwise it'll just look like this: ToaddspaceYoumustUseThisCode:
This piece of code comes in handy a lot with the HTML boxes for the layout.
Center.
<div style="text-align: center;">........</div>
The part in Red is the part you can change. If you want it Justified, you change it to justify. If you want it left, you change it to left. Right, you type in right. Easy as that.
Spaces.
To add space
You must
Use
This
Code:
<br />
Otherwise it'll just look like this: ToaddspaceYoumustUseThisCode:
This piece of code comes in handy a lot with the HTML boxes for the layout.
Center.
If you want to center a simple image or phrase in an HTML codebox, you can always use this simple code:
<center> .... </center>
<center> .... </center>
Tomorrow - How to make color boxes .
Ooh! Loving this Little Blogger Things! :) There are so fun, simple, and cute! :) :D
ReplyDeleteP.s I just finished The Reckoning and I am blown away by Kelley Armstrong!
Happy Reading Jude! ;)