NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Adding Links

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 08-23-2007, 05:08 PM THREAD STARTER               #1 (permalink)
NamePros Regular
 
a1nerd's Avatar
Join Date: Apr 2004
Posts: 548
a1nerd is on a distinguished road
 



Adding Links


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 Code:
<!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>&nbsp;</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 &nbsp;&nbsp;&nbsp;&nbsp; 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;">&nbsp;
		  <div align="center"></div>
		</div>
	</div>
	<div align="center">
	  <!-- end #page -->
	</div>
</div>
<!-- end #bg -->
</body>
</html>
Edited Code

HTML Code:
<!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>&nbsp;</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 &nbsp;&nbsp;&nbsp;&nbsp; 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;">&nbsp;
		  <div align="center"></div>
		</div>
	</div>
	<div align="center">
	  <!-- end #page -->
	</div>
</div>
<!-- end #bg -->
</body>
</html>
a1nerd is offline  
Old 08-24-2007, 07:35 AM   #2 (permalink)
NamePros Member
Join Date: May 2007
Posts: 56
Zurvan is an unknown quantity at this point
 



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.
Zurvan is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 08:10 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger