Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Convert to Frontpage

2 views
Skip to first unread message

Elise

unread,
May 5, 2006, 6:20:02 AM5/5/06
to
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

Tina Clarke

unread,
May 5, 2006, 6:38:41 AM5/5/06
to

"Elise" <El...@discussions.microsoft.com> wrote in message
news:B261D851-1777-4C04...@microsoft.com...

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


Elise

unread,
May 5, 2006, 6:59:01 AM5/5/06
to

Elise

unread,
May 5, 2006, 7:05:01 AM5/5/06
to
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.

Stefan B Rusynko

unread,
May 6, 2006, 5:00:43 AM5/6/06
to
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
_____________________________________________


"Elise" <El...@discussions.microsoft.com> wrote in message news:F1FAC954-70BB-4143...@microsoft.com...

0 new messages