Convert to Frontpage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a site using publisher but was informed that it is not a good
program to use for websites. I would like to knowif there is a way to
convert the publisher site to front page? I really like the site I created
in Publisher
 
Elise said:
I created a site using publisher but was informed that it is not a good
program to use for websites. I would like to knowif there is a way to
convert the publisher site to front page? I really like the site I
created
in Publisher

Yes but no.... trust me the bloated code publisher makes you don't want in a
web site, publisher is for desktop publishing frontpage is for web pages.

Start again, it will help you learn FrontPage, you can try to obtain the
same look somewhat but with coding that is much better.

What is your url?

Tina


--

http://accessfp.net/ - FrontPage Tutorials
http://anyfrontpage.com/ - http://frontpage-ebooks.com/
http://addonfp.com/ - FrontPage Addons
http://frontpage-tips.com/ - Weekly FrontPage Tips
http://msmvps.com/blogs/frontpage/ - FrontPage News Blog
http://frontpage-blog.com/ - FrontPage Blog
http://clarke-abstract-art.com/ - Original Abstract Pen and Ink Drawings
 
www.armca.net

Tina Clarke said:
Yes but no.... trust me the bloated code publisher makes you don't want in a
web site, publisher is for desktop publishing frontpage is for web pages.

Start again, it will help you learn FrontPage, you can try to obtain the
same look somewhat but with coding that is much better.

What is your url?

Tina


--

http://accessfp.net/ - FrontPage Tutorials
http://anyfrontpage.com/ - http://frontpage-ebooks.com/
http://addonfp.com/ - FrontPage Addons
http://frontpage-tips.com/ - Weekly FrontPage Tips
http://msmvps.com/blogs/frontpage/ - FrontPage News Blog
http://frontpage-blog.com/ - FrontPage Blog
http://clarke-abstract-art.com/ - Original Abstract Pen and Ink Drawings
 
Thanks, I have a site up made in front page and I like it to but I can't get
the background I am using to stop repeating itself. It seems like it is going
up as tile. I am going to take a front page course late this summer (that
should help) however as for now I have to get this site back up If I can get
the format to stay I have the rest of the information (a lot) ready to paste
in. Any suggestions? I have only days left to finish this site.
 
By design in html all background images tile
- you can add a style (in the Head section in code view) to prevent it

<style type="text/css">
body {
background-image: url('yourpath/yourimagefile');
background-repeat: no-repeat;
}
</style>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thanks, I have a site up made in front page and I like it to but I can't get
| the background I am using to stop repeating itself. It seems like it is going
| up as tile. I am going to take a front page course late this summer (that
| should help) however as for now I have to get this site back up If I can get
| the format to stay I have the rest of the information (a lot) ready to paste
| in. Any suggestions? I have only days left to finish this site.
|
| "Tina Clarke" wrote:
|
| >
| > | > >I created a site using publisher but was informed that it is not a good
| > > program to use for websites. I would like to knowif there is a way to
| > > convert the publisher site to front page? I really like the site I
| > > created
| > > in Publisher
| >
| > Yes but no.... trust me the bloated code publisher makes you don't want in a
| > web site, publisher is for desktop publishing frontpage is for web pages.
| >
| > Start again, it will help you learn FrontPage, you can try to obtain the
| > same look somewhat but with coding that is much better.
| >
| > What is your url?
| >
| > Tina
| >
| >
| > --
| >
| > http://accessfp.net/ - FrontPage Tutorials
| > http://anyfrontpage.com/ - http://frontpage-ebooks.com/
| > http://addonfp.com/ - FrontPage Addons
| > http://frontpage-tips.com/ - Weekly FrontPage Tips
| > http://msmvps.com/blogs/frontpage/ - FrontPage News Blog
| > http://frontpage-blog.com/ - FrontPage Blog
| > http://clarke-abstract-art.com/ - Original Abstract Pen and Ink Drawings
| >
| >
| >
 
Back
Top