I'm looking for a little help. Is there a way to add a background image to a
cell so that it appears only once and does not repeat as the cell grow
longer. Any suggestions on a script that will do this would be appreciated.
Thanks

Re: Cell Background by MD

MD
Wed Dec 29 06:47:59 CST 2004

Sorry but no.

--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 102 Components For FP
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"chip" <chip@discussions.microsoft.com> wrote in message news:C41165E2-B2CC-460C-A5E9-480B34EB9A0E@microsoft.com...
> I'm looking for a little help. Is there a way to add a background image to a
> cell so that it appears only once and does not repeat as the cell grow
> longer. Any suggestions on a script that will do this would be appreciated.
> Thanks



Re: Cell Background by Murray

Murray
Wed Dec 29 06:56:52 CST 2004

Certainly there is. Use CSS to prevent it from tiling -

.special { background-image:url(foo.gif); background-repeat:no-repeat; }

...

<td class="special">no tiling background image here</td>

--
Murray

"chip" <chip@discussions.microsoft.com> wrote in message
news:C41165E2-B2CC-460C-A5E9-480B34EB9A0E@microsoft.com...
> I'm looking for a little help. Is there a way to add a background image
> to a
> cell so that it appears only once and does not repeat as the cell grow
> longer. Any suggestions on a script that will do this would be
> appreciated.
> Thanks



Re: Cell Background by MD

MD
Thu Dec 30 05:30:05 CST 2004

Murray,

Do you have a working example page?

--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 102 Components For FP
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:etdhmYa7EHA.3076@TK2MSFTNGP15.phx.gbl...
> Certainly there is. Use CSS to prevent it from tiling -
>
> .special { background-image:url(foo.gif); background-repeat:no-repeat; }
>
> ...
>
> <td class="special">no tiling background image here</td>
>
> --
> Murray
>
> "chip" <chip@discussions.microsoft.com> wrote in message news:C41165E2-B2CC-460C-A5E9-480B34EB9A0E@microsoft.com...
>> I'm looking for a little help. Is there a way to add a background image to a
>> cell so that it appears only once and does not repeat as the cell grow
>> longer. Any suggestions on a script that will do this would be appreciated.
>> Thanks
>
>



Re: Cell Background by Murray

Murray
Thu Dec 30 08:03:41 CST 2004

Try this -

http://www.murraytestsite.com/background.html


--
Murray

"MD Websunlimited" <none@none.com> wrote in message
news:ui5vqLm7EHA.2012@TK2MSFTNGP15.phx.gbl...
> Murray,
>
> Do you have a working example page?
>
> --
> Mike -- FrontPage MVP '97-'02
> J-Bots 2004 102 Components For FP
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:etdhmYa7EHA.3076@TK2MSFTNGP15.phx.gbl...
>> Certainly there is. Use CSS to prevent it from tiling -
>>
>> .special { background-image:url(foo.gif); background-repeat:no-repeat; }
>>
>> ...
>>
>> <td class="special">no tiling background image here</td>
>>
>> --
>> Murray
>>
>> "chip" <chip@discussions.microsoft.com> wrote in message
>> news:C41165E2-B2CC-460C-A5E9-480B34EB9A0E@microsoft.com...
>>> I'm looking for a little help. Is there a way to add a background image
>>> to a
>>> cell so that it appears only once and does not repeat as the cell grow
>>> longer. Any suggestions on a script that will do this would be
>>> appreciated.
>>> Thanks
>>
>>
>
>



Re: Cell Background by MD

MD
Thu Dec 30 09:45:54 CST 2004

Hmm, I have a page that I've tried this on and it does not work and the reason for my question and answer.

