HTML Code for Templates?

A

anythingu

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
 
J

Joe Rohn

anythingu said:
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:

<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
starts with:

<body>

Many of the buttons you mentioned are added by having a page built and then
linked within the navigation view as parent and child pages...have you done
that?

I also do not understand what you mean when you say you are trying to upload
HTML to a shopping cart program? Can you explain more about what you are
using for that?

--
Joe
Microsoft MVP Expression Web

Expression and FrontPage Web Forums:
http://expression-frontpage.com/forums/
 
A

anythingu

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
 
J

Joe Rohn

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/
 
A

anythingu

Hi Joe,

I have the Papyrus theme applied to all my pages. On the left hand side, I
changed the way the navigation buttons look but when I got to HTML, it
doesn't show the buttons.

I'll try and make it clearer.

I just created a new page using the papyrus theme. There is no text in the
main body of the page, however, on the top of the page, it has:

[Add this page to the navigation structure to display a page banner here]

And on the left hand side of the page, it has the following:

Hobby News
Presell Products
Baseball
Basketball
Football
Hockey
Non-Sports
Current Products

However, when I go to the HTML tab, it just shows:

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<meta name="Microsoft Theme" content="papyrus 001">
<meta name="Microsoft Border" content="tlb, default">
</head>

<body>

</body></html>

Where is the HTML for the text I inputted on the left hand side of the page
that is part of the theme? This is what I'm looking for.

Thanks!

Lawrence
 
J

Joe Rohn

Hi Lawrence,

OK it is a left hand shared border page..to see the HTML for that page look
in the folder called _borders and in that folder should be apage called
left.htm (If you can't see that folder then go to Tools | Site Settings |
Advanced and tick the box that says show hidden files and folders

--
Joe
Microsoft MVP Expression Web

Expression and FrontPage Web Forums:
http://expression-frontpage.com/forums/

anythingu said:
Hi Joe,

I have the Papyrus theme applied to all my pages. On the left hand side,
I
changed the way the navigation buttons look but when I got to HTML, it
doesn't show the buttons.

I'll try and make it clearer.

I just created a new page using the papyrus theme. There is no text in
the
main body of the page, however, on the top of the page, it has:

[Add this page to the navigation structure to display a page banner here]

And on the left hand side of the page, it has the following:

Hobby News
Presell Products
Baseball
Basketball
Football
Hockey
Non-Sports
Current Products

However, when I go to the HTML tab, it just shows:

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<meta name="Microsoft Theme" content="papyrus 001">
<meta name="Microsoft Border" content="tlb, default">
</head>

<body>

</body></html>

Where is the HTML for the text I inputted on the left hand side of the
page
that is part of the theme? This is what I'm looking for.

Thanks!

Lawrence

Joe Rohn said:
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/
 
A

anythingu

Hey Joe,

Excellent! Thanks for your help! That's exactly what I needed!

Lawrence


Joe Rohn said:
Hi Lawrence,

OK it is a left hand shared border page..to see the HTML for that page look
in the folder called _borders and in that folder should be apage called
left.htm (If you can't see that folder then go to Tools | Site Settings |
Advanced and tick the box that says show hidden files and folders

--
Joe
Microsoft MVP Expression Web

Expression and FrontPage Web Forums:
http://expression-frontpage.com/forums/

anythingu said:
Hi Joe,

I have the Papyrus theme applied to all my pages. On the left hand side,
I
changed the way the navigation buttons look but when I got to HTML, it
doesn't show the buttons.

I'll try and make it clearer.

I just created a new page using the papyrus theme. There is no text in
the
main body of the page, however, on the top of the page, it has:

[Add this page to the navigation structure to display a page banner here]

And on the left hand side of the page, it has the following:

Hobby News
Presell Products
Baseball
Basketball
Football
Hockey
Non-Sports
Current Products

However, when I go to the HTML tab, it just shows:

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<meta name="Microsoft Theme" content="papyrus 001">
<meta name="Microsoft Border" content="tlb, default">
</head>

<body>

</body></html>

Where is the HTML for the text I inputted on the left hand side of the
page
that is part of the theme? This is what I'm looking for.

Thanks!

Lawrence

Joe Rohn said:
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
 

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

Top