I am not sure if this is an HTML question or a Coldfusion question. Since I am using both I will ask in the in the CF forum. I can not get the title to show up on the top task bar in IE. I am not sure if it is my code or not, here is my code for the entire page

<cfsetting showdebugoutput="no">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Rumors Bar and Grill - Offsale</title>
</head>
<link rel="stylesheet" href="style.css" type="text/css">


<body>
	<table id="wrapper" cellspacing="0" cellpadding="0">
		<tr>
			<td id="header"><img src="Images/top3.jpg"></td>
		</tr>
	
		<tr>		    
        	<td id="nav"> <cfinclude template="navigation.cfm"> </td>
		</tr>
	
		<tr>	    	
    	    <td id="content" valign="top"> 
				<table align="center" bordercolor="#ffffff" width="75%" border="1">
  					<tr>
    					<td colspan="3" align="center" bgcolor="#000000"><font color="#FFFFFF" size="4"><strong>Beer</strong></font></td>
  					</tr>
					
  					<tr>
    					<td width="40%" align="center"bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Budwieser</strong></font></td>
    					<td width="40%" align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Miller Lite</strong></font></td>
  						<td width="27%" rowspan="10" align="center" bgcolor="#666666"><img src="Images/Highlife2.JPG"></td>
  					</tr>
					
  					<tr>
  						<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Bud Light</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Miller Genuine Draft</strong></font></td>
  					</tr>
					
  					<tr>
  						<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Busch</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Miller Genuine Draft Light</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Busch Light</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Miller High Life</strong></font></td>
  					</tr>
					
  					<tr>
  						<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Coors Light</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Miller High Life Light</strong></font></td>
  					</tr>
					
  					<tr>
  						<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Rolling Rock</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Old Milwaukee</strong></font></td>
  					</tr>
					
  					<tr>
  						<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Michelob Golden Light</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Old Milwaukee Light</strong></font></td>
  					</tr>
					
  					<tr>
  						<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Michelob</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Milwaukee's Best</strong></font></td>
  					</tr>
					
  					<tr>
  						<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Michelob Light</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Corona</strong></font></td>
  					</tr>
					
  					<tr>
  						<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Michelob Ultra</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Pabst Blue Ribbon</strong></font></td>
  					</tr>
				</table>

				<br><br>
				<table align="center" bordercolor="#FFFFFF" width="75%" border="1">
  					<tr>
    					<td align="center" colspan="3" bgcolor="#000000"><font size="4" color="#FFFFFF"><strong>Liquor</strong></font></td>
  					</tr>
					
  					<tr>
    					<td width="40%" align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Bacardi</strong></font></td>
    					<td width="40%" align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Captain Morgan</strong></font></td>
  						<td width="36%" rowspan="17" align="center" bgcolor="#666666"><img src="Images/Bacardi.JPG"></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Bacardi Limon</strong></font></td>
   						<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Parrot Bay</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Bacardi O</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Ron Diaz</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Bacardi Razz</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Ronrico</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Bacardi CoCo</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Malibu</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Bacardi Vanila</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>E & J Brandy</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Bacardi Gold</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Windsor</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Jose Cuervo</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Jack Daniels</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Everclear</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Jim Beam</strong></font></td>
  					</tr>
	
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Vox</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Black Velvet</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Smirnoff Rasberry</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Root Beer Schnapps</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Smirnoff Cranberry</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Peach Schnapps</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Smirnoff Vanilla</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Peppermint Schnapps</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Smirnoff Cranberry</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Peach Schnapps</strong></font></td>
  					</tr>
  
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Karkov Vodka</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Phillips Brandy</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Phillips Vodka</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Amaretto</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Hypnotiq</strong></font></td>
    					<td align="center" bgcolor="#666666"><font size="3" color="#FFFFFF"><strong>Cutty Shark Scotch</strong></font></td>
  					</tr>
				</table>

				<br><br>
				<table align="center" bordercolor="#FFFFFF" width="75%" border="1">
  					<tr>
    					<td colspan="3" align="center" bgcolor="#000000"><font size="4" color="#FFFFFF"><strong>Wine</strong></font></td>
  					</tr>
					
  					<tr>
    					<td width="33%" align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Boone's Farm</strong></font></td>
    					<td width="32%" align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Merlot</strong></font></td>
  						<td width="35%" rowspan="7" align="center" bgcolor="#666666"><img src="Images/Wine.JPG"></td>
  					</tr>
  					
					<tr>
						<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Vouvray</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Ernest & Julio Gallo</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Assorted Wine Coolers</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Archipel</strong></font></td>
  					</tr>
					
  					<tr>
						<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Arrowood</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Andrew Murray</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Atalon</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Bernardus</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Beringer</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Newton Claret</strong></font></td>
  					</tr>
					
  					<tr>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Chardonnay</strong></font></td>
    					<td align="center" bgcolor="#666666"><font color="#FFFFFF" size="3"><strong>Dry Creek</strong></font></td>
 					 </tr>
				</table>
			</td>
		</tr>
		
		<tr>			
    		<td id="right" valign="top">and here is extra, maybe an ad or something</td>
		</tr>
		
	</table>

</body>
</html>

any help would be great

Recommended Answers

All 10 Replies

If this is the output of your HTML code, the "<cfsetting showdebugoutput="no">" should not be there.

Hey Stewie,

I don’t think there is a problem where you have "<cfsetting showdebugoutput="no">", now I could be wrong. The only thing I did see is the your “<link rel=… > is not within the <head> tags. Maybe this will help, if not just let me know.

Take care,

Walyer

Walyer's Playpen

*EDIT* I copied your code into my editor and tried to preview the file on my ColdFusion server. The title showed up when I view it in Firefox but not in IE. I’m not really sure why it worked in the one but not the other. Maybe this info can be useful to someone that knows what’s going on. Good luck with your problem Stewie. *EDIT*

Walyer,

I had originally had the <link rel..> inside the <head> tags. I moved it out thinking that was what was causing it but I guess it wasn't. I also thought that it was the CF server that I was on, but if you put it on yours and it still didn't work I guess that is not the cause of it either......well I am at a loss :-|

Do you get any kinda error when you try to preview? I ask this 'cause when I previewed your code on my server I got an error and the error was in place of the title.

Walyer

Walyer's Playpen

I haven't tried to preview. I will have to try that tonight

yeah, I got the same error.... I am running out of ideas. hahaha

I have figured it it. it was in my application.cfm file. I had this in there
<title>Untitled Document</title>
once removed all the correct titles showed up

Sweet I was having a hell of a time with it. I even looked at some of my work to compare and found that alot of it also doesn't show the title.

Well good to see it all worked out.

yeah, I was staring at it and trying differnet things for hours. than I just messed with a file and figured out how to fix it :) funny how things work haha

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.