--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 102 Components For FP
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:eHn1lin7EHA.3124@TK2MSFTNGP11.phx.gbl...
> Try this -
>
> http://www.murraytestsite.com/background.html
>
>
> --
> Murray
>
> "MD Websunlimited" <none@none.com> wrote in message news:ui5vqLm7EHA.2012@TK2MSFTNGP15.phx.gbl...
>> Murray,
>>
>> Do you have a working example page?
>>
>> --
>> Mike -- FrontPage MVP '97-'02
>> J-Bots 2004 102 Components For FP
>> http://www.websunlimited.com
>> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>>
>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:etdhmYa7EHA.3076@TK2MSFTNGP15.phx.gbl...
>>> Certainly there is. Use CSS to prevent it from tiling -
>>>
>>> .special { background-image:url(foo.gif); background-repeat:no-repeat; }
>>>
>>> ...
>>>
>>> <td class="special">no tiling background image here</td>
>>>
>>> --
>>> Murray
>>>
>>> "chip" <chip@discussions.microsoft.com> wrote in message news:C41165E2-B2CC-460C-A5E9-480B34EB9A0E@microsoft.com...
>>>> I'm looking for a little help. Is there a way to add a background image to a
>>>> cell so that it appears only once and does not repeat as the cell grow
>>>> longer. Any suggestions on a script that will do this would be appreciated.
>>>> Thanks
>>>
>>>
>>
>>
>
>



Re: Cell Background by Murray

Murray
Thu Dec 30 09:51:14 CST 2004

Look at my code. It's quite simple.

I take it you see the vertical, then center aligned, then horizontal
repeating background?

--
Murray

"MD Websunlimited" <none@none.com> wrote in message
news:Os0Ynao7EHA.1564@TK2MSFTNGP09.phx.gbl...
> Hmm, I have a page that I've tried this on and it does not work and the
> reason for my question and answer.
>
> --
> Mike -- FrontPage MVP '97-'02
> J-Bots 2004 102 Components For FP
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:eHn1lin7EHA.3124@TK2MSFTNGP11.phx.gbl...
>> Try this -
>>
>> http://www.murraytestsite.com/background.html
>>
>>
>> --
>> Murray
>>
>> "MD Websunlimited" <none@none.com> wrote in message
>> news:ui5vqLm7EHA.2012@TK2MSFTNGP15.phx.gbl...
>>> Murray,
>>>
>>> Do you have a working example page?
>>>
>>> --
>>> Mike -- FrontPage MVP '97-'02
>>> J-Bots 2004 102 Components For FP
>>> http://www.websunlimited.com
>>> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>>>
>>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
>>> news:etdhmYa7EHA.3076@TK2MSFTNGP15.phx.gbl...
>>>> Certainly there is. Use CSS to prevent it from tiling -
>>>>
>>>> .special { background-image:url(foo.gif);
>>>> background-repeat:no-repeat; }
>>>>
>>>> ...
>>>>
>>>> <td class="special">no tiling background image here</td>
>>>>
>>>> --
>>>> Murray
>>>>
>>>> "chip" <chip@discussions.microsoft.com> wrote in message
>>>> news:C41165E2-B2CC-460C-A5E9-480B34EB9A0E@microsoft.com...
>>>>> I'm looking for a little help. Is there a way to add a background
>>>>> image to a
>>>>> cell so that it appears only once and does not repeat as the cell grow
>>>>> longer. Any suggestions on a script that will do this would be
>>>>> appreciated.
>>>>> Thanks
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: Cell Background by MD

MD
Thu Dec 30 10:22:43 CST 2004

I fully understand the code and what it does. What I don't understand is why it does not function locally. I play with it a little
while.

