Jump to content

Recommended Posts

Posted

I'm a beginner at this and am just working at putting up my own pages.

 

Working from Stefan Mischook's instructions I created a very nice index (home) page using the <limk href=root.css rel="stylesheet" type="text.css"> command and <div id="xxxx"> tags to separate various parts of the page. This was done

several simple lines in the root.css file. When I apply exactly the same method to other text pages that are linked to the home page, css commands added to the root.css file have no effect. Would appreciate help or being aimed at instructions that would identify my problem.

Posted

Are the other html pages in the same folder as the home page? If not, then you will need to change the css link to the correct path for the pages that are in the different folder(s).

 

The path below tells it to find the root.css file one folder back or up one level as some people call it.

 

<link href=../root.css rel="stylesheet" type="text.css">

Posted

Are the other html pages in the same folder as the home page? If not, then you will need to change the css link to the correct path for the pages that are in the different folder(s).

 

The path below tells it to find the root.css file one folder back or up one level as some people call it.

 

<link href=../root.css rel="stylesheet" type="text.css">

Posted
<limk href=root.css rel="stylesheet" type="text.css">
Is this a copy/paste out of your code? Check the spelling of 'link'!
Posted

What do you mean by 'text pages'? Can you post the code and the exact file name you gave them?

Posted

If your other pages are not using the extension .html they remain text files, not html files viewable through a browser. Be careful also that you do not have a double extension for example about.html.txt

Posted

Thanks to those of you who tried to help me. The problem got solved when I put in a link color. The reason

for that result is too subtle for me. But anyway, problem solved.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...