★basic HTML guide!★
![](https://external-media.spacehey.net/media/sUr5KRTwTow9L0KwER-t3FoigHBudYD2oqIe1kyX_s5g=/http://dl.glitter-graphics.net/pub/733/733881hzwtlfxk3e.gif)
Bold: <b>Text Here</b>
Marquee(scrolling text): <marquee>Text Here</marquee>
and the HTML would look like this;
<font color="red"><i>here is an example of text that is both italic and red!<i/></font>
you may also change the size of text by using a number scale from 1-7.
here is an example of size 5 text!and the HTML would look like this;
<font size="5">here is an example of size 5 text!</font>
you can also have your text placed to the left, right or center. the HTML for this is;
<p style="text align: right>Text Here</p>
to center text you may also use <center>Text Here</center>
to add a line break, simply use <br/> in-between lines
*in order to change the colours for blinking text, use this HTML;
<style>
blink{
animation:blinkingcolors 0.5s linear infinite}
@keyframes blinkingcolors{
0%{color:#ff0000}
50%{color:#ffffff}
100%{color:#ff0000}}
</style>
Adding Images and Links
add image: <img src="Image URL Here">
align image left/right: <img src="Image URL Here" align="right">
align image center: <center><img src="Image URL Here"></center>
align image left/right with text:
<img style="float: left; margin: 0px 15px 15px 0px;" src="Image URL Here">
Text Here
<br style="clear:both"/>
image to link: <a href="Site URL Here"><img src="Image URL Here"></a>
text link: <a href="Site or Image URL Here">Text Here</a>
color: Colour Here;
background-color: transparent;
text-decoration: none;
}
color: Colour Here;
background-color: transparent;
text-decoration: none;
}
color: Colour Here;
background-color: transparent;
text-decoration: underline;
}
color: Colour Here;
background-color: transparent;
text-decoration: underline;
}
</style>
you can also adjust the size of your image by including width and height. as with text, these HTML can all be combined. example below;
![](https://external-media.spacehey.net/media/sfHIw5Q3QBxrDZDrBqJilxxKIgq5O_AFiXF-qx7RjS50=/http://dl5.glitter-graphics.net/pub/2431/2431105r2c4xso2n6.jpg)
this is an example of an image aligned to the left, with text and specified size.
to specify size, simply add width= and height= just after the image URL; eg. <img src="Image URL Here" width=200 height=200>
Miscellaneous
tip: if your image is too large and you are unsure of what to scale it to, you can right-click on the image to bring up "inspect" and find its current size.
tip: you can use the HTML that you have used for your profile theme to customise your blog posts! just paste it into the blog post through the "view HTML" button on the top left, next to formatting.
you can also check out my blog post on useful sites (for media, graphics, etc.) here!
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
𝐙𝐢𝐠𝐠𝐲 𝐌𝐢𝐝𝐧𝐢𝐠𝐡𝐭
Thank you!
ur welcome <3
by cat~☆; ; Report