Background question

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Jul 2004
Posts: 21
Reputation: BobbyRags is an unknown quantity at this point 
Solved Threads: 0
BobbyRags's Avatar
BobbyRags BobbyRags is offline Offline
Newbie Poster

Background question

 
0
  #1
Sep 10th, 2004
I've included the image as well as the HTML and CSS. The top of the screen (masthead) is giving me a problem. May be becuase of the image. Can someone give me a hand? Thank you very much!


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
<TITLE>BobbyRags Personal Homepage</TITLE>

<meta name="Keywords" Content="homepage, personal homepage, bobbyrags, rags, bobby, photos, links, Robert, Daniel, Christine, family, tips">
<meta name="Description" Content="The BobbyRags personal homepage. A homepage featuring family photos.">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" CONTENT="Notepad">

<LINK REL=stylesheet HREF="C:\BobbyRags(New)\BobbyRagsNew.CSS" TYPE="text/css">

</HEAD>

<div class="navbar">
<P><a href="Robert.htm">Robert</a></p>
<P><a href="Daniel.htm">Daniel</a></p>
<P><a href="Photos.htm">Photos</a></p>
<P><a href="Tips.htm">Computer Tips</a></p>
<P><a href="mailto:webmaster@bobbyrags.com">Email Me</a></p>
</div>

<div id="content">

<div id="masthead">
<p align="center"><IMG SRC="Images/BobbyRags2.gif" height="112" width="300" alt="logo"></p>
</div>

<p>
Welcome to my personal homepage! My very own piece of real estate on the internet.
The World Wide Web truly is a fascinating place. Please enjoy the photos and the content.
By no means is this site in its final version, it is solely in an introductory stage.
I will be adding links and updating the content as frequently as possible.</p>

<p>
If you enjoy the site, tell everyone. Maybe we can exchange links.
In the meantime, if you have any comments, critiques, questions,
or suggestions, please feel free to <a href="mailto:webmaster@bobbyrags.com">contact me.</a>
Just leave my mother out of it!<IMG SRC="Images/Smile.gif" alt="smile"></p>


<p align="center"><!-- Copyright 2001, BobbyRags, All rights Reserved.-->
©Copyright 2001, BobbyRags, All Rights Reserved.</p>

<p align="center"><font color="#ff0000">
Site Last Updated September 10, 2004.</font></p>

<SCRIPT LANGUAGE="JavaScript">

//This script posts the exact day and time you arrived

RightNow = new Date();
document.write("Today's date is " + (RightNow.getMonth()+1) + "-" + RightNow.getDate() + "-" + RightNow.getFullYear() + ". You entered this Web Page at exactly: " + RightNow.getHours() + ":" + RightNow.getMinutes() + " and " + RightNow.getSeconds() + " seconds")
</SCRIPT>

<p align="center"><IMG SRC="Images/thanxsm.gif" height="37" width="245" alt="Thanks"></p></div>

</BODY>
</HTML>

**************************************************
*******

A:link {color:blue;}
A:visited {color:black;}
A:active {color:red;}
A:hover {color:green;}
.navbar {position:absolute;top:10px;left:10px;}
BODY {background-image: url("Images/Sideline.gif"); background-repeat: repeat-y; background-position: 0% 0%; font-family:verdana;}
#masthead {background-color: #008000; height: 100px;}
#content {position:absolute;top:0px;left:175px;right:350px;
}
UL LI {list-style-type: disc; margin-left: 100px;}
Attached Thumbnails
BobbyRags2.gif  
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 1,478
Reputation: mikeandike22 is an unknown quantity at this point 
Solved Threads: 18
mikeandike22's Avatar
mikeandike22 mikeandike22 is offline Offline
Nearly a Posting Virtuoso

Re: Background question

 
0
  #2
Sep 10th, 2004
Ok i dont know about the html but i do know that you should crop the pictures on the side they are not completely touching and are smushed.
My Daniweb Blog: This,That, and Everything Else (Blog contest winner)

GetFirefox!
GetOpera!






Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 21
Reputation: BobbyRags is an unknown quantity at this point 
Solved Threads: 0
BobbyRags's Avatar
BobbyRags BobbyRags is offline Offline
Newbie Poster

Re: Background question

 
0
  #3
