Partly consistent web pages - How ?

J

John Fitzsimons

When I go to the quick tour at....

http://deepnetexplorer.com/tour/tour_2.asp

some page elements remain the same on every page i.e. the graphic
of the woman on the R.H.S.

(1) How is this done please CSS ? The same code on every page ?
Javascript or Java ? Frames or tables ?

(2) What part (line ?) of the source code would have enabled me to
answer this question myself ?

(3) If I wanted to do exactly the same sort of thing is there a "how
to" URL that I can explain how (1) was done ?

(4) Or are there multiple ways to achieve this consistency of only
part of a page throughout a site ? If so what are my options ?

Help from anyone who can help answer any/all the above would
be much appreciated from this HTML newbie. TIA. :)

Regards, John.
 
W

William Hughes

I'm doing something along those lines in my rewrite of my own website, using
server-side includes. My basic "frame" file is attached below; you can see my
working files at http://cvproj.home.texas.net/TEST/carrier.htm (note: not all of
the pages have been rewritten and uploaded yet).

<html>
<head>
<title>The Carrier Project</title>
<LINK REL="SHORTCUT ICON" HREF="anchor5.ico">
</head>

<body bgcolor=d8d8bf text=000000>

<a name="top">

<table width=100% border=1 cellspacing=5>
<tr>
<td width=15%>
<center><A HREF=carrier.htm><img src=cvproj-home.gif width=150
height=157></a></center>
</td>
<td bgcolor=7f00ff>
<center>
<!-- ENTER SECTION-PAGE TITLE HERE AND IN THE ABOVE TITLE LINE -->
<H1>PAGE TITLE</H1>
</center>
</td>
</tr>

<tr>
<td valign=top bgcolor=d9d919>

<!-- ENTER MENUFILE NAME IN LINE BELOW -->
<!--#include virtual="menu.htm"-->

<br><br>

<!--#include virtual="menu-symbols.htm"-->

<center>

<br><br>

<!--#include virtual="menu-copyright.htm"-->

<br><br>

This page last updated <!--#echo var="LAST_MODIFIED"-->

</center>

</td>

<td valign=top bgcolor=XXXXXX>

<!-- ENTER SECTION BACKGROUND COLOR IN LINE ABOVE -->
<!-- ENTER DATAFILE NAME IN LINE BELOW -->

<!--#include virtual="DATAFILE.dat"-->

</td>
</tr>
</table>

<br><br>
<center>
<a href=#top><img src=link-anchor.gif hspace=10></a>Return to the top of this
page
</center>

</body>
</html>
 
K

Karl Groves

William Hughes said:
I'm doing something along those lines in my rewrite of my own website, using
server-side includes. My basic "frame" file is attached below; you can see my
working files at http://cvproj.home.texas.net/TEST/carrier.htm (note: not all of
the pages have been rewritten and uploaded yet).

<html>
<head>
<title>The Carrier Project</title>
<LINK REL="SHORTCUT ICON" HREF="anchor5.ico">
</head>

<body bgcolor=d8d8bf text=000000>

<snip more code bloat, deprecated elements, and abuse of tables>

Hopefully your post (which failed to quote the post to which you were
replying) was not an attempt at answering the OP.
Please do not vomit such hideous markup upon usenet again. I have to take a
bath after reading it.

-Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top