skinning problems

Ok Thanks. So in order to permanently change it I need to go in and change the file on the server right?

Yup

Ok. I just got done messing with it and did everything I could. However, even if I made the nav bar bigger everything stayed the same. So I believe something else is wrong, which prevents my created pages from showing up. Thanks.

What’s the link again?

Sorry: http://www.patva1.comli.com/phpvms

You’ll have to change the width of the table, or reduce the padding on the nav bar items to fit more stuff in

The table width is already at 100% and it will not let me make it any wider, unless I am looking at the wrong thing. Here is the entry I was looking at:

<table cellspacing=“0” cellpadding=“0” border=“0” width=“100%”>

It was in the HTML file, and when I made the width say 75% it made the entire skin narrower. So I think it is the right place it just won’t let me make it bigger than 100%.

I played with ti some more. I figured out how to do many things but still the pages do not show. Is it a limit caused by the actual skin? No matter how big I make the width once it gets to 100% it does not get wider. If I need to I can change skins, but I would like to keep this one.

There’s a container div, you probably need to expand the width of that. (the outermost div)

There is a “linkcontainer”, but it has the same problem.

This is the only container div I could find. I think it is right because it changes the width of the nav bar, but once again it is at 100% and will not go any bigger. Thanks for the help so far.

<table class=“linkcontainer” cellspacing=“0” cellpadding=“0” border=“0” width=“100%”>

Instead of 100%, try specifying a pxel amount (eg, 970px)

That worked to an extent, it did make the nav bar wider, but there is still a spacing issue between the buttons. I attempted to add a width value to the actual buttons but it did not work.