Question : Left and right sidebars stuck in middle of site

1.How do I move the yellow sidebar 1 to the left  and orange sidebar 2 to the right of the page?

http://nsitedesigns.com/nsitedesigns/exotic/2.html

I know the lady at the top left and man/child top right are negatively impacting the layout integrity but I can't figure out how to keep them in place AND keep the 3 column layout.  I had to save the illustrations of the people as png so that the nav bar could rest behind them.  

Here is how the layout is supposed to look;
http://nsitedesigns.com/nsitedesigns/exotic/layout2.html

Answer : Left and right sidebars stuck in middle of site

Setting the triple state property to NO as cap1 suggested will work.

cyberkiwi's suggestion can also be modified to accomodate NULLs (which you get in a triple state check box that has not been used yet - showing up as grey instead of checked or clear):

If  nz(CHK1,0) + nz(CHK2,0)  + nz(CHK3,0) = 0  Then


The NZ function checks for NULL values, and substitutes some value (in this case 0)  for nulls when they are found.
Random Solutions  
 
programming4us programming4us