Click to See Complete Forum and Search --> : Need the right code for html. javascript, css


ruswatson
03-06-2009, 12:43 PM
Hello,
I need help... I am trying to look for the code or what's it called...
I wanted to put the "outside" page in main "html" page with css or something.
It is like being the main page by remoted or linked from other outside's page. I can change anything on "outside" page but don't need to change on the main page.

let me show you the image (as url below) that you will understand what I mean.

http://texasdeaf.com/dir/example/example.jpg

Please help me. :confused:
thank you!!
ruswatson

Fang
03-06-2009, 01:34 PM
Do you mean including documents in the main document:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<script type="text/javascript" src="script.js"></script>
<link type="text/css" href="style.css">

</head>
<body>

</body>
</html>

ruswatson
03-06-2009, 01:43 PM
Hello Fang...
I am not sure... Can you give me full code and I will try to see if it's working.
Thanks!!

Fang
03-07-2009, 03:17 AM
That is the full code.

Charles
03-07-2009, 06:52 AM
ruswaton, perhaps you need to explain yourself a little better. It not exactly clear what it is that you want.

Mayday
03-09-2009, 10:41 AM
If, as Fang and I are interpreting, you are using css and/or JavaScript on your page, however, you want to have the css/JavaScript in separate documents and not your main page, you would create your text file(s) for css/JavaScript and reference them in your main page in the manner Fang presented.

However, if you are thinking of something else, then, as Charles posted, you will need to explain further so people can understand exactly what you want.