I have taken a few years off coding so have forgotten many of the tags. Here is my predicament. I have designed my site in Photoshop and am using tables to display it. Thats fantastic is working just as i want (i know i should be using css :P). The problem is i want the remainer to fill across the page.
SO i have my main site as i want it set centred. Now i have sliced of a 1 pixel of each changeing colour and am trying to code it so it fills the users browser 100% equally on each side.
Set width="100%" to your table. That will give you what you want...with some playing (and the best way you're going to relearn how to code is to play with it, break it, get pissed off, break it some more, get pissed off some more, and eventually either solve your problem or get help on it.)