oxicottin,
You are posting the same issue about your template in multiple threads????
Yeah different titles but the same issue
oxicottin,
You are posting the same issue about your template in multiple threads????
Yeah different titles but the same issue
Yes I ran across this while asking for help for round corners. I asked for help from clyde to solve it and move on with my corners issue. Clyde used a diferent server so I posted in the approiate area to get my server issue resolved and to get it out of this thread. Sorry for the confusion!![]()
Clyde, it worked but it did a small section in the center of the page. HERE is a screen shot. I wanted the Main Wrapper to be round at the corners. Am I doing something wrong? Thanks!
Clyde's instructions were for rounding the center column. To round the mainWrapper, you should be able to transfer the code to just below the <div id="mainWrapper"> and the ending code to just above the mainWrapper </div>. This will be just above the
<!--bof- parse time display -->
comment.
Yes that is what I needed. Thanks! one question though? It wouldnt go all the way down the page. The section what shows the banners I had to turn off the banners to make the bottom of the page just under the copyright so it didnt show that section. Is there a better way of doing this? Thanks!
Last edited by oxicottin; 27 Aug 2007 at 05:26 AM.
The bottom banner display is outside of mainWrapper. You may be able to move its section of code to inside mainWrapper (and the rounding code) in tpl_main_page,php. If that doesn't work right, you can move the rounding code to above mainWrapper and below the banner code, in a new div to encompass all of them.
Have any of you used nifty corners or nifty layout? I see there is a template that included this. I was wondering which you liked better?
vicky
Ok I got it to go around the bottom banner but now my banner "banner6" and "centerColumn" has shifted **See Attachment**. Im thinking I put the second portion of code in the wrong place but I have tried it in diferent sections of the tpl_main_page.php and I keep getting the same results. here is where I placed the code.
Top portion:
Bottom Portion:Code:<?php } } ?> <div id="mainWrapper"> <div class="xsnazzy"> <b class="xtop"><b class="xb1"></b><b class="xb2 color_a"> </b><b class="xb3 color_a"></b><b class="xb4 color_a"></b></b> <div class="xboxcontent"> <?php
Thanks!Code:<?php } } ?> <!--eof- banner #6 display --> </div> <b class="xbottom"><b class="xb4"></b><b class="xb3"></b> <b class="xb2"></b><b class="xb1"></b></b> </div> </body>
Last edited by oxicottin; 3 Sep 2007 at 07:18 PM.