Getting rid of image borders and changing fonts.

edited May 2007 in Style Requests
I've tried to write my first style, but I can NOT get it to do what I want.

How do I get rid of image-link borders and change fonts?

It's for http://www.arthurkingoftimeandspace.com/

Comments

  • Wow, ugly page and ugly html code....but here ya go:

    @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("arthurkingoftimeandspace.com") { body { font: 12pt "Lucida Grande", Verdana, sans-serif !important; } a img { border: none !important; } }
Sign In or Register to comment.