View Single Post
  #1  
Old 09-05-2005, 06:54 AM
 
minhta minhta is offline
 

Advanced Member
  
Join Date: Aug 2005
Location: Sydney, Australia
Posts: 35
 

Default questions about adjusting website width.

Hi All.

This is my first post Hopefully one day soon I'll be one of you people answer posts to help others but for now any help is much appreciated.

I've edited rectangle_top.tpl and changed the following code in the <table> tag:

width="{$width|default:"100%"}"

to width="800".

Firstly, the $width in the code above suggests there should be a variable for the width of the table. Is this correct? If it is, then wouldn't it be better to go and set that $width value rather than editing the code? If it is, then where is this $width variable please?

Or is it better to just set the width="800" like I've done?

Also, after change the width value to 800, the website is sized at 800 pixels but my admin page also go resized to 800 pixels. Is there a way to resize the website to 800 pixels but not the admin section?
__________________
PHP v4.3.11
MySQL v4.0.22
Apache v1.3.33(Unix)
Reply With Quote