http://questofthesilly.keenspace.com/
I redesigned it a bit today. I'm not sure about the colors of the backgrounds and about how things work together in general. I'd appreciate some comments.
Thanks!

Eh? I thought I removed most of the wood. Are you talking about the newsbox? Or did you write this before I removed All the extra wood?DarkArtist wrote:That faux wood strip that runs not quite down the center of the page
How about if I tried adding a bit of a stone texture to the bricks? If I do that, I'm gonna make them have way less contrast than the buttons. They shouldn't fight the foreground, of course.DarkArtist wrote:I just can't get myself excited about the fake bricks either. They look just to fake, even more so when you mix them with the real stone texture that is on your title and link buttonns.

Code: Select all
</br>
<a href="http://questofthesilly.keenspace.com/"><img src="/images/comic_name.jpg" alt="Home" border=0></a>
</br>
</br>
<img src="/images/border_line.png" height=5 width=100%>
</br>
</br>
<a href="http://questofthesilly.proboards16.com/"><img src="/images/forums.jpg" alt="Forums" border=0></a>
</br>
</br>
<a href="/links.html"><img src="/images/links.jpg" alt="Links" border=0></a>
</br>
</br>
<img src="/images/border_line.png" height=5 width=100%>
</br>
</br>
Like my comic? Click here!
</br>
Code: Select all
<p><a href="http://questofthesilly.keenspace.com/"><img src="/images/comic_name.jpg" alt="Home" border=0></a></p>
<p><img src="/images/border_line.png" style="height:5px; width:100%;" alt="" /></p>
<p><a href="http://questofthesilly.proboards16.com/"><img src="/images/forums.jpg" alt="Forums" border=0></a></p>
<p><a href="/links.html"><img src="/images/links.jpg" alt="Links" border=0></a></p>
<p><img src="/images/border_line.png" style="height:5px; width:100%;" alt="" /></p>
<p>Like my comic? Click here!<br />

Think of all attributes as strings. XHTML is mostly style based so you get to add the units to your values. For example, width:100%; is much different than width:100px; or font-size:100pt;CodeGuy wrote:On the the issue of putting numbers inside quotes, is this just a style thing, or will it actually break something?
Aren't you a programmer , Faub? That just cries out against all my C++ instincts.