By using this site, you agree to our Privacy Policy and our Terms of Use. Close

Forums - General Discussion - HTML questions -

XHTML is a stricter version of HTML.. You have to code tidier in XHTML .. I can try to answer as many questions you have but I have little monkeys doing most of the HTML work that I do nowadays

Btw this site strips most of the HTML when you post here



 

Face the future.. Gamecenter ID: nikkom_nl (oh no he didn't!!) 

Around the Network

I once found this site that "teaches" the very basics of HTML:

http://htmliseasy.com/index.html

You may find it useful.



Please excuse my bad English.

Currently gaming on a PC with an i5-4670k@stock (for now), 16Gb RAM 1600 MHz and a GTX 1070

Steam / Live / NNID : jonxiquet    Add me if you want, but I'm a single player gamer.

spurgeonryan said:
NiKKoM said:
XHTML is a stricter version of HTML.. You have to code tidier in XHTML .. I can try to answer as many questions you have but I have little monkeys doing most of the HTML work that I do nowadays

Btw this site strips most of the HTML when you post here


Ok, so I tried font-size: 20.976px;

 

Just add it anywhere before whatever I am typing in the html and it should work? Besides on this site. OR was I supposed to add something else?

you should add something else... most of the time when its a paragraph its.. replace the brackets with the arrows..

( p style="font-size: 21px;" ) and then end it with (/p)

everything in html should be wrapped... p or span  or div etc

It doesn't work on this site



 

Face the future.. Gamecenter ID: nikkom_nl (oh no he didn't!!) 

spurgeonryan said:

 555.17px;" src="http://cdn3-www.craveonline.com/assets/uploads/2015/11/DarthVaderBattlefront.jpg

So if it is a jpg image it will have a px? I know regular images look diiferent. Took me a while to identify how to shrink this picture. It was 6555.17px.

? no you can have everything in pixels..
pixels is measurement in html.. there are others like percentage %, pica's, em's but pixels and percentage are the most used

width ="200px" or height="200px"

..like how i made the quoted table smaller 



 

Face the future.. Gamecenter ID: nikkom_nl (oh no he didn't!!) 

(a href="www.link.com") its a link to go another web page (/a)

And a list of all colors? Lol... You won't learn then all there are 16 million within RGB.. http://html-color-codes.info/
But there are more colors for HTML then just the #000000 RGB ones



 

Face the future.. Gamecenter ID: nikkom_nl (oh no he didn't!!) 

Around the Network

Are you using an IDE?



Yay!!!

Glypicons aren't always available.. Just like fontawesome.. A site can choose to support these or not.. Glypicons are supported in bootstrap.. A popular framework with tools to build a HTML site



 

Face the future.. Gamecenter ID: nikkom_nl (oh no he didn't!!) 

I don't know them out of the head.. But a glyphicon or fontawesome should display an icon.. Like a car, arrow, star.. Not a lot of sites support them..



 

Face the future.. Gamecenter ID: nikkom_nl (oh no he didn't!!) 

your own avatar clickable is impossible.. cause you can't access that part of the site.. but it can be done in the sig..

I replaced < with (

(a href="http://www.linktowhereyouwanttogo.com")(img src="http://www.imagelink.com")(/a)

basicly you will be wrapping the img tag with an a tag

- edit 3 minutes later- 

ah... vgchartz text editor seems to strip it away....



 

Face the future.. Gamecenter ID: nikkom_nl (oh no he didn't!!) 



 

Face the future.. Gamecenter ID: nikkom_nl (oh no he didn't!!)