Author Topic: Website Megathread - Post your website!  (Read 1477 times)


<dikc>QUERRY'S</dikc><br/>
<dikc2>WEBSITE</dikc2>[/tt]

You should really use classes or special stylized h2/h3 elements inside the header. Browsers are not obligated to render your invalid elements.
Same thing with <navigation>

http://validator.w3.org/check?uri=http%3A%2F%2Fquerry00.co.uk%2Frev1%2F&charset=%28detect+automatically%29&doctype=HTML5&group=0

You try way too hard Port.
Pointing out legitimate validation errors is not "trying to hard"
« Last Edit: May 13, 2014, 04:41:21 PM by Headcrab Zombie »

I finally updated my website: http://lloid.pancakeapps.com

More updates soon!

I wanted to use a special font
Load the font using @font-face and specify it normally then.
wait is there a way to force clients to get a font or use one they don't have?
even if just temporarily?

wait is there a way to force clients to get a font or use one they don't have?
even if just temporarily?
Yes; here is how I'm doing it (there's another way too):
Code: [Select]
@import url(http://fonts.googleapis.com/css?family=Orbitron:400);