--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 102 Components For FP
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:uDWvreo7EHA.3756@TK2MSFTNGP14.phx.gbl...
> Look at my code. It's quite simple.
>
> I take it you see the vertical, then center aligned, then horizontal repeating background?
>
> --
> Murray
>
> "MD Websunlimited" <none@none.com> wrote in message news:Os0Ynao7EHA.1564@TK2MSFTNGP09.phx.gbl...
>> Hmm, I have a page that I've tried this on and it does not work and the reason for my question and answer.
>>
>> --
>> Mike -- FrontPage MVP '97-'02
>> J-Bots 2004 102 Components For FP
>> http://www.websunlimited.com
>> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>>
>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:eHn1lin7EHA.3124@TK2MSFTNGP11.phx.gbl...
>>> Try this -
>>>
>>> http://www.murraytestsite.com/background.html
>>>
>>>
>>> --
>>> Murray
>>>
>>> "MD Websunlimited" <none@none.com> wrote in message news:ui5vqLm7EHA.2012@TK2MSFTNGP15.phx.gbl...
>>>> Murray,
>>>>
>>>> Do you have a working example page?
>>>>
>>>> --
>>>> Mike -- FrontPage MVP '97-'02
>>>> J-Bots 2004 102 Components For FP
>>>> http://www.websunlimited.com
>>>> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>>>>
>>>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:etdhmYa7EHA.3076@TK2MSFTNGP15.phx.gbl...
>>>>> Certainly there is. Use CSS to prevent it from tiling -
>>>>>
>>>>> .special { background-image:url(foo.gif); background-repeat:no-repeat; }
>>>>>
>>>>> ...
>>>>>
>>>>> <td class="special">no tiling background image here</td>
>>>>>
>>>>> --
>>>>> Murray
>>>>>
>>>>> "chip" <chip@discussions.microsoft.com> wrote in message news:C41165E2-B2CC-460C-A5E9-480B34EB9A0E@microsoft.com...
>>>>>> I'm looking for a little help. Is there a way to add a background image to a
>>>>>> cell so that it appears only once and does not repeat as the cell grow
>>>>>> longer. Any suggestions on a script that will do this would be appreciated.
>>>>>> Thanks
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: Cell Background by Murray

Murray
Thu Dec 30 12:32:05 CST 2004

Lemme know what you discover. Maybe your PC doesn't support CSS? 8)

--
Murray

"MD Websunlimited" <none@none.com> wrote in message
news:eh7AMvo7EHA.1392@tk2msftngp13.phx.gbl...
>I fully understand the code and what it does. What I don't understand is
>why it does not function locally. I play with it a little while.
>
> --
> Mike -- FrontPage MVP '97-'02
> J-Bots 2004 102 Components For FP
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:uDWvreo7EHA.3756@TK2MSFTNGP14.phx.gbl...
>> Look at my code. It's quite simple.
>>
>> I take it you see the vertical, then center aligned, then horizontal
>> repeating background?
>>
>> --
>> Murray
>>
>> "MD Websunlimited" <none@none.com> wrote in message
>> news:Os0Ynao7EHA.1564@TK2MSFTNGP09.phx.gbl...
>>> Hmm, I have a page that I've tried this on and it does not work and the
>>> reason for my question and answer.
>>>
>>> --
>>> Mike -- FrontPage MVP '97-'02
>>> J-Bots 2004 102 Components For FP
>>> http://www.websunlimited.com
>>> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>>>
>>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
>>> news:eHn1lin7EHA.3124@TK2MSFTNGP11.phx.gbl...
>>>> Try this -
>>>>
>>>> http://www.murraytestsite.com/background.html
>>>>
>>>>
>>>> --
>>>> Murray
>>>>
>>>> "MD Websunlimited" <none@none.com> wrote in message
>>>> news:ui5vqLm7EHA.2012@TK2MSFTNGP15.phx.gbl...
>>>>> Murray,
>>>>>
>>>>> Do you have a working example page?
>>>>>
>>>>> --
>>>>> Mike -- FrontPage MVP '97-'02
>>>>> J-Bots 2004 102 Components For FP
>>>>> http://www.websunlimited.com
>>>>> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>>>>>
>>>>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
>>>>> news:etdhmYa7EHA.3076@TK2MSFTNGP15.phx.gbl...
>>>>>> Certainly there is. Use CSS to prevent it from tiling -
>>>>>>
>>>>>> .special { background-image:url(foo.gif);
>>>>>> background-repeat:no-repeat; }
>>>>>>
>>>>>> ...
>>>>>>
>>>>>> <td class="special">no tiling background image here</td>
>>>>>>
>>>>>> --
>>>>>> Murray
>>>>>>
>>>>>> "chip" <chip@discussions.microsoft.com> wrote in message
>>>>>> news:C41165E2-B2CC-460C-A5E9-480B34EB9A0E@microsoft.com...
>>>>>>> I'm looking for a little help. Is there a way to add a background
>>>>>>> image to a
>>>>>>> cell so that it appears only once and does not repeat as the cell
>>>>>>> grow
>>>>>>> longer. Any suggestions on a script that will do this would be
>>>>>>> appreciated.
>>>>>>> Thanks
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: Cell Background by MD

