Posts Tagged ‘code lt’

I give up, I need help with basic html code lol!?

can somebody please help me with this code?!?!?!
<IMG SRC="logo.png" WIDTH=166 HEIGHT=142 ALT="TECkNOLOGi" ALIGN=LEFT>
</a>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
html,body {
margin:0;
padding:0;
color:#222;
background:#fff;
}
body {
padding:10px;
font:76%/150% "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#nav {
margin:0;
padding:0;
background:#3399ff url(nav_bg.jpg) 0 0 repeat-x;
width:100%;
float:left;
border:1px solid #3399ff;
border-width:1px 0;
}
#nav li {
display:inline;
padding:0;
margin:0;
}
#nav a:link,
#nav a:visited {
color:#000;
background:#FFFFFF;
padding:20px 40px 4px 10px;
float:left;
width:auto;
border-right:1px solid #ffffff;
text-decoration:none;
font:bold 1em/1em [...]

Basic HTML Codes , , , , , , , , , , , , , , , , , , ,

Edit this code ( Basic ) HTML?

How can I edit this code so that it doesn’t just go to, for example, ‘http://azby.co.uk/test" but it goes to ‘http://azby.co.uk/test+" (With the plus sign at the end.
He’s the code and you can test it at http://www.draac.com/htmltester.html
Code:
<html>
<head><title>?</title>
<style type=’text/css’>
body{border:none;margin:100px;}
</style>
<script language=’javascript’>
function goUrl(){
var url = ‘http://azby.co.uk/’ + document.go.site.value;
window.document.location.href = url;
}
</script>
</head>
<body>
<p>Type in the url</p>
<form name=’go’>
<input type=’text’ name=’site’ />
<input type=’button’ [...]

Basic HTML Codes , , , , , , , , ,

How Can I Get This Code To Work So I Can Put It On My Gaia Profile?

I want to put some glitter text on Gaia but of course the site gives me one of those stupid codes that dont work on Gaia… or anywhere else for that matter. Can anyone help mw with this?
Code:
<embed src="http://www.pageplugins.com/generators/flash_glitter_text/show.swf?message=My%20Blingee%27s&font=http://www.pageplugins.com/generators/flash_glitter_text/fonts/plainn_lib.swf&glitter=http://www.pageplugins.com/generators/flash_glitter_text/glitters/glitter17.swf&clickURL=http://www.pageplugins.com/generators/flash_glitter_text/&swfHeight=168&swfWidth=731&bevel=1&shadow=1&glow=1&blur=0&fade=0&blink=0&fontsize=113&num=17" quality="best" wmode="transparent" bgcolor="#ffffff" width="731" height="168" name="glitters" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed><br><a href="http://www.pageplugins.com/generators/flash_glitter_text/">Custom Glitter Text</a><br/>

Glitter Text Generators , , , , , , , , , , , , , ,

Basic HTML code of Mac?

I just purchased a Macbook Laptop. I’m trying to save my very basic lines of code in Textedit, but even when I save it as .html, it shows up in both safari and firefox just displaying the code, not the way I formatted it in the html coding. Following is the code:
<html>
<head></head>
<title>Web</title>
<body> Hello </body>
</html>
when i [...]

Basic HTML Codes , , , , , ,