CSS Help Wanted

Hello Web Experts

I’m knocking up a website from an open source CSS template. I haven’t decided which one yet, but here’s an example of the issue I want to over come:

oswd.org/design/preview/id/2976

I’d like to be able to use the margins to put links and stuff in- does anyone know how to ‘unlock’ those spaces?

Thanks in advance.

I have a book you can look at if you haven’t figured it out already.

Thanks, mate-- but I was hoping that someone would just tell me the answer rather than me having to learn a whole thingumy language.:wink:

I am NO expert. But I find that one can Frankenstein a site, bits here and there.

Case in point: I spent a few hours finding the code to show a larger pic from a thumb on mouse over. Had to really dig into the js file to get it to suit our site, but got it working nicely: www.theitalianjobtaipei.com

And I don’t think I could write the code for a table if my life depended on it.

But I…

Google.

I am sure there are better solutions than the two below; tables are outdated but easy to use, but the one from dynamicdrive.com would need more work.

You could put the whole center column div in a 2 or 3 column table.

PUT YOUR LINKS HERE PUT THE CENTER COLUMN div HERE OTHER STUFF

or

dynamicdrive.com/style/layou … uid-fixed/

just change the code so that template fits into the center column.

hth

a