View Single Post
Old 18th June 2009   #1 (permalink)
emi_
psychosomatic..
 
 
Level: 44
Level up: 34%
Activity: 3%
Posts: 4,719
Status: Offline
Lightbulb Icon basic text html for media box

This is a basic summary of the html for text
I found a more detailed html tutorial here
  • To make it bigger
<font size="+2">your text here</font>
you can adjust the number here depending on the size you want

  • To change the colour
<font color="red">your text here</font>
for the basic colours, eg. "red", "blue", "green", "black" etc you can just write the name out.
Otherwise, you have to look at a colour chart and use the number (click here)


  • To change the font face
<font face="times new roman">your text here</font>
This might not work with some of the more fancy, modern fonts - but basic ones like times new roman, arial etc will work

  • Combining codes
<font color="red" font size="+2" font face ="times new roman">your text here</font>
you can combine several of the font codes, as shown above, to produce the desired effect
  • Other non-<font> codes
<center>your text here<center>
<i>your text here</i>
<b>your text here</b>
<u>your text here</u>


NB
-html has to be very accurate or it doesn't work properly, you can't just miss out bits.
-If you have a background code you got from a website, it might be interfering with it if it doesn't work.

I'd give you the website I got that from, but I didn't, it came from my brain.
If you need any html help, just ask me and I can try to help you with it - I'm not an expert, but I'm not bad
Reply With Quote
The Following 3 Meezers Support emi_'s Post: