1
I'm working on a new theme and I'm having trouble figuring out how to do something. (I'm new to CSS, so I stumble a lot!)
I'm rearranging things a bit so that the module content appears above the center blocks. The center blocks all have the same kind of border around them as the theme for the main XOOPS site, but I want the module content to only have a border on the left.
I tried using a
tag and creating a new style in the style.css file (.CenterMainContent) and assigning it to the DIV class, but that didn't work. I tried doing the same thing by creating a custom TD style, and that didn't work. Then I just tried
and that didn't work.
I've been Googling for tutorials that would tell me how to do this and came up with nothing. Anyone want to offer some wisdom?
Thanks!