Table Borders

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
4/22/2013 12:59:20 PM
Gravatar
Total Posts 30

Table Borders

I am creating tables on web pages and setting border=0 and the border lines are still displaying

Any thoughts?

4/23/2013 8:17:24 AM
Gravatar
Total Posts 2239

Re: Table Borders

You probably have CSS being applied which specifies a table border. Check it using FireBug.

HTH,
Joe D.

4/23/2013 8:28:56 AM
Gravatar
Total Posts 30

Re: Table Borders

Thanks Joe

You are probably right

I am actually working a calendar issue as well and am having trouble finding the CSS files

Firebug reports everything as csshandler.ashx

Any suggestions of what files to look in outside of opening every css file in my skin?

I have made changes to style.css already and the changes did not effect anything

Any advise would be greatly appreciated

4/23/2013 8:55:12 AM
Gravatar
Total Posts 18439

Re: Table Borders

css handler combines the css files in the order that they are listed in style.config. Based on the position of the rule within the output css and looking at the list of files in style.config you should be able to guess/narrow down which file has it.

After editing any css, you need to go to Administration > Advanced Tools > Design Tools > Cache Tool and click the button to reset the skin guid. This will ensure that the browser loads the updated css.

Hope that helps,

Joe

4/23/2013 9:31:09 AM
Gravatar
Total Posts 30

Re: Table Borders

Awesome Joe!!!!

Bad job by me on my training

All my changes came in

Moved my site to the production server successfully today

You must sign in to post in the forums. This thread is closed to new posts.