Path // www.yourhtmlsource.com > CONTACT

Contact


Have something to say? Great. I love to hear from my readers.

Criticism and praise are what sound best to our ears, and any suggestions you have for HTMLSource — if you think it will improve the site then send it in. HTML questions can be sent to me too; and if you have your own site, make sure you add in your url.

Email Amuse me

Oh, and when contacting, please try to remember these simple points:

  • If you’re asking a HTML question, make sure it's not answered in a tutorial here before you email me.
  • We do not do link exchanges. So don’t bother.
  • No file attachments, please. Put your files online and send me the address.
  • HTMLSource is one word.

I’ll always try to write back. It’s just common courtesy, man.

Partial F.A.Q.

Can I see your CSS code?
Sure, it’s right here, but I better warn you, it’s grown to be a bit unwieldy over the years. You can view any website’s CSS file by first checking a page’s HTML code and finding the line where they link to their stylesheet.
Can I use your CSS code for my website?
I’d prefer if you didn’t, but feel free to read and learn from it.
How do you make the navigation column extend all the way to the bottom of the page?
No, it’s not JavaScript. Or voodoo. Making two columns extend to the bottom of a layout regardless of which is taller is one of the great challenges of using CSS for layout. However, a nice trick, and the one which I use here on HTMLSource, is to use a background image which tiles all the way to the bottom. You can read up on the technique in Dan’s short and sweet tutorial.