PC Review


Reply
Thread Tools Rate Thread

Backgound in FP 2K3.

 
 
Wiley Coyote
Guest
Posts: n/a
 
      1st Aug 2005
I've edited a theme and applied my own background. The problem is is that it
duplicates itself on the page. I only want it to show up once on the page,
I've changed the size and related properties in Photoshop, but to no avail.

Can anyone assist please.

TX.


 
Reply With Quote
 
 
 
 
Murray
Guest
Posts: n/a
 
      1st Aug 2005
Use CSS to prevent the background from tiling. Put this in an embedded or
an externally linked stylesheet -

body { background-repeat:no-repeat; }

--
Murray
============

"Wiley Coyote" <(E-Mail Removed)> wrote in message
news:OYtob%(E-Mail Removed)...
> I've edited a theme and applied my own background. The problem is is that
> it duplicates itself on the page. I only want it to show up once on the
> page, I've changed the size and related properties in Photoshop, but to no
> avail.
>
> Can anyone assist please.
>
> TX.
>



 
Reply With Quote
 
=?Utf-8?B?TWlrZQ==?=
Guest
Posts: n/a
 
      1st Aug 2005
The reason the image duplicates is because it has to fill the page. So
becuase your image didn't fill the requirements it simply duplicated to make
up for it.

I also have a suggestion for you. Try this as a substitution:

<img src="whatever_your_image_is.bmp" style="position : absolute;left :
0;top : 0">

Hope that helps,

Mike

"Wiley Coyote" wrote:

> I've edited a theme and applied my own background. The problem is is that it
> duplicates itself on the page. I only want it to show up once on the page,
> I've changed the size and related properties in Photoshop, but to no avail.
>
> Can anyone assist please.
>
> TX.
>
>
>

 
Reply With Quote
 
Wiley Coyote
Guest
Posts: n/a
 
      1st Aug 2005
I beleive I understand what you are suggesting. My question is, where do I
put this piece of code, in every page? That would seem to be awkward.

Thanks for the suggestion.

"Mike" <(E-Mail Removed)> wrote in message
news:6E8AAB5C-7B92-4655-B98E-(E-Mail Removed)...
> The reason the image duplicates is because it has to fill the page. So
> becuase your image didn't fill the requirements it simply duplicated to
> make
> up for it.
>
> I also have a suggestion for you. Try this as a substitution:
>
> <img src="whatever_your_image_is.bmp" style="position : absolute;left :
> 0;top : 0">
>
> Hope that helps,
>
> Mike
>
> "Wiley Coyote" wrote:
>
>> I've edited a theme and applied my own background. The problem is is that
>> it
>> duplicates itself on the page. I only want it to show up once on the
>> page,
>> I've changed the size and related properties in Photoshop, but to no
>> avail.
>>
>> Can anyone assist please.
>>
>> TX.
>>
>>
>>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      1st Aug 2005
Ignore it. You cannot position a background image like that. Read my
suggestion - it will work.

--
Murray
============

"Wiley Coyote" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I beleive I understand what you are suggesting. My question is, where do I
>put this piece of code, in every page? That would seem to be awkward.
>
> Thanks for the suggestion.
>
> "Mike" <(E-Mail Removed)> wrote in message
> news:6E8AAB5C-7B92-4655-B98E-(E-Mail Removed)...
>> The reason the image duplicates is because it has to fill the page. So
>> becuase your image didn't fill the requirements it simply duplicated to
>> make
>> up for it.
>>
>> I also have a suggestion for you. Try this as a substitution:
>>
>> <img src="whatever_your_image_is.bmp" style="position : absolute;left :
>> 0;top : 0">
>>
>> Hope that helps,
>>
>> Mike
>>
>> "Wiley Coyote" wrote:
>>
>>> I've edited a theme and applied my own background. The problem is is
>>> that it
>>> duplicates itself on the page. I only want it to show up once on the
>>> page,
>>> I've changed the size and related properties in Photoshop, but to no
>>> avail.
>>>
>>> Can anyone assist please.
>>>
>>> TX.
>>>
>>>
>>>

>
>



 
Reply With Quote
 
Wiley Coyote
Guest
Posts: n/a
 
      1st Aug 2005
Hi Murry, I'm not sure how to do this. I created a new Style (ex: MyStyle)
and tried to use Format, Style Sheet Links to link to my style sheet, but I
cannot find it. It is listed in Format -> Styles...

Doh???

"Murray" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Use CSS to prevent the background from tiling. Put this in an embedded or
> an externally linked stylesheet -
>
> body { background-repeat:no-repeat; }
>
> --
> Murray
> ============
>
> "Wiley Coyote" <(E-Mail Removed)> wrote in message
> news:OYtob%(E-Mail Removed)...
>> I've edited a theme and applied my own background. The problem is is that
>> it duplicates itself on the page. I only want it to show up once on the
>> page, I've changed the size and related properties in Photoshop, but to
>> no avail.
>>
>> Can anyone assist please.
>>
>> TX.
>>

>
>



 
Reply With Quote
 
Wiley Coyote
Guest
Posts: n/a
 
      1st Aug 2005
Hi Murry, I'm not sure how to do this. I created a new Style (ex: MyStyle)
and tried to use Format, Style Sheet Links to link to my style sheet, but I
cannot find it. It is listed in Format -> Styles...

Doh???

