HTML - Title Dissapearing
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. Similar TutorialsNeed some info on <title>. 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? 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 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? which file do i edit to change the title tag? lol i know i suck. My title disappears in Ie, but is visible in FF. Site validates. Any ideas? http://www.apnaonline.ca Thanks, Geoserv. is there a way to put a href into a title of an image? 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. Hello, For some reason my title tag is still showing up as "Untitled Document" below is a snippet of the code that I currently have for my site. It reads correctly after I upload it to my FTP but it doesnt display correctly in the preview mode in dreamweaver cs5. I have never seen this happen and I'm not sure why it is doing this. I have some php on my site and have a testing server set up. Maybe this is why?Please help... <!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>Eau Claire Coupon Advertising::Local Ad Saver</title> <style type="text/css"> Hey guys! I'm trying build a website by editing a wordpress template. At the minute, though, the title of each post, and 'related posts' which should be at the bottom of the page are dab in the middle of the post, and I can't figure out why. Take a look he http://www.thepixelnation.net/2009/11/15/3/ Thanks. 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 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! When I try to remove the title on the below xml code the title gets replaced with undefined on my browser? Can I just remove this title so it doesn't show up on my browser? <imageflow autoFlip="false" flipInterval="5" flipSpeed="1" useMotionBlur="false" dofStrength="2" angle="30" depth="500" spaceMain="300" spaceBack="60" descColor="0xffffff" descSize="12" hasReflection="false" reflectionStrength="20" reflectionSize="30" reflectionBackground="0" startImage="0" imgWidth="266" imgHeight="146" quality="10" fogStrength="3"> <title color="0xffffff" size="14">Red Sea Design Gallery</title> - <image url="4/dwe_logo.jpg" target="_blank" width="288" height="249">Design With Emotion</image> </imageflow> How can I change the "e" in the address box of Windows explorer with my own icon when someone goes to my url? Hi everyone I have a Perl script that translates a text file into HTML table. The script works fine, it's the HTML part of it that doesn't work the way I want it. Here is the script. Code: #!/usr/bin/perl use strict; use warnings; print "Content-type: text/html\n\n"; my ($file1,$fileread1,@array1,$line1,$lastcol1,$firstcol1); $file1= '/home/yanni/scripts/testfiles/tempfile1'; open ($fileread1, $file1) || die "Could not open $file1: $!\n"; @array1 = <$fileread1>; close ($fileread1); #--> SET PAGE TITLE, POSITION & FONT SIZE print '<CENTER><STRONG><FONT SIZE="8">Blue</STRONG></CENTER>'; #--> SET TABLE TITLE print '<CENTER><TABLE BORDER="5" BORDERCOLOR="BLACK" WIDTH="30%" CELLPADDING="5" CELLSPACING="5"> <TR><TH COLSPAN="10"><H2><FONT SIZE="5">Work1</H2></TH></TR>'; print '<center><tr><th>Row 1</th><th>Row 2</th></tr><center>'; foreach $line1 (@array1){ ($lastcol1,$firstcol1)=split(/\s+/,$line1); print "<center><tr><td>$firstcol1</td><td>$lastcol1</td></tr>\n<center>"; }; ####################tempfile2##################### my ($fileread2,$file2, $array2,$line2,$lastcol2,$firstcol2); my $file2= '/home/yanni/scripts/testfiles/tempfile2'; open ($fileread2, $file2) || die "Could not open $file2: $!\n"; @array2 = <$fileread2>; close ($fileread2); #-->SET BROWSER TAB NAME print "<TITLE> TEST </TITLE>"; #--> SET TABLE TITLE print '<CENTER><TABLE BORDER="5" BORDERCOLOR="BLACK" WIDTH="30%" CELLPADDING="5" CELLSPACING="5"> <TR><TH COLSPAN="10"><H2><FONT SIZE="5">Work2</H2></TH></TR>'; print '<center><tr><th>Row 1</th><th>Row 1</th></tr><center>'; foreach $line2 (@array2){ ($lastcol2,$firstcol2)=split(/,/,$line2); print "<center><tr><td>$firstcol2</td><td>$lastcol2</td></tr>\n<center>"; }; ####################tempfile3#################### my ($fileread3,$file3, @array3,$line3,$lastcol3,$firstcol3); my $file3= '/home/yanni/scripts/testfiles/tempfile3'; open ($fileread3, $file3) || die "Could not open $file3: $!\n"; @array3 = <$fileread3>; close ($fileread3); #--> SET TABLE TITLE print '<CENTER><TABLE BORDER="5" BORDERCOLOR="BLACK" WIDTH="30%" CELLPADDING="5" CELLSPACING="5"> <TR><TH COLSPAN="10"><H2><FONT SIZE="5">Work3</H2></TH></TR>'; print '<center><tr><th>Row 1</th><th>Row 2</th></tr><center>'; foreach $line3 (@array3){ ($lastcol3,$firstcol3)=split(/\s+/,$line3); print "<center><tr><td>$firstcol3</td><td>$lastcol3</td></tr>\n<center>"; }; #print '<CENTER><STRONG><FONT SIZE="8">Blue</STRONG></CENTER>'; ######################putting the tables side by side####### print '<style type="text/css" media="screen">BODY { color:white; background-color:00100C; font-family:sans-serif; } table { border: 6px solid blue;float:left;width:400px;} table_container{width:800px;margin:0 auto;} </style>'; The HTML part of the script above it will give a title and then 3 tables side by side each one of them representing the content from a different text file. What I'm trying to do is create a new title and then produce some more tables from some other text files but when I put a new HTML title at the end of this script, the title goes above the 3rd table not below it. All I 'm trying to do is repeat the script above to translate some other text files into HTML on the same web page. Can anyone help me please? Hello HTMLforum this is my first post. I'm looking for a code that changes the title of the page constantly, like you often see on defaced webpages... Thanks 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> 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. |