Loading...
 
Themes

Themes


Re: Help with css

Japan

Seems like giving table.box-title td a text-align: left property would do it, in combination with other things, but that didn't work. I probably shouldn't jump into this cold, but after trying "text-align:left" on everything in sight without success, was able to make the box titles left justified with

span.box-titletext {display:block; float:left}


though this seems kind of extreme for this job.

-- Gary

There are no comments at this time.