Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Gonna someone tell me what im doing wrong
Old 05-06-2005, 07:26 PM Gonna someone tell me what im doing wrong
JsGroupWebby's Avatar
Average Talker

Posts: 21
Location: Glasgow
Trades: 0
styles.css

body {
background:#eeeeff;
color:#oooooo
}
home {
position:absolute;
top:19800px;
left:0px
}


skelington.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link href="styles.css" rel="stylesheet" type="text/css">
<title>The Js Place Group</title>
<span id="home">
<img src="image/navigation/home.gif" border"0px" padding="0px" alt="Home">
</span>
</body>
</html>

Last edited by JsGroupWebby; 05-06-2005 at 07:33 PM..
JsGroupWebby is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-06-2005, 07:33 PM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
style.css

Code:
body {
background:#eeeeff;

// First error here:
// color:#oooooo
// Should be 
color: #000000;

}
// Second error.
// home {
// As you have referenced home as an ID and not an HTML element, you need to use the # selector
#home {
position:absolute;
top:19800px;   //That's valid but it's gonna go way off the bottom of the screen!
left:0px
}

skelington.html
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link href="styles.css" rel="stylesheet" type="text/css">
<!-- Your stylesheet is named style.css but you've got styles.css above -->
<title>The Js Place Group</title>
<span id="home">
<img src="image/navigation/home.gif" border"0px" padding="0px" alt="Home">
</span>
</body>
</html>
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 05-06-2005, 07:34 PM
JsGroupWebby's Avatar
Average Talker

Posts: 21
Location: Glasgow
Trades: 0
Oh Ffs So It Is!!!!!!!!!!!!!!! Thank You!!!!
JsGroupWebby is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Gonna someone tell me what im doing wrong
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.44507 seconds with 12 queries