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?