HTML - Url Shown Instead Of Title?
Hi, a friend is reprogramming a web site for our band, and I noticed that on my machine(s) the title tag with the name of the band is not displaying in IE6 or IE7, although apparently it displays correctly on his machine (also IE6). The title tag looks okay to me, so is there something else in the code that's causing it not to work on all machines?
Cheers, R. p.s. the web site is at: http://www.thefiveaces.co.uk HTML Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>The Five Aces Website</title> <meta name="description" content="The Five Aces Website" /> <meta name ="keywords" content="dynamighty,five,aces,the five aces,glasgow,scotland,boogaloo,investigators,reap,volcano,hammond,organ,eric zoot alor" /> <!--the Five Aces Website (c) the Five Aces 2007--> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> body {background-color: rgb(244,168,38); } .style4 { color: #FFFF99; font-style: normal; font-weight: normal; font-size: 16pt; } .style5 { color: #FFFF99; font-style: normal; font-weight: normal; font-size: 10pt; } .style6 { color: #000000; font-style: normal; font-weight: normal; font-size: 7pt; } .style7 { color: #FFFF99; font-style: normal; font-weight: normal; font-size: 7pt; } </style> <link href="Five Aces.css" rel="stylesheet" type="text/css" /> <link href="index.css" rel="stylesheet" type="text/css" /> </head> Similar TutorialsHi! I bought my domain yesterday, and uploaded my site to it. It all looks fine, except some pictures that weirdly enough won't show up. I haven't tested the site, or anything yet, but if someone please could tell me, why the pictures isnt shown online, then i would be happy. My website is http://urnemanden.com i hope you can help me fix it! How can I filter the file to be uploaded from the brose dialog. In particular I have tow buttons upload image , upload txt. and <input type="file" id="forImageUpload"> <input type="file" id="forTextUpload"> How can I make sure that when I click forImageUpload in the browse dialog only image files(like *.jpg , *.gif) are listed or shown. How can I make sure that when I click forTextUpload iin the browse dialog only image files(like *.txt) are listed or shown. Thanks. Hello, I add a HTML page within wordpress site at http://www.cowism.com/pg_0003-2/ and the entire HTML section of page is shown as a single line of overlapped text. Please help me add HTML perfectly within the wordpress post/page Thanks in advance Hi members... I am designing my new eBay advert in html using Dreamweaver CS3 I have designed many stuff in this that is pretty basic, and use the design view. I want to develop my ads this year from a static looking page to a more advanced page. Schuh do something similar to what I am after and I can't search the forums because I have no idea what it is called that I would like to do. Here is a link to their advert.. [url="http://cgi.ebay.co.uk/MOMENTUM-HARRY-DBL-MENS-BLACK-GREEN-FABRIC-TRAINERS-/390316948300?pt=UK_Men_s_Shoes&var=&hash=item99accd46a3"] notice how you can roll over images to show a larger preview, can anyone point me to a guide or at least tell me what i need to be searching for. Thanks John is there a way to put a href into a title of an image? which file do i edit to change the title tag? lol i know i suck. i've noticed that when i use the <alt> tag and rollover an image the alternative text doesn't show up, it only show's up when i use the <title> tage... do i need to be using both? Need some info on <title>. My title disappears in Ie, but is visible in FF. Site validates. Any ideas? http://www.apnaonline.ca Thanks, Geoserv. Sorry that my first post on this forum is a question, but I've spent way too much time trying to figure this out on my own. What's the HTML or code to place images in the title of a webpage? As in this image... Any help you can give would be greatly appreciated!! -Matt Hello, Im tyring to create a group by box with a title identical to the attached, I cant figure out how to make this happen Can someone show me a mock up of this? Hi guys, Internet Explorer 7 is displaying my home page as "index". In my HTML code it says <title>EBC Home Page</title>. In firefox it displays the proper page name but ie does not. I have never had this problem before and im sure ie supports <title> tags as it is a major component on html. Any Ideas on why it displays the filename and not the title name i have given it? Cheers, Raggy Hello. I'm brand new to learning html, and have hit a road block. I believe I followed the example in the book (Learning Web Design) faithfully, but every time I add a title tag, the title text disappears. Here's what I got; <html> <head> <title><h1>Black Goose Bistro</h1></title> </head> etc. </html> Every time I take the title tags out it reappears, then I add them and it's gone again. I've looked at other websites, and it seems like they are marked the same as mine. I've looked at it in Safari and Firefox, same result. I wonder if maybe I have my textedit preferences wrong or i saved it incorrectly. I don't know what to try next. Please give me suggestions, and feel free to not underestimate my ignorance-I've been at this html thing for only a week. Thanks. I heard that the <title> tag is the most important meta tag you use on your page, so I want to use it more fully than I currently am. At the present, I have a single title tag that I use in my header file that every page on my web site (link in my signature) uses. My question is, would it be better to put a <title> tag on each page individually and get rid of the title tag in my header file? My site is new, and I'm pretty new to the specifics of web hosting (I'm a hobbyist webmaster) so any help would be appreciated . how do i put a picture on the title bar? well, some sort like the bulb on this website. How can I change the "e" in the address box of Windows explorer with my own icon when someone goes to my url? Ok, just made a website on photosohp and transfered it to notepad, then hosted it on free webs http://www.freewebs.com/narcotica. At the top of the window the title says "New Page 1", how would i change this? Many Thanks, Narc Just wondering how do I get the innerHTML of document.title using javascript, I tried; var title document.title.innerHTML; But it's not working, anyone help me please? Can you change the color of the 'Title' of a page? For instance, I would like to update the title of my webpage to warn when the site is going down for maintenance, so during these times, I would like the message to be red. Thanks. Hey guys, Does anyone here know a way to get Internet Explorer to display title / alt text correctly when used for a RTL language? I can put the image in a container which has "direction: rtl;", which works in Firefox but doesn't in Internet Explorer. Any clues? Thanks! |