Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Screen resolution?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

aviv
Junior Member

474 Posts

Posted - 09 July 2002 :  08:34:41  Show Profile  Visit aviv's Homepage
Is there a script for displaying the Snitz forum at any
resolution?
my forum view at his best only on 1024X768.



ThanX
Aviv

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 09 July 2002 :  08:37:31  Show Profile  Visit Kat's Homepage
nope - you should really choose a resolution to design for and stick to it. if people view it differently then you can't control that. we tend to go with 800x600 but sometimes 1024x768 if the customer permits it.

KatsKorner

Installation Help | Snitz Mods | Forum Hosting
Go to Top of Page

aviv
Junior Member

474 Posts

Posted - 09 July 2002 :  11:50:10  Show Profile  Visit aviv's Homepage
Then how come in some forum i saw,it make's no diferent what resulotion
ur the forum looks o.k?


ThanX
Aviv
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 09 July 2002 :  12:10:09  Show Profile  Visit Kat's Homepage
Probably based on percentages and allows wrapping.

How come you have yours set to 1024x768?

Got a link?

KatsKorner

Installation Help | Snitz Mods | Forum Hosting
Go to Top of Page

aviv
Junior Member

474 Posts

Posted - 09 July 2002 :  12:54:15  Show Profile  Visit aviv's Homepage
http://www.aviv2000.com/test33
i have the menu on the side.


ThanX
Aviv
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 10 July 2002 :  04:19:28  Show Profile  Visit Kat's Homepage
It is really difficult to read it because of the language.

However, do you have the whole thing inside of one table with its width at 100%?

Like this:

<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>this contains the forum</td>
<td>this contains the menu</td>
</tr>
</table>


That way it shouldn't matter if the resolution changes, it will resize itself to fit.


KatsKorner

Installation Help | Snitz Mods | Forum Hosting
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 10 July 2002 :  07:21:29  Show Profile
quote:

Is there a script for displaying the Snitz forum at any
resolution?
my forum view at his best only on 1024X768.

ThanX
Aviv




with CSS that must be OK,

add this


textarea
{
width: 100%;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px;
color: #000;
padding: 2px 2px 0px 2px;
}


to the <style...> </style> in your inc_top.asp page. important one here is the width.. part. you can remove others if you want.

Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 10 July 2002 :  12:02:18  Show Profile
aviv if you look at your source html you'll see that you have a table, the one that contains your logo set to 950, you can try setting that to 100% and see what happens. I noticed something else, the table at the top of your page, the one containing the text-1024x768, is between the </head> and <body> tags. I would try to add it below the body tag.

--------Brian.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07