I'm going nuts here. Why does this have to be so difficult?
I program in MS Access and ObjectPal (Paradox Borland Engine) but nothing I've ever come across eclipses the difficulty of HTML and CSS style sheets. (Don't get me started on CSS style sheets.)
All I'm attempting to do is make one page with a backgroung image, a bannner logo image and a menu at the top of the page.
I will use this as a master page to create (copy/paste ) the rest of the pages and add some simple flash frames and other pictures below those items at the top of the page.
There must be a SIMPLE non complex way to accomplish this. The devil is in the details but through all of my searching I see that the forums are not really busy and the details are slim.
I'm pleading here. I can't for the life of me make my menu stay intact.
Here is my code so far . . .
<html>
<!-- Created with the CoffeeCup HTML Editor 2008 -->
<!-- http://www.coffeecup.com/ -->
<!-- Brewed on 12/2/2008 10:44:44 PM -->
<head>
<title>Rancho Santa Margarita Realty, Inc</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta name="generator" content="CoffeeCup HTML Editor 2008 - www.coffeecup.com">
<meta name="description" content="">
<meta name="keywords" content="">
<style type="text/css">
<!--
/* Custom Scrollbar Colors */
body{
scrollbar-base-color: #808080;
-->
</style>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ffffff" background="xSiteBackGround.jpg">
<img style="Z-INDEX: 100; LEFT: 150px; POSITION: absolute; TOP: 15px" height="136" alt="" src="RSMLogoHeader.jpg" width="900" border="0">
<script type="text/javascript" src="RSMRealtyIncMenu.js"></script>
<img style="Z-INDEX: 101; LEFT: 150px; POSITION: absolute; TOP: 202px" height="604" alt="" src="LAKE_RSM.jpg" width="900" border="1">
</body>
</html>
Any assistance would be greatly appreciated.
Whew!
Thanks . . . Rick
Properties With Style, Inc.