View Full Version : Is there a way to do this?


MTMFan
08-08-2006, 04:33 AM
I currently run a fanlisting at (http://mtmshow.cjb.cc/murphy/) http://mtmshow.cjb.cc/murphy/. My host has recently given us access to MySql, so I'm trying to switch to PHPFanlist. It also includes CSS, which I've never worked with before. Is there a way I can duplicate the layout that I have (w/ the iframe and everything) in CSS? B/c I really like that layout, and I'd hate to have to start from scratch.

Any help would be appreciated!

- Kristen

Arwen
08-08-2006, 09:31 AM
You can't make your layout with only CSS, because CSS is used to customize the look of your page and not your page stucture. However, you can add a stylesheet to your page, so you don't need to change the font color all the time. :) You can learn more from here (http://www.lissaexplains.com/css.shtml).