Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Front Page moron needs help  (Read 3095 times)

0 Members and 1 Guest are viewing this topic.

colocolor

  • Guest
Front Page moron needs help
« on: April 20, 2007, 02:30:07 PM »
 ??? Since you're all web design savvy and I'm just a lowly designer using Front Page, I feel like an idiot asking. There's something that troubles me in FP 03 that I haven't been able to figure out a way around. If I want a background image on my page, using a normal low res average size image (14 x 10ish), the program tiles the image rather than filling the page with one image. Does anyone know if there's a way to change this? I dont' want to use frames as they don't always fall right when I publish so I prefer to keep it simple and do my editing on the base page. HELP!!!  ::)

Computer Hope Admin

  • Administrator


  • Prodigy

    Thanked: 248
    • Yes
    • Yes
    • Yes
    • Computer Hope
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 10
Re: Front Page moron needs help
« Reply #1 on: April 20, 2007, 04:42:28 PM »
I couldn't find a way through Front Page 2003 to do this. Therefore I'd suggest using some CSS to do what you want. To do this follow the below steps.

1. In Front Page click the "code" button at the bottom of the window.
2. Within the code you want to paste the below code somewhere in-between the <head> </head> section.

Code: [Select]
<style type="text/css">
<!--
BODY {
background-image: url(http://www.computerhope.com/logo.gif);
background-repeat: no-repeat;
}
-->
</style>

3. Once that has been done change the example url: http://www.computerhope.com/logo.gif with the location of the image you wish to use as your background.

Everybody is a genius. But, if you judge a fish by its ability to climb a tree, it will spend its whole life believing that it is stupid.
-Albert Einstein