MD
Thu Dec 30 14:49:52 CST 2004

Maybe IE on my PC but not my PC ;>)

--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 102 Components For FP
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible


--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 102 Components For FP
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:uKzbk4p7EHA.3756@TK2MSFTNGP14.phx.gbl...
> Lemme know what you discover. Maybe your PC doesn't support CSS? 8)
>
> --
> Murray
>
> "MD Websunlimited" <none@none.com> wrote in message news:eh7AMvo7EHA.1392@tk2msftngp13.phx.gbl...
>>I fully understand the code and what it does. What I don't understand is why it does not function locally. I play with it a little
>>while.
>>
>> --
>> Mike -- FrontPage MVP '97-'02
>> J-Bots 2004 102 Components For FP
>> http://www.websunlimited.com
>> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>>
>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:uDWvreo7EHA.3756@TK2MSFTNGP14.phx.gbl...
>>> Look at my code. It's quite simple.
>>>
>>> I take it you see the vertical, then center aligned, then horizontal repeating background?
>>>
>>> --
>>> Murray
>>>
>>> "MD Websunlimited" <none@none.com> wrote in message news:Os0Ynao7EHA.1564@TK2MSFTNGP09.phx.gbl...
>>>> Hmm, I have a page that I've tried this on and it does not work and the reason for my question and answer.
>>>>
>>>> --
>>>> Mike -- FrontPage MVP '97-'02
>>>> J-Bots 2004 102 Components For FP
>>>> http://www.websunlimited.com
>>>> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>>>>
>>>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:eHn1lin7EHA.3124@TK2MSFTNGP11.phx.gbl...
>>>>> Try this -
>>>>>
>>>>> http://www.murraytestsite.com/background.html
>>>>>
>>>>>
>>>>> --
>>>>> Murray
>>>>>
>>>>> "MD Websunlimited" <none@none.com> wrote in message news:ui5vqLm7EHA.2012@TK2MSFTNGP15.phx.gbl...
>>>>>> Murray,
>>>>>>
>>>>>> Do you have a working example page?
>>>>>>
>>>>>> --
>>>>>> Mike -- FrontPage MVP '97-'02
>>>>>> J-Bots 2004 102 Components For FP
>>>>>> http://www.websunlimited.com
>>>>>> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>>>>>>
>>>>>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:etdhmYa7EHA.3076@TK2MSFTNGP15.phx.gbl...
>>>>>>> Certainly there is. Use CSS to prevent it from tiling -
>>>>>>>
>>>>>>> .special { background-image:url(foo.gif); background-repeat:no-repeat; }
>>>>>>>
>>>>>>> ...
>>>>>>>
>>>>>>> <td class="special">no tiling background image here</td>
>>>>>>>
>>>>>>> --
>>>>>>> Murray
>>>>>>>
>>>>>>> "chip" <chip@discussions.microsoft.com> wrote in message news:C41165E2-B2CC-460C-A5E9-480B34EB9A0E@microsoft.com...
>>>>>>>> I'm looking for a little help. Is there a way to add a background image to a
>>>>>>>> cell so that it appears only once and does not repeat as the cell grow
>>>>>>>> longer. Any suggestions on a script that will do this would be appreciated.
>>>>>>>> Thanks
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>