Sep 10th, 2004
Originally Posted by mikeandike22
Ok i dont know about the html but i do know that you should crop the pictures on the side they are not completely touching and are smushed.
There's only one image in my example at the very top of the page?
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 1,478
Reputation: mikeandike22 is an unknown quantity at this point 
Solved Threads: 18
mikeandike22's Avatar
mikeandike22 mikeandike22 is offline Offline
Nearly a Posting Virtuoso

Re: Background question

 
0
  #4
Sep 10th, 2004
Sorry i didnt clarify what pics, i was talking about the ones on the two pages robert and daniel, They are over on the side. Sorry i couldn't be more of a help to your original problem.
My Daniweb Blog: This,That, and Everything Else (Blog contest winner)

GetFirefox!
GetOpera!






Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 21
Reputation: BobbyRags is an unknown quantity at this point 
Solved Threads: 0
BobbyRags's Avatar
BobbyRags BobbyRags is offline Offline
Newbie Poster

Re: Background question

 
0
  #5
Sep 10th, 2004
No problem buddy. I should have been alittle more specific as well. You looked at my existing website. I am redoing my website and of course it's not online yet. The revised opening page is what my question entails.

Please follow the HTML and CSS code from the original post.

Sorry, html and css files are not valid extension types to attach to threads here.

Thanks!
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 1,478
Reputation: mikeandike22 is an unknown quantity at this point 
Solved Threads: 18
mikeandike22's Avatar
mikeandike22 mikeandike22 is offline Offline
Nearly a Posting Virtuoso

Re: Background question

 
0
  #6
Sep 10th, 2004
Save the files as txt files and then upload them and tell the people to click save as css and html
My Daniweb Blog: This,That, and Everything Else (Blog contest winner)

GetFirefox!
GetOpera!






Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 21
Reputation: BobbyRags is an unknown quantity at this point 
Solved Threads: 0
BobbyRags's Avatar
BobbyRags BobbyRags is offline Offline
Newbie Poster

Re: Background question

 
0
  #7
Sep 10th, 2004
Here's the CSS the HTML is attached as a txt document


A:link {color:blue;}
A:visited {color:black;}
A:active {color:red;}
A:hover {color:green;}
.navbar {position:absolute;top:10px;left:10px;}
BODY {background-image: url("Images/Sideline.gif"); background-repeat: repeat-y; background-position: 0% 0%; font-family:verdana;}
#masthead {background-color: #008000; height: 100px;}
#content {position:absolute;top:0px;left:175px;right:350px;}
UL LI {list-style-type: disc; margin-left: 100px
Attached Files
File Type: txt index.txt (2.5 KB, 5 views)
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 1,478
Reputation: mikeandike22 is an unknown quantity at this point 
Solved Threads: 18
mikeandike22's Avatar
mikeandike22 mikeandike22 is offline Offline
Nearly a Posting Virtuoso

Re: Background question

 
0
  #8
Sep 10th, 2004
I think you are missing a file because in the html it says that there is another css file called bobbyragsnew or something.
My Daniweb Blog: This,That, and Everything Else (Blog contest winner)

GetFirefox!
GetOpera!






Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 21
Reputation: BobbyRags is an unknown quantity at this point 
Solved Threads: 0
BobbyRags's Avatar
BobbyRags BobbyRags is offline Offline
Newbie Poster

Re: Background question

 
0
  #9
Sep 11th, 2004
BobbyRagsNew is the CSS file in the post above yours.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 21
Reputation: BobbyRags is an unknown quantity at this point 
Solved Threads: 0
BobbyRags's Avatar
BobbyRags BobbyRags is offline Offline
Newbie Poster

Re: Background question

 
0
  #10
Sep 11th, 2004
OK, here's the URL in question

http://members.fortunecity.com/bobbyrags2003/

And, here's the CSS

A:link {color:blue;}
A:visited {color:black;}
A:active {color:red;}
A:hover {color:green;}
.navbar {position:absolute;top:10px;left:10px;}
BODY {background-image: url("Images/Sideline.gif"); background-repeat: repeat-y; background-position: 0% 0%; font-family:verdana;}
#masthead {background-color: #008000; height: 100px;}
#content {position:absolute;top:0px;left:175px;right:350px;
}
UL LI {list-style-type: disc; margin-left: 100px;}
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC