Hi. Can someone take a look at this and please tell me if i can change it and if so, how?
<!-- m --><a class="postlink" href="http://www.menustoday.com">http://www.menustoday.com</a><!-- m -->
I would like to change how wide this nuke skin appears....i want it to be the entire width of the screen, not with the gray showing on the sides.
Also, look at my forum:
<!-- m --><a class="postlink" href="http://www.menustoday.com/modules.php?name=Forums">http://www.menustoday.com/modules.php?name=Forums</a><!-- m -->
See how jacked up it is with the width, etc? How can i fix it so that it doesn't have all those edges and so that it appears seamless with the rest of the site, like this page:
<!-- m --><a class="postlink" href="http://phpnuke.org/modules.php?name=Forums">http://phpnuke.org/modules.php?name=Forums</a><!-- m -->
Thanks so much for any and all advice! I appreciate it more than you know!does anyone have any knowledge of this? please help! Thanks.I don't know anything about PHP-Nuke, but if it's similar to POstnuke (and I bet it is), the width of your page is defined and set in your specific theme. Again, in Postnuke, you would check your theme.php file and also your appropriate stylesheets for any width definitions and change them accordingly.
Sorry if this doesn't apply to you.I haven't used php nuke in a long time but you probably have to edit your header template. In there find any table with a 780 width such as:
<table width="780" border="0" cellspacing="0" cellpadding="0">
and change it to 100% like this:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- m --><a class="postlink" href="http://www.menustoday.com">http://www.menustoday.com</a><!-- m -->
I would like to change how wide this nuke skin appears....i want it to be the entire width of the screen, not with the gray showing on the sides.
Also, look at my forum:
<!-- m --><a class="postlink" href="http://www.menustoday.com/modules.php?name=Forums">http://www.menustoday.com/modules.php?name=Forums</a><!-- m -->
See how jacked up it is with the width, etc? How can i fix it so that it doesn't have all those edges and so that it appears seamless with the rest of the site, like this page:
<!-- m --><a class="postlink" href="http://phpnuke.org/modules.php?name=Forums">http://phpnuke.org/modules.php?name=Forums</a><!-- m -->
Thanks so much for any and all advice! I appreciate it more than you know!does anyone have any knowledge of this? please help! Thanks.I don't know anything about PHP-Nuke, but if it's similar to POstnuke (and I bet it is), the width of your page is defined and set in your specific theme. Again, in Postnuke, you would check your theme.php file and also your appropriate stylesheets for any width definitions and change them accordingly.
Sorry if this doesn't apply to you.I haven't used php nuke in a long time but you probably have to edit your header template. In there find any table with a 780 width such as:
<table width="780" border="0" cellspacing="0" cellpadding="0">
and change it to 100% like this:
<table width="100%" border="0" cellspacing="0" cellpadding="0">