Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: The New MadBomber Marketing and SEO Forum
Topic ID: 545
Message ID: 4
#4, RE: Page Skins
Posted by sgtaw on Oct-29-07 at 08:57 PM
In response to message #3
LAST EDITED ON Oct-29-07 AT 08:57 PM (PST)
 
Mou,

You missed a step I think.

-------BEGIN---------------------

3. Find the line of code near the top that says:
<LINK REL=stylesheet HREF="styles.css" TYPE="text/css">

Modify styles.css by adding your domain URL to it. It should look something like:

<LINK REL=stylesheet HREF="http://YourDomain.com/styles.css"; TYPE="text/css">

---------END------------

You have to place the folder "styles" into the root directory and then in the skin3.html, you have to modify the path to point to style3.css

What you are seeing currently is the web page WITHOUT the style applied yet, because it cannot find where the style is.

This is what you have in your source code for skin3.html

<style type="text/css" media="screen">
@import url( http://biztoolvault.com/styles/style3.css );
</style>

But if you look at that location, nothing is there. Point it to the right location and everything will look fine.

Hope this helps.

Blessings,

Ed