Hi Lawrence,
OK It is possible to have pages that are sometimes created and use
themes..and also have some that aren't. Also sometimes people use what
are
called Shared Borders on pages for things like navigation...so maybe that
is
what is happening here..you have some pages where themes are applied (and
some not) and some pages with left side shared borders (and some not)
To check to see if a theme is applied with a page open go to:
Format | Theme | and apply from there.
to see if a Shared Border is turned on on a particular page go to:
Format | Shared Border | and see if left is checked
If doing those things make the elements you want to see appear..then it
will
also produce all of the HTML.
--
Joe
Microsoft MVP Expression Web
Expression and FrontPage Web Forums:
http://expression-frontpage.com/forums/
Hi Joe,
Thanks for replying.
Here's part of the page as I have it designed following what I already
posted:
<body >
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<h2 align="center"><font face="Denmark">CURRENT PRE-SELLS</font></h2>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse:
collapse" width="79%" height="545">
<tr>
<td width="33%" height="147">
<p align="center"><font face="Denmark">
<img title=" 2007 Topps Updates & Highlights Baseball Factory Set -
Hobby " alt="2007 Topps Updates & Highlights Baseball Factory Set -
Hobby"
src="d32eb70f01c7bebf512f4284445a7d58.image.100x100.jpg" width="100"
height="100"><br>
2007 Topps Updates & Highlights Baseball Factory Set - Hobby<br>
$38.99</font></td>
<td width="34%" height="147">
<p align="center"><font face="Denmark">
<img title=" Marvel Masterpieces Trading Card Box (Upper Deck) "
alt="Marvel Masterpieces Trading Card Box (Upper Deck)"
src="6ed4b82a51a7c5a980809b470579f47c.image.100x100.jpg" width="100"
height="100"><br>
Marvel Masterpieces Trading Card Box (Upper Deck)<br>
$79.99</font></p>
</td>
<td width="43%" height="147">
<p align="center"><font face="Denmark">
<img title=" 2007 Topps Rookies 1952 Edition Baseball Hobby 8 Box
Case
"
alt="2007 Topps Rookies 1952 Edition Baseball Hobby 8 Box Case"
src="78b0f78ac7f1848884c788250af75681.image.100x100.jpg" width="100"
height="100"><br>
2007 Topps Rookies 1952 Edition Baseball Hobby 8 Box Case<br>
$644.99</font></td>
</tr>
<tr>
<td width="33%" height="173">
<p align="center"><font face="Denmark">
<img title=" 2007 Topps Updates & Highlights Baseball Factory Set -
Hobby " alt="2007 Topps Updates & Highlights Baseball Factory Set -
Hobby"
src="d32eb70f01c7bebf512f4284445a7d58.image.100x100.jpg" width="100"
height="100"><br>
2007 Topps Updates & Highlights Baseball Factory Set - Hobby<br>
$38.99</font></td>
<td width="34%" height="173">
<p align="center"><font face="Denmark">
<img title=" 2007 Topps Updates & Highlights Baseball Factory Set -
Hobby " alt="2007 Topps Updates & Highlights Baseball Factory Set -
Hobby"
src="d32eb70f01c7bebf512f4284445a7d58.image.100x100.jpg" width="100"
height="100"><br>
2007 Topps Updates & Highlights Baseball Factory Set - Hobby<br>
$38.99</font></td>
<td width="43%" height="173">
<p align="center"><font face="Denmark">
<img title=" 2007 Topps Updates & Highlights Baseball Factory Set -
Hobby " alt="2007 Topps Updates & Highlights Baseball Factory Set -
Hobby"
src="d32eb70f01c7bebf512f4284445a7d58.image.100x100.jpg" width="100"
height="100"><br>
2007 Topps Updates & Highlights Baseball Factory Set - Hobby<br>
$38.99</font></td>
</tr>
</table></center>
My problem is this. When I got to preview, I have a table to the left
hand
side of this that shows the menu, but when I go to the HTML page,
there's
no
sight of this information:
Hobby News
Presell Products
Baseball
Basketball
Football
Hockey
Non-Sports
That's the beginning of my menu.
I also have other pages already created that link from this home page,
but
have the same problem. They all have the "content" that I inputted,
but
not
the "theme" information that is the same on each page. I'm looking for
the
HTML code for the "theme" or the "templated" items that will appear on
each
page (background color, menu on the left hand side, navigation
buttons),
etc.
According to my shopping cart program, I am to design a page, then
upload
the HTML of that page into the program so I can then work to merge the
shopping cart to the website. My problem is that I only have the HTML
for
half of my pages because I chose to use a FrontPage theme.
I hope this helps.
Thanks again!
Lawrence
:
Hi,
I used a FrontPage template and am now trying to upload the HTML
code
into
my shopping cart software, but when I go to the HTML page, I don't
see
any
HTML code for the background, header, buttons for "Home",
"Feedback",
"Contents", & "Search" or the table on the left hand side which
lists
the
categories.
When I got into the HTML tab, all that's listed is:
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Anythingu Collectibles & Gifts</title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Theme" content="papyrus 001, default">
<meta name="Microsoft Border" content="tlb, default">
</head>
Can someone show me where I can find the HTML for the template?
Thanks!
Lawrence
Hi Lawrence,
I am going to assume you mean theme instead of template...the line
that
says:
<meta name="Microsoft Theme" content="papyrus 001, default">
shows you are using a theme. I am having difficulty understanding what
you
are trying to do however. If your entire HTML consists of only this:
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Anythingu Collectibles & Gifts</title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Theme" content="papyrus 001, default">
<meta name="Microsoft Border" content="tlb, default">
</head>
You don't really have a page. Do you have anything else in the page
that