MyBB Community Forums

Full Version: Embedding My Site Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to know where to put my site's menu code into MyBB to have it show up in MyBB, like the MyBB.com menu does.

Or is there a plug-in that does this??

Thanks for the help!

Menu Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<meta name="generator" content="WYSIWYG Web Builder - http://www.wysiwygwebbuilder.com">
<style type="text/css">
body
{
   background-color: #FFFFFF;
   color: #000000;
}
</style>
</head>
<body>
<div id="wb_Shape1" style="margin:0;padding:0;position:absolute;left:0px;top:0px;width:150px;height:50px;text-align:center;z-index:0;">
<a href="http://wiimariohacker.com/home"><img src="images/img0016.png" id="Shape1" alt="" title="" style="border-width:0;width:150px;height:50px"></a></div>
<div id="wb_Shape3" style="margin:0;padding:0;position:absolute;left:300px;top:0px;width:150px;height:50px;text-align:center;z-index:1;">
<img src="images/img0017.png" id="Shape3" alt="" title="" style="border-width:0;width:150px;height:50px"></div>
<div id="wb_Shape2" style="margin:0;padding:0;position:absolute;left:450px;top:0px;width:150px;height:50px;text-align:center;z-index:2;">
<img src="images/img0018.png" id="Shape2" alt="" title="" style="border-width:0;width:150px;height:50px"></div>
<div id="wb_Shape4" style="margin:0;padding:0;position:absolute;left:150px;top:0px;width:150px;height:50px;text-align:center;z-index:3;">
<a href="http://community.wiimariohacker.com"><img src="images/img0019.png" id="Shape4" alt="" title="" style="border-width:0;width:150px;height:50px"></a></div>
<div id="wb_Shape5" style="margin:0;padding:0;position:absolute;left:600px;top:0px;width:150px;height:50px;text-align:center;z-index:4;">
<img src="images/img0020.png" id="Shape5" alt="" title="" style="border-width:0;width:150px;height:50px"></div>
<div id="wb_Image1" style="margin:0;padding:0;position:absolute;left:750px;top:0px;width:48px;height:48px;text-align:left;z-index:5;">
<a href="http://twitter.com/wiimariohacker"><img src="images/twitter.png" id="Image1" alt="" border="0" style="width:48px;height:48px;"></a></div>
<div id="wb_Image2" style="margin:0;padding:0;position:absolute;left:800px;top:0px;width:48px;height:48px;text-align:left;z-index:6;">
<a href="http://youtube.com/user/WiiMarioHacker"><img src="images/youtube.png" id="Image2" alt="" border="0" style="width:48px;height:48px;"></a></div>
<div id="wb_Image4" style="margin:0;padding:0;position:absolute;left:850px;top:0px;width:50px;height:48px;text-align:left;z-index:7;">
<a href="http://www.facebook.com/?sk=ff#!/profile.php?id=100001097636031"><img src="images/facebook.png" id="Image4" alt="" border="0" style="width:50px;height:48px;"></a></div>
</body>
</html>