HTML - Foreign Letters?!?
Similar TutorialsGood morning/afternoon, I have a quick question. I have made a website for my company in English for the U.S. Market. My boss has now asked me to use the same website but to change the text in the website to several foreign languages and they will be hosted on domains in those countries which speak the respective languages. My question is, Will this cause any problems with search engines or displaying the website? If my coding is in English but the text is in another language and hosted on a foreign domain? Thought it might be helpful if I also showed what Doctype I was using. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Thank you in advance for all your help. Okay so here is the problem. My site seems to work fine with firefox and opera but when viewed with IE at the very end after all my content it is adding "er". It is at the end of the page in the footer where I have a mailto link to the webmaster, so the "er" is on a new line and is also a part of the link I have no idea where this is coming from and any help would be greatly appreciated. I have only tested with IE 6.0, Windows XP, server pack 2. link to my page I hope this is all the information that is needed. I have a floating menu and would like to add spacing between the two letters. What is the best way to do this? www.mcran.com Go to the Bennett Archives page or the In Transition archives page to see the floating menu. Thanks!! Randy HTML Code: <div id="topbar"class="center"> <a href="" onClick="(); return false"><h5>Back to top</h5></a> <a href="#a">A</a><a href="#b">B</a><br/> <a href="#c">C</a><a href="#d">D</a><br/> <a href="#e">E</a><a href="#f">F</a><br/> <a href="#g">G</a><a href="#h">H</a><br/> <a href="#i">I</a><a href="#j">J</a><br/> <a href="#k">K</a><a href="#l">L</a><br/> <a href="#m">M</a><a href="#n">N</a><br/> <a href="#o">O</a><a href="#p">P</a><br/> <a href="#q">Q</a><a href="#r">R</a><br/> <a href="#s">S</a><a href="#t">T</a><br/> <a href="#u">U</a><a href="#v">V</a><br/> <a href="#w">W</a><a href="#x">X</a><br/> <a href="#y">Y</a><a href="#z">Z</a><br/> <br/><br/><br/> <a href="http://www.mcran.com" target="_self"><b>HOME</b></a><br/> <a href="http://www.mcran.com/bio-test-page.php" target="_self"><b>BIO</b></a><br/> <a href="http://www.mcran.com/interviews.php" target="_self"><b>INTERVIEWS</b></a><br/> <a href="http://www.mcran.com/playlistsshowtable.php" target="_self"><b>PLAYLISTS</b></a><br/> <a href="http://www.mcran.com/2010-2006showstable.php" target="_self"><b>RADIO SHOWS</b></a><br/> <a href="http://www.mcran.com/favorite-sites.php" target="_self"><b>RESOURCES</b></a><br/> <a href="http://www.mcran.com/contact.php" target="_self"><b>CONTACT ME</b></a><br/> <a href="http://www.mcran.com/ihtsb.php" target="_self"><b>IHTSB</b></a><br/> <a href="http://www.mcran.com/thebennettarchives.php" target="_self"><b>BENNETT ARCHIVES</b></a><br/> </div> Hi guys, could anyone here tell me how to disallow anything accept numbers and letters in a textbox, say for a form, and i cant have that textbox anything but numbers and letters, how can i do this?? thanks guys! im creatinh a box containing a text. The box must be wide enough to fill a text. menu.style.width = tekst.length - this functioin gives the number of letters in text. So if the text is "hello" then the width is 5 pixels. But i need the widith of pixels needed to fit the text in a box. How can i do that? |