| How to make a simple blog! | |||||||||||||||||||
| What is a blog, you ask? A blog is a box where you can insert text... for example: |
|||||||||||||||||||
| Here is the basic html you'll need.... You can replace these generic colors with whatever you like, and at the bottom of this page you will find some links to a color chart. | |||||||||||||||||||
| With that html, this is what the result should look like: | |||||||||||||||||||
| Zoomed in, you can see what the colors written in the html do: | |||||||||||||||||||
| With that guide you can change the corresponding colors to whatever you like... Instead of writing 'red', you can also have 'Hexidecimal Color Codes'... basically it is six numbers/letters that represent a color. So if instead of the color pink for my border, I wanted fuchsia, I would replace 'red' with the code 'FF00FF'. Here are some sites you can find these color codes at: Color Charts for Web Pages The Hex Hub HTML Help Central Learning HTML Stressbank Color Chart You can also change the size of your blog, with the width and height numbers. Change those nubers around, and find the size that is right for you! The background image for your blog can be anything you want, I suggest looking for something at www.google.com, doing an image search... then link to the picture you want. |
|||||||||||||||||||
|
|||||||||||||||||||