NameSilo

Adding Links

Spaceship Spaceship
Watch

a1nerd

Established Member
Impact
3
I added links to the page via HTML all i did was add one more line of code for the page prizes.html

After i added one line of HTML code for that link on all pages now when i click on the buttons they dont highlight in red anymore. I will post the HTML of the original page code and the editied page code and please let me know what i did wrong.

Original
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TRIBUTE BAND COMPETITION | LAS VEGAS | Singer Entertainment</title>
<meta name="keywords" content="" />
<meta name="description" content="1ST ANNUAL INTERNATIONAL TRIBUTE BAND COMPETITION - JANUARY 19TH, 2008, Submit your best tribute band audition video or tribute band DVD and the top 3 tribute bands will be chosen to compete at the Empire Ballroom in Las Vegas for the grand prize" />
<meta name="robots" content="all" />
<link href="screen.css" rel="stylesheet" type="text/css" media="screen" />
<style type="text/css">
<!--
.style1 {color: #FFFF00}
.style3 {font-size: 36pt}
-->
</style>
</head>
<body>
<div id="logo">

  <h2> </h2>
</div>
<div id="menu">
	<ul>
		<li class="active"><a href="/index.html" accesskey="1" title="">Home</a></li>
		<li><a href="entry.html" accesskey="2" title="">Entry</a></li>
		<li><a href="judging.html" accesskey="3" title="">Judging</a></li>
		<li><a href="eligibility.html" accesskey="5" title="">Eligibility</a></li>
		<li><a href="aboutus.html" accesskey="4" title="">About Us</a></li>
		<li><a href="contactus.html" accesskey="5" title="">Contact Us</a></li>
	</ul>
	<hr />
</div>
<div id="bg">
	<div id="page">
		<div id="content">
			<div id="">
			  <div align="center"><img src="images/rockstar69_logo.jpg" alt="" width="152" height="112" />		      </div>
			  <div align="center">
					<p><b><font color="#FFFF00">and <br /> 
                          <span class="larg"><b>Singer Entertainment Present:                      </span></font></b><br />
                      <span class="xlarg"><br /> 
                      <b><font color="#FFFF00">1ST ANNUAL INTERNATIONAL</font></b></span> 
<br /> 
<span class="xlarg"><b class="xxlarg"><font color="#FF0000">TRIBUTE BAND COMPETITION!
</font></b><br /> 
<span class="style1">JANUARY 19TH, 2008</span></span><span class="style1"><br />
</span><br /> 
<span class="xxlarg style1 style3"><b>GRAND PRIZE $10,000</b></span><br /> 
<img src="images/Empire-Ballroom-Logo-sm.gif" alt="" width="139" height="132" vspace="20" yspace="100" /><br />
<span class="xxlarg"><font color="#FF0000">LAS VEGAS </font></span><br />
<br />
<b><font color="#FFFF00">Submit your best audition video or DVD and the top 3 tribute bands will be chosen to compete at the Empire Ballroom in Las Vegas for the grand prize</font></b> <b>of <font color="#FF0000">$10,000.00 </font></b><br />
<br />
<span class="style1">Entry Fee: $100      Deadline: December 15, 2007 
<br />
<br />
</span></p>
			  </div>
		  </div>
			<!-- end #about -->
			<div class="post">
				<div align="center" class="xxlarg"><font color="#FF0000"><a href="entry.html">Click Here To Enter Contest</a></font> </div>
				<div class="entry">
					<p align="center"><br />
					    <font color="#FFFF00" size="2">Singer Entertainment LLC </font><br />
					  <br />
					</p>
			  </div>
		  </div>
		</div>
		<!-- end #content -->
		<div id="sidebar">
			<!--<div id="useful-links" class="box">
				<h2 class="title">Video of the week </h2>
				<div class="content">
					<ul>
  <object width="175" height="125">
    <param name="movie" value="http://www.youtube.com/v/zv47eXcQh74" />
    <param name="wmode" value="transparent" />
    <embed src="http://www.youtube.com/v/zv47eXcQh74" type="application/x-shockwave-flash" wmode="transparent" width="175" height="125"></embed>
  </object>
					</ul>
				</div>
			</div>-->
			<!-- end #useful-links -->
			<div id="sponsors" class="box">
				<h2 class="title">sponsors</h2>
				<div class="content">
					<ul>
						<li>
						  <div align="left"><a href="http://www.rockstar69.com/" target="_blank"><br />
					      Rockstar Energy Drink<br />
					      <br />
					      
						    </a><a href="http://empireballroom.com/" target="_blank">Empire Ballroom</a><br />
						    <br />
					      </div>
					  </li>
						<li></li>
					</ul>
			  </div>
			</div>
			<!-- end #sponsors -->
		</div>
		<!-- end #sidebar -->
		<div style="clear: both; height: 20px;"> 
		  <div align="center"></div>
		</div>
	</div>
	<div align="center">
	  <!-- end #page -->
	</div>
</div>
<!-- end #bg -->
</body>
</html>

Edited Code

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TRIBUTE BAND COMPETITION | LAS VEGAS | Singer Entertainment</title>
<meta name="keywords" content="" />
<meta name="description" content="1ST ANNUAL INTERNATIONAL TRIBUTE BAND COMPETITION - JANUARY 19TH, 2008, Submit your best tribute band audition video 

or tribute band DVD and the top 3 tribute bands will be chosen to compete at the Empire Ballroom in Las Vegas for the grand prize" />
<meta name="robots" content="all" />
<link href="screen.css" rel="stylesheet" type="text/css" media="screen" />
<style type="text/css">
<!--
.style1 {color: #FFFF00}
.style3 {font-size: 36pt}
-->
</style>
</head>
<body>
<div id="logo">

  <h2> </h2>
</div>
<div id="menu">
	<ul>
		<li class="active"><a href="/index.html" accesskey="1" title="">Home</a></li>
		<li><a href="entry.html" accesskey="2" title="">Entry</a></li>
                            <li><a href="prizes.html" accesskey="1" title="">Prizes</a></li>
		<li><a href="judging.html" accesskey="3" title="">Judging</a></li>
		<li><a href="eligibility.html" accesskey="5" title="">Eligibility</a></li>
		<li><a href="aboutus.html" accesskey="4" title="">About Us</a></li>
		<li><a href="contactus.html" accesskey="5" title="">Contact Us</a></li>
	</ul>
	<hr />
</div>
<div id="bg">
	<div id="page">
		<div id="content">
			<div id="">
			  <div align="center"><img src="images/rockstar69_logo.jpg" alt="" width="152" height="112" />		      </div>
			  <div align="center">
					<p><b><font color="#FFFF00">and <br /> 
                          <span class="larg"><b>Singer Entertainment Present:                      </span></font></b><br />
                      <span class="xlarg"><br /> 
                      <b><font color="#FFFF00">1ST ANNUAL INTERNATIONAL</font></b></span> 
<br /> 
<span class="xlarg"><b class="xxlarg"><font color="#FF0000">TRIBUTE BAND COMPETITION!
</font></b><br /> 
<span class="style1">JANUARY 19TH, 2008</span></span><span class="style1"><br />
</span><br /> 
<span class="xxlarg style1 style3"><b>GRAND PRIZE $10,000</b></span><br /> 
<img src="images/Empire-Ballroom-Logo-sm.gif" alt="" width="139" height="132" vspace="20" yspace="100" /><br />
<span class="xxlarg"><font color="#FF0000">LAS VEGAS </font></span><br />
<br />
<b><font color="#FFFF00">Submit your best audition video or DVD and the top 3 tribute bands will be chosen to compete at the Empire Ballroom in Las Vegas for the 

grand prize</font></b> <b>of <font color="#FF0000">$10,000.00 </font></b><br />
<br />
<span class="style1">Entry Fee: $100      Deadline: December 15, 2007 
<br />
<br />
</span></p>
			  </div>
		  </div>
			<!-- end #about -->
			<div class="post">
				<div align="center" class="xxlarg"><font color="#FF0000"><a href="entry.html">Click Here To Enter Contest</a></font> </div>
				<div class="entry">
					<p align="center"><br />
					    <font color="#FFFF00" size="2">Singer Entertainment LLC </font><br />
					  <br />
					</p>
			  </div>
		  </div>
		</div>
		<!-- end #content -->
		<div id="sidebar">
			<!--<div id="useful-links" class="box">
				<h2 class="title">Video of the week </h2>
				<div class="content">
					<ul>
  <object width="175" height="125">
    <param name="movie" value="http://www.youtube.com/v/zv47eXcQh74" />
    <param name="wmode" value="transparent" />
    <embed src="http://www.youtube.com/v/zv47eXcQh74" type="application/x-shockwave-flash" wmode="transparent" width="175" height="125"></embed>
  </object>
					</ul>
				</div>
			</div>-->
			<!-- end #useful-links -->
			<div id="sponsors" class="box">
				<h2 class="title">sponsors</h2>
				<div class="content">
					<ul>
						<li>
						  <div align="left"><a href="http://www.rockstar69.com/" target="_blank"><br />
					      Rockstar Energy Drink<br />
					      <br />
					      
						    </a><a href="http://empireballroom.com/" target="_blank">Empire Ballroom</a><br />
						    <br />
					      </div>
					  </li>
						<li></li>
					</ul>
			  </div>
			</div>
			<!-- end #sponsors -->
		</div>
		<!-- end #sidebar -->
		<div style="clear: both; height: 20px;"> 
		  <div align="center"></div>
		</div>
	</div>
	<div align="center">
	  <!-- end #page -->
	</div>
</div>
<!-- end #bg -->
</body>
</html>
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
I'm trying to figure this out for you, but that code is completely unreadable.

If you clean it up, it might be obvious to you what the problem is. If you still can't see it, post it back, and maybe someone can help.
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back