Seriously, I’ll give you a shillin’!
January 4, 2006If you fixed the margins of my blog! ughhhh it’s driving me crazy…
By the way, I do carry Jordanian shillin’s in my bag all the time and when I tell someone I’d give him/her a shillin’ , I DO mean it!
Yea that’s all, I’m off from work until Sunday, then off again until Thursday. I hate private sector!

what are you trying to do?
get rid of the space between the main content area and the sidebar?
Comment by Oleander — January 4, 2006 @ 7:12 PM
Oleander, lol yea!
Comment by SugarCubes — January 4, 2006 @ 7:20 PM
man.. your stylesheet looks like a 7jaab!
i’ll try, are you using IE or a different browser? cause the site looks different on firefox
but i want that shilin damnit
Comment by Oleander — January 4, 2006 @ 8:14 PM
Wait, you mean the space between the text and the border of whatever it’s in, right? As in the text in this comment and the border of the white comment box it’s in, right?
Comment by Hamzeh — January 4, 2006 @ 8:19 PM
Oleander, lol its not that bad, is it? I use firefox
Hamzeh, no I mean the right margin of the blog, you have to scroll to the right a bit in order to view it. of course thats not everything, but once its fixed I can know what else went wrong. I hate it when it happens, I spend the whole day trying to figure out the problem.
Comment by SugarCubes — January 4, 2006 @ 8:52 PM
Wow, both the HTML and the CSS need a bit of clean-up. Here’s the fix I think you are looking for.
Replace the following table tag (line 40)…
…with this:
(You can rename the “wrapper” class to whatever you like)
Then add this line of code into your CSS file (wp-layout.css):
table.wrapper { margin: 0 auto; padding: 0; }
Comment by David — January 5, 2006 @ 10:54 AM
That didn’t work. Apparently the “code” tags are a bit messed up. Let’s try again…
Replace the following table tag (line 40):
ble align=”center” cellpadding=”0″ cellspacing=”0″>
with this:
ble class=”wrapper”>
Then add the line of code in the above comment to your CSS file.
Comment by David — January 5, 2006 @ 11:00 AM
Crap. This form is so screwed. Those first two lines where supposed to start with the word “table”.
Comment by David — January 5, 2006 @ 11:01 AM
David, thanks a lot but it still not working. BTW my table tag is correct, I don’t know why when you copied it it appeared with the “t” missing.
Comment by SugarCubes — January 5, 2006 @ 11:32 AM
I see why it’s not working. You copied and pasted the code, which put the wrong type of quotation marks in the code (which the browser can’t parse). Go back to “wrapper”, delete the quotation marks and retype them. That should do it.
Comment by David — January 5, 2006 @ 1:17 PM
Oh, and it wasn’t your table tags that were messed up. When I tried to type the code into this comment form, it wouldn’t parse the closing tags. This is evident in my first and second comments where bits are missing.
Comment by David — January 5, 2006 @ 1:20 PM
Thanks a lot David! now I can work on what I’ve messed up while trying to fix the margins :p
Comment by SugarCubes — January 5, 2006 @ 3:32 PM
My pleasure.
Comment by David — January 5, 2006 @ 4:15 PM
a well deserved shilin for David
good to see the problem straightened out
Comment by Oleander — January 5, 2006 @ 4:26 PM
Oleander,hehe yea he earned it
a shillin’ goes to each person replied too
Comment by SugarCubes — January 5, 2006 @ 4:28 PM
I want my old template back…I’m unable to fix this.
Comment by SugarCubes — January 6, 2006 @ 1:23 PM