Quote:
Originally Posted by tendo
hey mang could you tell me how to make the top image clickable/linkable is that possible? It's set as the background and I'm not sure how to do that
|
The way I did it was as follows
Code:
<div class="cheader"><div class="header"><a href="index.php" style="display:block;height:100%;width:100%;text-indent:-1000px;">Ego Owners Group</a></div></div>
That way the link text isn't hidden since it's drawn far outside the visible window and the entire header image is clickable.