Author |
Topic |
|
MRWebmaster
New Member
76 Posts |
Posted - 18 December 2002 : 20:07:11
|
All of my website content is encapsilated in a table that is 780px wide and centered. All of my navigation is up top in a seperate table.
I want my entire Forum INSIDE the main table underneath the nav table. So what file(s) do I have to manipulate? And what's the easiest way of going about this?
Thanks! Matt |
Edited by - MRWebmaster on 18 December 2002 20:08:20 |
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 18 December 2002 : 20:38:54
|
You will need to change ind_header.asp and inc_footer.asp with the relevant start & end tags in both. I doubt there is anything else you will need to change, but maybe the graphics will push your fixed-width table a bit wider. You can relocate the navigation and do a lot of things ... look at www.serverhacker.com for another navigation idea (this site is Snitz) |
|
|
MRWebmaster
New Member
76 Posts |
Posted - 18 December 2002 : 20:43:00
|
Thanks laser! That's all I needed to know! |
Edited by - MRWebmaster on 18 December 2002 20:47:25 |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 19 December 2002 : 02:35:04
|
No probs ... sounded like you only needed a small push |
|
|
MRWebmaster
New Member
76 Posts |
Posted - 21 December 2002 : 14:13:34
|
Going along with my previous question, I need to set the width of EVERYTHING to 780px rather than a percentage, UNLESS I can figure out how to WRAP everything in a 780px wide table in which then the 100% percentage would work.
I started looking through code to find the table widths. I set a couple widths to 780 and it worked fine, but then other pages were still 90-95% wide. My question is, how many different places do I have to change the <table width> attribute? OR, is there an easy way to wrap the entire forum in a table? (If I were to wrap everything in a 780px wide table, would I have to have the <table>'s opening tag in the inc_header file and the closing </table> tag in the inc_footer? One of you who is familiar with the code structure should be able to easily answer my questions. Thanks!! |
Matt Brown, MCP MetalReview.com Discussion Board |
Edited by - MRWebmaster on 21 December 2002 14:16:00 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 21 December 2002 : 14:27:10
|
I would suppose the best option would be to enclose the whole forum in a table, with the width set to what you want, yes. Also the opening table tag should be set in inc_header.asp and the close tag in inc_footer.asp, yes. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
MRWebmaster
New Member
76 Posts |
|
|
Topic |
|