I’m still trying to figure out Christian Nordbakk‘s skin, so I can convert it from .Text to b2e. Beginning from scratch with just a single HTML file and the CSS style is the way to go. I have the header right, the shadow/glow effect works, and what’s left is the leftmenu (that I want on the right) and the main content area.
Because I stripped all the table
elements, things didn’t look good at first. Why did I strip table
? Somewhere, someday, perhaps when I was drunk, I read on the internet that table
is not a valid CSS 2.0 or XHTML 1.0 tag. However, now looking for some documentation again, I see that table
is implemented in CSS 2.0 and in XHTML 1.0. What was I thinking? Tables make life a lot easier. Trying to position text with div
and span
is difficult, whereas the table
tag seems to be made for weblog-pages 😉
This is the result sofar: