Customize The Header

If you need to change the header of your pages, this tutorial should help!
Image 1
What File Controls The Header?
The header for your pages is in "inc/top.inc.php" and is "included" in most pages, so you can make one chage and see the change on all the other pages.
How Do I Edit It?
Lets understand how your header is setup so it'll be easier to find the parts to change.
The Parts
Image 2
If you look closely at the graphic above, you can see borders separating the header area into 3 parts. From left to right, the first area is a small buffer zone. Area 2 is where the logo resides, and the third area is for the language translation flag images.
Image 3
When you open the "inc/top.inc.php" file in your favorite text or webpage editor, you will find the code above at the top of the page. Although the numbers and colors aren't in your file, the image #3 above shows the sections of the header using the matching numbers with the image #2, and with the areas separated by color. #1 is the small buffer zone, #2 the logo area and #3 is the language flag images area.
The td (table data) tags are sized using percentages. You could change them easily to pixels if you wish by changing each td width="1%" to td width="5px" (or whatever size you want for each) in each of the three areas.