The title banner is now clickable…
Wednesday, August 15th, 2007Since this new blog’s inception, when it stopped being named ‘Sigil of Hope’, the title banner was not clickable because unlike ‘Sigil of Hope’ that actually had the text there to route the reader back to the main page, I hid the ‘Hantsuki’ text and only used an image instead. Thus, there were no <a> tags to be had. As the image was being rendered by CSS, it was not immediately obvious to me as to how I would go about implementing a hyperlink.
This issue actually bothered me quite a bit but it wasn’t until Sam complained to me directly recently that I decided to investigate the matter a little more. With the help of some googling, I was able to track down an onclick attribute that can be embedded within a <div> tag. You can do the same by embedding onclick="location.href='www.yourblog.com';" style="cursor: pointer;" into your own <div> tag, enjoy!