Add logos to both left and right side on header.
Add a clickable graphic to the left and right on your header.
In the header template below this code: Code:
<div class="above_body"> <!-- closing tag is in template navbar --> <div id="header" class="floatcontainer doc_header"> Code:
<div style="float:right; position:absolute; right:20px; top:32px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="hover message" /></div> <div style="float:left; position:absolute; left:20px; top:42px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="hover message" /></div> Code:
<div style="float:right; position:absolute; right:20px; top:42px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="your message" /></div> If you just want the logos and nothing else just remove the code in between the ""s for either one or both. Code:
<div style="float:right; position:absolute; right:20px; top:42px;"><a target="_blank" href=""><img src="http://your image" alt="" /></div> The header BG is a 2000px by 114px graphic and set to center in the stylevars in the header section. It expands on both the left and right while keeping the wave in the graphic centered. http://futuremark.yougamers.com/forum/index.php?styleid=32 Download
Additional Header logos.txt (1.1 KB, 47 downloads) |