1

Topic: US Civil War Online - CSS Integration

Well, I have been working on getting PunBB integrated with my site using CSS and I have been fairly successful.

I still have a few bugs to work out and I am still working on issues with the way PunBB appears in IE, but in FireFox and Opera it looks pretty good.

http://www.uscivilwaronline.com

2

Re: US Civil War Online - CSS Integration

VERY nice integration! Good work!

Hmmm.

Re: US Civil War Online - CSS Integration

Wow that's a nice one big_smile

"That's the worst mistake you ever made."
   - Wolverine, Ultimate Spider-Man

4

Re: US Civil War Online - CSS Integration

Thanks... it's pretty basic but I am happy with it...

sometimes less is more smile

5

Re: US Civil War Online - CSS Integration

I'm still working the IE issue.. I can't seem to figure out where the mixup is located in the CSS structure...

6

Re: US Civil War Online - CSS Integration

It's the font size in default.css..

http://www.uscivilwaronline.com/default.css

body {
    background: #6A6D7C;
    text-align: center;
    [b]font: .7em Verdana, Arial, Helvetica, sans-serif;[/b]
    margin: 0px;
    padding: 0px;
}

7

Re: US Civil War Online - CSS Integration

Thanks Elzar... with a little tweaking I think I have it working how I want it...

Muchos Gracias