 | [Solved] forum template size |  |
Posted: 04/07/2007 4:01 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:25 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] forum template size |  |
Posted: 04/07/2007 4:20 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:25 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
is it even possible...  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: forum template size |  |
Posted: 04/07/2007 4:37 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:25 AM
Location: St Pete, FL
|

|
|
|
|
 |
Yes, you can change the width of the very first table in your overall_header to 760. It might look like this when done:
| Code:
|
|
<table border="0" width="760" cellpadding="0" cellspacing="0" align="center">
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] forum template size |  |
Posted: 04/07/2007 4:43 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:25 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
I can't find the section
| Code:
|
|
<table border="0" width="760" cellpadding="0" cellspacing="0" align="center">
|
So the code above is what it might look like after I’ve changed the size... what is the original code? I can find it using a text editor then  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: forum template size |  |
Posted: 04/07/2007 4:54 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:25 AM
Location: St Pete, FL
|

|
|
|
|
 |
Yes, just search on <table in your overall_header.tpl file. The first one you find is the one you would adjust the width and make sure the align is set to center...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] forum template size |  |
Posted: 04/07/2007 5:09 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:25 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
Hmm, can't seem to get it right. 760 goes way out but no matter if i try 40%, 60% and 70% i just get the same as it is now using
| Code:
|
|
<table width="40%" cellspacing="0" cellpadding="10" border="0" align="center">
|
|
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] forum template size |  |
Posted: 04/07/2007 5:11 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:25 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
i think i know whats happening is that the template size is matching the pm box  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: forum template size |  |
Posted: 04/07/2007 6:16 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:25 AM
Location: St Pete, FL
|

|
|
|
|
 |
What PM box???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] forum template size |  |
Posted: 04/07/2007 7:20 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:25 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
tbh im not sure whats happening lol
when not logged in the template is like 75% but when logged in the template goes a little smaller say 70%
login Nightrider and you'll see what I mean then m8 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: forum template size |  |
Posted: 04/07/2007 7:28 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:25 AM
Location: St Pete, FL
|

|
|
|
|
 |
Yes, the reason that it is wider when logged off is because there are more menu options on the top line of the menu. The width can't get narrower than the contents of the line, so it doesn't matter what you use for the width setting at that point. If it was actually going to 40%, the forum body would be extremely narrow...
You can fix that by adding another row on the menu, making each row smaller...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|