Okay, so I like my layout. It makes me feel warm and fuzzy inside. But It's got some issues that I can't pinpoint. (Aside from the pages missing the bottom) So I want to change it up a bit. Any sugjestions? No changing the color scheme or red and black though. It's been that way for years and I like it like that.
Ok. This layout could work great. The thing that stands out to me that I hate though are all the multiple borders around everything. You really want to minimize and standardise that!
The red border is fantastic. But all those grey boarders are ugly. I would just use one single grey boarder around everything that's below the comic page. I'd make those two red segments the same width as each other and I'd make the thin
doublbe borders around the comments and comment box the same width as each other.
Oh, and I'd put a space between the comment stuff and the red author comment box things. I'd also put the Drunk Duck blue thing that's down the bottom of the page outside of the red border.
Grey borders? Oh! You're on fire Fox. Ech that does look nasty. I noticed that lots of codes don't work in fire fox but this is a new one. Trust me, It look alot better in IE. Oh, that's terrirble.
However, I don't know how to fix that. My layouts are table based and in firefox you can't use table borders without nasty grays. I can just make the borders 0 but it won't look too good, but at least better.
Thanks for pointing that out!
And how do you move the blue drunk duck thing? I have no idea, honestly.
"Ayrisesiran" Said: And how do you move the blue drunk duck thing? I have no idea, honestly.
I have no idea... your border must be just mgically surrounding it. html always does wierd stuff :D
Ha! I didn't even think to look at your borders in IE, how stupid of me. -you can work much better with borders if you use CSS. It's actually easier than html border code and it can be used with tables too! The only problem is you have to learn a bit about how CSS works first
Hang on! I see you DO know how to do CSS!
Ok, you can define a border style like this:
.border1 {
border: 2px solid #660000;
}
And to apply it to a table, simply insert it as a calss inside the table definition, like so:
<table width="400" border="0" cellspacing="0" cellpadding="0" class="bordercom">
See? MUCH easier than defining every single edge of the border every time, and it works just the same in either IE, Firefox, or any other Mozilla borowser
Anyway, yeah, the borders are a better colour in IE, but they'd still look better if you used less of them around the comment and author stuff, as well as making them match sizes with each other.
Ah, defining it at the top instead of the table itself. Crafty. I should do that... But I took the visable borders out of the page altogether.
Well, now the page works completely in Firefox and some Assorted errors in IE. Fanciful.
Well, the black and red look really good together like that, but there are new problems now
All sorts of extra space is added to the top and bottom of the page in firefox so you have to scroll down a long way to get to the comic, pluss the bottom border of the comment box is gone.
In IE the bottom Drunk DUck table has dissapeared entirely. argh!
-you don't need to have that drunk Duck logo in your template at all if you don't want: the DD bar at the top of the comic removes the need ^^
Um, I don't know if this will help or not, but it's a red and black version of my simple Black and White Template. It works the same in both Firefox and IE, you can do what you like with it:
Yeah, it probly just took a while to relay. I think I reloaded those pages like twenty times.
Heh... I just like the big logo there. I took it out of all of the extra pages, but having it on the index reminds me of olden times. I'll take it out eventually, probably when I update the layout again.
Thanks for the code, it'll be way useful on my website, and I'm sure on DD, too. There's lots of codes that I don't normally use in the CSS, so it will be nice to have the referance.