Creating new skin

How hard would it be to create a “website” really a skin that would have the basic layout of the image below. (Please note that the image below is not the final site, just a layout map.) The only thing I’m worried about is the scrolling information/news bar.

61webbasiclayout1jpgacdda7e42376c34a2215b14231f89102

It really wouldn’t be that hard. Just make sure you have everything laid out correctly then give it some style sheet. The scrolling information wouldn’t be that hard to add in it could just be a marquee with whatever you wanted to add, just make it its own div and style right below the header.

Ok, thanks.

did you look at some of the skins i released?  A couple look like that.  Here is how to marquee..

<marquee dir="ltr" behavior="scroll" onmouseover="this.stop()" onmouseout="this.start()">PUT YOUR TEXT HERE</marquee>

Thanks Roger, that will help a lot.