Re: Unexplained boxes on all pages

2019-03-14 Thread Sam Hathaway
I think this rule (on line 635 of `RFCAStyle4.css`) is responsible: ``` div,p,em { margin:5px; padding:1px; background-color:white; border: 1px solid black; } ``` Hope this helps. -sam On 14 Mar 2019, at 10:30, Patricia Scott wrote: Hello again, Forum people, I am still having problems wit

Re: Unexplained boxes on all pages

2019-03-14 Thread bruce linde
hmm… more of an HTML/CSS question than bbedit, but there appears to be a 1px border defined in your CSS (style sheet). you can right click on any of those boxes to ‘inspect element’ and view the CSS… but all you need to do is change: div, p, em { margin: 5px; padding: 1px; background-color: whi

Unexplained boxes on all pages

2019-03-14 Thread Patricia Scott
Hello again, Forum people, I am still having problems with the website. Originally, it was looking just like it should. I did not change anything, but suddenly every syntactic element has a box around it: such as content.. I have used BBEdit for more than 10 years, so I am not a novice. I attac