well the way it works now, is you have the first image, wow4_01.jpg that takes the whole left side, right down to the top of the main menu. on the right you actually have 2 images, a much larger one that also comes all the way down, is 90% black, and has that border at the bottom, then a third image that sits inside of the black area of the right image.
What i'd like to do is make it one banner on top of one smaller image that is the border... let me draw it out
now:
Code:
-------------------------------------------------------
| | ------------------- |
| | | | |
| | | | |
| | -------------------- |
---------------------------------------------------------
proposed:
Code:
---------------------------------------------------------
| |
| banner |
| |
---------------------------------------------------------
| border |
---------------------------------------------------------
we can keep the table stuff so that it centers the image if you want, maybe make the "border" the full image and center the banner inside of it...
Code:
---------------------------------------------------------
| ------------------------------------------
| | | |
| | | |
| -------------------------------------------
-----------------------------------------------------------