repeating sidebar

T

Teach5th

How do I stop a sidebar from repeating on the wider screen monitors? I tried
putting no-repeat in the html but that didn't work.
 
S

Stefan B Rusynko

I think the OP means stop a background image from repeating (backbluecheck.gif)
Set the background to not repeat using
<STYLE>
body { background-image: url('backbluecheck.gif'); background-repeat: no-repeat }
</STYLE>
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Here's the page.
|
| http://www.epd86.org/bolin/bolin.html
|
| "Rob Giordano [MS MVP]" wrote:
|
| > Post a link to the offending page so we can see it.
| > ..
| >
| >
| > --
| > ~~~~~~~~~~~~~~~~~~
| > Rob Giordano
| > Microsoft MVP Expression
| >
| >
| >
| >
| >
| >
| > | > > How do I stop a sidebar from repeating on the wider screen monitors? I
| > > tried
| > > putting no-repeat in the html but that didn't work.
| >
| >
| >
 
T

Teach5th

this stops the sidebar from repeating on the wider screens BUT it also stops
the sidebar from repeating the image down the side as it should....any other
suggestions?
 
S

Stefan B Rusynko

Change it to
<STYLE>
body { background-image: url('backbluecheck.gif'); background-repeat: repeat-y }
</STYLE>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| this stops the sidebar from repeating on the wider screens BUT it also stops
| the sidebar from repeating the image down the side as it should....any other
| suggestions?
|
| "Stefan B Rusynko" wrote:
|
| > I think the OP means stop a background image from repeating (backbluecheck.gif)
| > Set the background to not repeat using
| > <STYLE>
| > body { background-image: url('backbluecheck.gif'); background-repeat: no-repeat }
| > </STYLE>
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | Here's the page.
| > |
| > | http://www.epd86.org/bolin/bolin.html
| > |
| > | "Rob Giordano [MS MVP]" wrote:
| > |
| > | > Post a link to the offending page so we can see it.
| > | > ..
| > | >
| > | >
| > | > --
| > | > ~~~~~~~~~~~~~~~~~~
| > | > Rob Giordano
| > | > Microsoft MVP Expression
| > | >
| > | >
| > | >
| > | >
| > | >
| > | >
| > | > | > | > > How do I stop a sidebar from repeating on the wider screen monitors? I
| > | > > tried
| > | > > putting no-repeat in the html but that didn't work.
| > | >
| > | >
| > | >
| >
| >
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top