"Murray" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Ignore it. You cannot position a background image like that. Read my
> suggestion - it will work.
>
> --
> Murray
> ============
>
> "Wiley Coyote" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I beleive I understand what you are suggesting. My question is, where do I
>>put this piece of code, in every page? That would seem to be awkward.
>>
>> Thanks for the suggestion.
>>
>> "Mike" <(E-Mail Removed)> wrote in message
>> news:6E8AAB5C-7B92-4655-B98E-(E-Mail Removed)...
>>> The reason the image duplicates is because it has to fill the page. So
>>> becuase your image didn't fill the requirements it simply duplicated to
>>> make
>>> up for it.
>>>
>>> I also have a suggestion for you. Try this as a substitution:
>>>
>>> <img src="whatever_your_image_is.bmp" style="position : absolute;left :
>>> 0;top : 0">
>>>
>>> Hope that helps,
>>>
>>> Mike
>>>
>>> "Wiley Coyote" wrote:
>>>
>>>> I've edited a theme and applied my own background. The problem is is
>>>> that it
>>>> duplicates itself on the page. I only want it to show up once on the
>>>> page,
>>>> I've changed the size and related properties in Photoshop, but to no
>>>> avail.
>>>>
>>>> Can anyone assist please.
>>>>
>>>> TX.
>>>>
>>>>
>>>>

>>
>>

>
>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      1st Aug 2005
Redefine the body tag in the FORMAT | Style dialog (select "body" and click
on Modify. Now for the inexplicably weird stuff. Select BORDER > Shading,
and you will see the option there for repeat.

Of course the simple way to do this is to enter the following directly in
the head of the page -

<style type="text/css">
<!--
body { background-repeat:no-repeat; }
-->
</style>

--
Murray
============

"Wiley Coyote" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Murry, I'm not sure how to do this. I created a new Style (ex: MyStyle)
> and tried to use Format, Style Sheet Links to link to my style sheet, but
> I cannot find it. It is listed in Format -> Styles...
>
> Doh???
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Use CSS to prevent the background from tiling. Put this in an embedded
>> or an externally linked stylesheet -
>>
>> body { background-repeat:no-repeat; }
>>
>> --
>> Murray
>> ============
>>
>> "Wiley Coyote" <(E-Mail Removed)> wrote in message
>> news:OYtob%(E-Mail Removed)...
>>> I've edited a theme and applied my own background. The problem is is
>>> that it duplicates itself on the page. I only want it to show up once on
>>> the page, I've changed the size and related properties in Photoshop, but
>>> to no avail.
>>>
>>> Can anyone assist please.
>>>
>>> TX.
>>>

>>
>>

>
>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      1st Aug 2005
You can also get there with <body> > Properties > Advanced > Body Style >
Format > Border > Shading

Byzantine, huh?

By the way, I left the "Format" out of the previous option choices between
Modify and Border.

Also, to enable that field, you must have already applied your background
image.

--
Murray
============

"Wiley Coyote" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Murry, I'm not sure how to do this. I created a new Style (ex: MyStyle)
> and tried to use Format, Style Sheet Links to link to my style sheet, but
> I cannot find it. It is listed in Format -> Styles...
>
> Doh???
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Use CSS to prevent the background from tiling. Put this in an embedded
>> or an externally linked stylesheet -
>>
>> body { background-repeat:no-repeat; }
>>
>> --
>> Murray
>> ============
>>
>> "Wiley Coyote" <(E-Mail Removed)> wrote in message
>> news:OYtob%(E-Mail Removed)...
>>> I've edited a theme and applied my own background. The problem is is
>>> that it duplicates itself on the page. I only want it to show up once on
>>> the page, I've changed the size and related properties in Photoshop, but
>>> to no avail.
>>>
>>> Can anyone assist please.
>>>
>>> TX.
>>>

>>
>>

>
>



 
Reply With Quote
 
Wiley Coyote
Guest
Posts: n/a
 
      1st Aug 2005
Thanks Murray, these last two hints helped alot.



"Murray" <(E-Mail Removed)> wrote in message
news:OSLLY%(E-Mail Removed)...
> You can also get there with <body> > Properties > Advanced > Body Style >
> Format > Border > Shading
>
> Byzantine, huh?
>
> By the way, I left the "Format" out of the previous option choices between
> Modify and Border.
>
> Also, to enable that field, you must have already applied your background
> image.
>
> --
> Murray
> ============
>
> "Wiley Coyote" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi Murry, I'm not sure how to do this. I created a new Style (ex:
>> MyStyle) and tried to use Format, Style Sheet Links to link to my style
>> sheet, but I cannot find it. It is listed in Format -> Styles...
>>
>> Doh???
>>
>> "Murray" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Use CSS to prevent the background from tiling. Put this in an embedded
>>> or an externally linked stylesheet -
>>>
>>> body { background-repeat:no-repeat; }
>>>
>>> --
>>> Murray
>>> ============
>>>
>>> "Wiley Coyote" <(E-Mail Removed)> wrote in message
>>> news:OYtob%(E-Mail Removed)...
>>>> I've edited a theme and applied my own background. The problem is is
>>>> that it duplicates itself on the page. I only want it to show up once
>>>> on the page, I've changed the size and related properties in Photoshop,
>>>> but to no avail.
>>>>
>>>> Can anyone assist please.
>>>>
>>>> TX.
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re:Backgound Johnny_1 Windows XP Basics 1 5th May 2004 09:10 AM
How to get rid of the backgound color? alainB Microsoft Excel Misc 4 21st Apr 2004 04:55 PM
Adding Backgound =?Utf-8?B?R2FyeQ==?= Microsoft Frontpage 1 21st Apr 2004 01:42 AM
backgound size? =?Utf-8?B?ZGo=?= Microsoft Powerpoint 6 7th Dec 2003 12:34 PM
Music,backgound HELP!!!! crazyguy_2k Webmaster / Programming 4 17th Oct 2003 10:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:46 AM.