Help with html
- Monkey-Boy
-
Monkey-Boy
- Member since: Feb. 12, 2007
- Offline.
-
- Forum Stats
- Member
- Level 15
- Blank Slate
I have made/am making my website in dreamweaver. I made it on the design part. I clicked on the code, copied itinto my website's index.html page, but it isn't showing correctly. My navbar isn't showing. Can anybody help? This is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MonkeyBoyMedia</title>
<style type="text/css">
<!--
.style2 {
font-family: "Myriad Pro";
font-size: xx-large;
}
body,td,th {
font-family: Myriad Pro;
color: #FFFFFF;
font-size: large;
font-weight: bold;
}
body {
background-color: #999999;
margin-left: 200px;
margin-top: 10px;
margin-right: 200px;
margin-bottom: 70px;
}
a:link {
color: #EAAF00;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #E1A900;
}
a:hover {
text-decoration: none;
color: #FFC40F;
}
a:active {
text-decoration: underline;
color: #EAAF00;
}
h1,h2,h3,h4,h5,h6 {
font-family: Myriad Pro;
font-weight: bold;
}
-->
</style>
<meta name="MonkeyBoyMedia" content="" />
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down") {
nbArr = document[grpName];
if (nbArr)
for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
nbArr[nbArr.length] = img;
} }
}
//-->
</script>
</head>
<body>
<h1 align="center" class="style2">MonkeyBoyMedia</h1>
<hr />
<p align="center"><a href="http://monkeyboymedia.bravehost.com/#" target="_top" onclick="MM_nbGroup('down','group1','Tutorials','',1)" onmouseover="MM_nbGroup('over','Tutorials','','',1)" onmouseout="MM_nbGroup('out')"><img src="tutorials button.png" alt="" name="Tutorials" width="122" height="54" border="0" id="Tutorials" onload="" /></a><a href="http://monkeyboymedia.bravehost.com/#" target="_top" onclick="MM_nbGroup('down','group1','Affiliates','',1)" onmouseover="MM_nbGroup('over','Affiliates','','',1)" onmouseout="MM_nbGroup('out')"><img src="affiliates button.png" alt="" name="Affiliates" width="122" height="54" border="0" id="Affiliates" onload="" /></a><a href="http://monkeyboymedia.bravehost.com/#" target="_top" onclick="MM_nbGroup('down','group1','Contact','',1)" onmouseover="MM_nbGroup('over','Contact','','',1)" onmouseout="MM_nbGroup('out')"><img src="contact.png" alt="" name="Contact" width="122" height="54" border="0" id="Contact" onload="" /></a></p>
<div align="center">
<table width="550" border="2" cellspacing="2">
<caption align="top">
News
</caption>
<tr>
<th width="538" colspan="3" scope="col"><p>Welcome to the all new MBM! </p>
<p align="left">We have a whole new colour scheme, and this time the site is done in HTML, not flash. </p>
<p align="left">Enjoy :)</p></th>
</tr>
</table>
</div>
<h1> </h1>
<script type="text/javascript">
<!--
var Accordion1 = new Spry.Widget.Accordion("Accordion1");
//-->
</script>
</body>
</html>
- Monkey-Boy
-
Monkey-Boy
- Member since: Feb. 12, 2007
- Offline.
-
- Forum Stats
- Member
- Level 15
- Blank Slate
Ooh, I forgot the link. Here's my site:
http://monkeyboymedia.co.nr
The nav box should be above the news.
- Monkey-Boy
-
Monkey-Boy
- Member since: Feb. 12, 2007
- Offline.
-
- Forum Stats
- Member
- Level 15
- Blank Slate
Lock/ delete this thread. It was nothing to do with coding and was because I didn't uplad the images to my site. I'm such a retard.
- That-Is-Bull
-
That-Is-Bull
- Member since: Apr. 29, 2004
- Offline.
-
- Forum Stats
- Member
- Level 22
- Blank Slate
- Sekhem
-
Sekhem
- Member since: Feb. 20, 2006
- Offline.
-
- Send Private Message
- Browse All Posts (19,855)
- Block
-
- Forum Stats
- Member
- Level 31
- Musician
At 10/23/07 07:14 PM, That-Is-Bull wrote: fantastic, here's some new shit
Looks much better than what he has.
- condawg
-
condawg
- Member since: Jan. 28, 2006
- Offline.
-
- Forum Stats
- Member
- Level 13
- Gamer
At 10/23/07 08:58 PM, Sekhem wrote:At 10/23/07 07:14 PM, That-Is-Bull wrote: fantastic, here's some new shitLooks much better than what he has.
Yeah...
Monkey, redo your shit.



