PDA

View Full Version : css issues


lollipop
11-07-2004, 04:30 PM
Hi all,

Have a quick question using custom css - I have created and uploaded a custom template, and it's own css file, but when I view the page, some of the css is obeyed and some is not. For example, in a text-oriented example, line-spacing and color of text is obeyed, but size is not. I have deleted runtime.css from the docroot, and I've double-checked the text editor is not formatting it either.

Any suggestions?

Thanks,
Lolly

Ruben
11-08-2004, 07:01 AM
you don't need to delete the runtime.css.

you need to copy some of the runtime.css classed into your custom.css file like #sohotext which specifies the size (if not specified somewhere else.)

it should work the way you would like to do it, but it looks like something is to 'over-rule' parts in your custom.css

you can also test it by uploading your index.html as the default template trough the template editor, where you upload your custom.css as a FILE through your filemanager. so you are sure its using only that template.

Ruben

lollipop
11-09-2004, 11:39 AM
Hi Ruben,

I've sorted thorugh the css now, to see what's controlling what. Got that pretty much straightened out - thanks!

Lolly