Heeter
Overclocked Like A Mother
- Joined
- 8 Jul 2002
- Messages
- 2,732
Hey All,
I am trying to figure out why my index page keeps putting the background on top of my text. I am working with three files:
default.css, layout.css, and index.html
In my index, I have this part in the code:
Now the background in on top of the text, but I remove the:
I can see the text on the index page only.
I am trying to move to a tableless css layout on my Homepage.
Can anyone figure this one out for me, Thanks.
Heeter
I am trying to figure out why my index page keeps putting the background on top of my text. I am working with three files:
default.css, layout.css, and index.html
In my index, I have this part in the code:
Code:
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>hcctech.ca</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
@import url("layout.css");
-->
</style>
</head>
Code:
<style type="text/css">
<!--
@import url("layout.css");
-->
</style>
I am trying to move to a tableless css layout on my Homepage.
Can anyone figure this one out for me, Thanks.
Heeter