I can't imagine why you'd need that in your HTML documents. Does your webhost demand you put that into your website code? I don't even know what that garbage is. I'm a professional web designer and I gotta say there is no way to create a decent web site with nothing but HTML. At the bare MINIMUM, you must know HTML and CSS. Knowing javascript would help you out a lot as well. Websites with nothing but HTML.......you don't see those anymore. Why would you suppose that is?

:
If you'd give me the entire source, I might be able to assist you, but I have no clue what that garbage you want to put into your website is and I doubt it'll do anything to most browsers. As for web browsers, firefox is the #1 most Universal web browser in the world right now. They're going to have support for CSS3 in less than a year, whereas IE might have it in 2-3 years.
If someone's forcing you to put that garbage into your website code, you need a different webhost.

I've been making websites from scratch in just notepad for many years now using HTML, CSS, and Javascript and I couldn't even guess at what that junk is supposed to be.
This messes up how the HTML documents displays in MSIE!
Live with it or junk up your script with unnecessary tags and crap. To make my projects website 100% compatible in IE and all other browsers, it took a lot of time and a lot of repetitive tags for each type of browser. Universal compatibility takes a long time to code. It took me 2 hours to make my website work in firefox......and an additional 9 hours to make it compatible in all browsers as well as firefox. Take a look at all of the irrelevant code I had to cram into my website to make it universal:
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!-- hide from none JavaScript Browsers
Image1= new Image(75,50)
Image1.src = "
http://i203.photobucket.com/albums/aa146/tlordame/homenolable.png"
Image2= new Image(75,50)
Image2.src = "
http://i203.photobucket.com/albums/aa146/tlordame/homewithlabel.png"
Image3= new Image(75,50)
Image3.src = "
http://i203.photobucket.com/albums/aa146/tlordame/button1L.png"
Image4= new Image(75,50)
Image4.src = "
http://i203.photobucket.com/albums/aa146/tlordame/button1.png"
Image5= new Image(75,50)
Image5.src = "
http://i203.photobucket.com/albums/aa146/tlordame/button2L.png"
Image6= new Image(75,50)
Image6.src = "
http://i203.photobucket.com/albums/aa146/tlordame/button2.png"
Image7= new Image(75,50)
Image7.src = "
http://i203.photobucket.com/albums/aa146/tlordame/button5L.png"
Image8= new Image(75,50)
Image8.src = "
http://i203.photobucket.com/albums/aa146/tlordame/button5.png"
Image9= new Image(75,50)
Image9.src = "
http://i203.photobucket.com/albums/aa146/tlordame/button6L.png"
Image10= new Image(75,50)
Image10.src="
http://i203.photobucket.com/albums/aa146/tlordame/button6.png"
Image11= new Image(75,50)
Image11.src = "
http://i203.photobucket.com/albums/aa146/tlordame/button3L.png"
Image12= new Image(75,50)
Image12.src = "
http://i203.photobucket.com/albums/aa146/tlordame/button3.png"
Image13= new Image(75,50)
Image13.src = "
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button7L.png"
Image14= new Image(75,50)
Image14.src = "
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button7.png"
Image15= new Image(75,50)
Image15.src = "
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button10L.png"
Image16= new Image(75,50)
Image16.src = "
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button10.png"
Image17= new Image(75,50)
Image17.src = "
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button4L.png"
Image18= new Image(75,50)
Image18.src = "
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button4.png"
Image19= new Image(75,50)
Image19.src = "
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button9L.png"
Image20= new Image(75,50)
Image20.src = "
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button9.png"
function SwapOut() {
document.imageflip.src = Image2.src; return true;
}
function SwapBack() {
document.imageflip.src = Image1.src; return true;
}
function SwapOut2() {
document.imageflip2.src = Image3.src; return true;
}
function SwapBack2() {
document.imageflip2.src = Image4.src; return true;
}
function SwapOut3() {
document.imageflip3.src = Image5.src; return true;
}
function SwapBack3() {
document.imageflip3.src = Image6.src; return true;
}
function SwapOut4() {
document.imageflip4.src = Image7.src; return true;
}
function SwapBack4() {
document.imageflip4.src = Image8.src; return true;
}
function SwapOut5() {
document.imageflip5.src = Image9.src; return true;
}
function SwapBack5() {
document.imageflip5.src = Image10.src; return true;
}
function SwapOut6() {
document.imageflip6.src = Image11.src; return true;
}
function SwapBack6() {
document.imageflip6.src = Image12.src; return true;
}
function SwapOut7() {
document.imageflip7.src = Image13.src; return true;
}
function SwapBack7() {
document.imageflip7.src = Image14.src; return true;
}
function SwapOut8() {
document.imageflip8.src = Image15.src; return true;
}
function SwapBack8() {
document.imageflip8.src = Image16.src; return true;
}
function SwapOut9() {
document.imageflip9.src = Image17.src; return true;
}
function SwapBack9() {
document.imageflip9.src = Image18.src; return true;
}
function SwapOut10() {
document.imageflip10.src = Image19.src; return true;
}
function SwapBack10() {
document.imageflip10.src = Image20.src; return true;
}
// - stop hiding -->
</SCRIPT>
<style type="text/css">
.image2{
position:absolute;
Left:-5px;
Top:225px;
}
body
{
background-image: url('
http://www.freewebs.com/Backgrounds/Sky/ss073.jpg');}
.image{
position:absolute;
left:-5px;
top:100px;
}
h1{
font-size:35px;
color:red;
text-decoration:underline;
text-align:center;
position:relative;
top:-80px;
}
.maintext{
text-align:center;
color:blue;
}
.image3{
Position:absolute;
Left:-5px;
top:350px;
}
.text4{
color:white;
text-decoration:bold;
font-size:18px;
display: block;
margin-left: auto;
margin-right: auto;
text-align:center;
top:120px;
}
.image4{
position:absolute;
left:-5px;
top:475px;
}
.image5{
position:absolute;
left:-5px;
top:600px;
}
.garbage{
text-align:center;
position:relative;
top:65px;
}
hr{
position:relative;
top:-85px;
}
.image6{
position:absolute;
top:100px;
left:85%;
}
.image7{
position:absolute;
top:225px;
left:85%;
}
.image8{
position:absolute;
top:615px;
left:85.3%;
}
.image9{
position:absolute;
top:475px;
left:85%;
}
.image10{
position:absolute;
top:350px;
left:85%;
}
</style>
</head>
<body>
<div class="image"><A HREF="
http://www.google.com" onMouseOver="SwapOut()" onMouseOut="SwapBack()">
<IMG NAME="imageflip" SRC="
http://i203.photobucket.com/albums/aa146/tlordame/homenolable.png"BORDER=0></A></div>
<div class="image2"><a href="
http://www.google.com" onMouseOver="SwapOut2()" onMouseOut="SwapBack2()">
<img name="imageflip2" src="
http://i203.photobucket.com/albums/aa146/tlordame/button1.png"BORDER=0></a></div>
<div class="image3"><a href="
http://www.freewebs.com/landbeforetimeprojects/LBT%20Icons.htm" onMouseOver="SwapOut3()" onMouseOut="SwapBack3()">
<img name="imageflip3" src="
http://i203.photobucket.com/albums/aa146/tlordame/button2.png"BORDER=0></a></div>
<div class="image4"><a href="
http://www.google.com" onMouseOver="SwapOut4()" onMouseOut="SwapBack4()">
<img name="imageflip4" src="
http://i203.photobucket.com/albums/aa146/tlordame/button5.png"BORDER=0></a></div>
<div class="image5"><a href="
http://www.google.com" onMouseOver="SwapOut5()" onMouseOut="SwapBack5()">
<img name="imageflip5" src="
http://i203.photobucket.com/albums/aa146/tlordame/button6.png"BORDER=0></a></div>
<div class="image6"><a href="
http://www.google.com" onMouseOver="SwapOut6()" onMouseOut="SwapBack6()">
<img name="imageflip6" src="
http://i203.photobucket.com/albums/aa146/tlordame/button3.png" BORDER=0></a></div>
<div class="image7"><a href="
http://www.google.com" onMouseOver="SwapOut7()" onMouseOut="SwapBack7()">
<img name="imageflip7" src="
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button7.png" BORDER=0></a></div>
<div class="image8"><a href="
http://www.google.com" onMouseOver="SwapOut8()" onMouseOut="SwapBack8()">
<img name="imageflip8" src="
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button10.png" BORDER=0></a></div>
<div class="image9"><a href="
http://www.google.com" onMouseOver="SwapOut9()" onMouseOut="SwapBack9()">
<img name="imageflip9" src="
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button4.png" BORDER=0></a></div>
<div class="image10"><a href="
http://www.google.com" onMouseOver="SwapOut10()" onMouseOUt="SwapBack10()">
<img name="imageflip10" src="
http://i203.photobucket.com/albums/aa146/tlordame/second%20album/button9.png" BORDER=0></a></div>
<div class="garbage"><!-- Freewebs Sticker -->
<script language="JavaScript" src="
http://images.freewebs.com/JS/Freebar/btn_mirrorblack.js">
</script></div>
<h1>Austin's Land Before Time Projects</h1>
<hr>
<center><div class="text4" style="position:relative; overflow:hidden; width:537px; height:317px; z-index:3">Hello and welcome to my land before time projects
website. The main purpose of this website is to catalog and index all of the most important land before time projects I complete as well as enable other land before time
fans to view and use these projects to their benefit. Please, have a look around and if you like something don't hesitate to download it. The images on the sides of this text (the one's with red circles around them) are actually links. You may follow them in order to view the main pages of this website and the projects that are indexed. The links will take you to other places where you can view and download the projects I have completed. Thank you for your consideration
and for taking the time to read this message. You may now proceed to download anything you wish from this website.</div></center>
<!-- --><script type="text/javascript" src="/i.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="freewebs.com";_uff=false;urchinTracker();}</script><!-- --><script type="text/javascript" src="/i.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="freewebs.com";_uff=false;urchinTracker();}</script></body>
</html>
I did this all manually in notepad and here is the end result:
www.freewebs.com/landbeforetimeprojectsIt's not done by far, but I've got the template done, which was like most of the work. This site will work in any browser in the world, but it took a long time to code this properly.
For example, IE wouldn't recognize the CSS element that told it to center an image, so I had to center it three different ways in CSS and two different ways in HTML just to make sure it always centered. Alignment is very difficult when it comes to making it look perfect in all web browsers. One bad site is my school website:
www.austindame.co.nrThe width and height of the boxes change with each resolution. It's 100% compatible with all browsers, but not all resolutions. -_-
Making a website that's 100% compatible with every browser and every resolution is currently possible, but if you're not willing to spend countless hours manually coding everything, I would suggest using a cheat program that will generate HTML code or use a provided template that's already got all the hard work done. I would not recommend ever using Dreamweaver. That's a B**** of a program and it writes crap all over the place. Don't worry though. With the release of CSS3, there will be enhanced features such as background-size="100%" so that the background will stretch depending on the user's resolution. I can't wait until that day, but until it comes, we'll have to suffer with CSS2, HTML, and Javascript 2.0