Make Your Blog More Professional!
It felt really good seeing that you were all interested in recent posts about improving your blogging skills, so I decided to do a similar post. But this time, I'm going to show you four different HTML codes that are useful at all times.
1. Basic Table Code | If you want to categorise your posts, you can do it in a 'stylish' way.
MAKEUP |
FOOD |
OUTFITS |
(click on the picture to make it larger)
Use this code:
<table border="1" style="width:200px;">
<tr>
<td>TEXT</td></table>
Use this code:
<table border="1" style="width:200px;">
<tr>
<td>TEXT</td></table>
2. Link, Same Window | If you want to direct your readers on a new page that will open in the same window as is your blog currently opened.
Use this code:
<a href="the adress of the page">Text</a>
3. Linking the table | Now that we have a code for the table and a link that will open in the same window, we can combine them.
MAKEUP |
4 komentarji