Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ <title> box size in IE

Posted by: Johnnyd1 Jun 19 2012, 01:11 AM

Hello there out there in 'Puter' land! I'm new to this forum so help me with any mistakes you notice I'm making please (not just with coding)! Lol! There was supposed to be some humour in that . . . but even I didn't laugh!
At any rate . . . the 'title' box in my index file (all the files) is the subject here. How to control the size of this box (or can you)
In Firefox I had a lengthy little write up in there and it displayed it just right.

In IE . . . the box was long but only had room for one-two lines. The extra text just shot out in to cyber space out the end of the box and disappeared. If there was a way to 'wrap' the text it would probably fix this problem. I tried entering html in the 'title' but to no avail.

Any ideas

Here is the Doctype and meta tags as such . . . .

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>

<title>Welcome to Johnnyderek.com - John Derek & his wife, Barbara Ann have been playing music at weddings,house concerts and Churches in the Okanagan since they moved back to Kelowna, BC. Have a listen to the music . . . then give them a call for your 'Special Event'! They'd both like to hear from you! Sincerely, Dewey Egbert, Events Manager @ Dewey Egbert Entertainment.</title>

<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta name="description" content="John Derek has been playing folk music in Churches and House Concerts in the Okanagan since he moved to Penticton, BC. He is originally from the Kamloops, Kelowna area of British Columbia">
<meta name="keywords" content="mountains of mourne lyrics,Derek watson,Jon Derek Watson,John derrick watson,john derreck,Watson,guitar,harmonica, folk music, music, singer songwriter, Penticton Singersongwriter,Kelowna Singersongwriter,Peachland Singersongwriter,Kamloops Singersongwriter,Churchs,Churches,House Concerts,house concerts,poems,poetry,darick,derrick,jon,john">

<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<script type="text/javascript" src="dropdowncontent.js">
</script>

<!--Then in hear is my Google Analytics-->

<!--Then my link stuff and I close the 'head' tag-->


<style type="text/css">
A:link {text-decoration: underline; color: #000000;}
A:visited {text-decoration: none; color: #000aaa;}
A:active {text-decoration: none; color: #d0d0d0;}
A:hover {text-decoration: underline; color: #000000;font-size:165%;}
</style>

</head>
<body> . . . . . .

Like I said the 'title' shows up just fine in FF (13.0.1 but not IE (8)

I'd appreciate any insight. It's probably some little thing I forgot to do but doggone it if I can figure it out. Thanks!




Posted by: Frederiek Jun 19 2012, 01:33 AM

See the advice at http://htmlhelp.com/reference/html40/head/title.html

Posted by: Darin McGrew Jun 19 2012, 07:19 PM

And Chrome makes it rather difficult to see the title element at all. (I ended up installing a plug-in so I could see the title element when reading online forums.)

If you want the user to see it, then put it in the content in elements like h1 headings and p paragraphs.

Posted by: Johnnyd1 Jun 28 2012, 06:16 PM

QUOTE(Frederiek @ Jun 19 2012, 01:33 AM) *

See the advice at http://htmlhelp.com/reference/html40/head/title.html



K! Thanks Boss! I'll have acloser look at that after I'm done! I appreciate your time!

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)