It isn't you, Sharon1973. You're not doing anything wrong.
It's actually a combination of the toolbar that generates the table not doing what it's supposed to and Firefox doing exactly what it's supposed to. You ARE using Firefox, right?
Without getting too technical: International standards are created for all computer languages so that different computers and applications can play nice together. Software companies follow the standards, everything works more or less they way it should. This leads to software users who are generally happy and programmers that are somewhat less cranky.
However, there are some companies (microsoft) that have a history of ignoring these standards for their own purposes and getting other people to also ignore these standards through coercion, marketing, etc.
Unfortunately, what you're seeing is a result of this. The folks at Firefox being the rebels they are, created a browser that adheres to the international standards. The toolbar is creating the tables with a Microsoft-only syntax.
All is not lost however if you're feeling a bit daring:
When you have the table creation window up and select a bordercolor, a value will be written to the box labelled style. Change that value from this:
border-color: #339933; border-width: 4px
to this:
border:4px solid #339933;
Keep the numbers the same, just change the other stuff. Below are two tables. The bottom one should have a red border.
There is
| a bordercolor
|
in | Firefox
|
Sharona1973 - 2006-11-02 8:56 PM
I've been trying to get my tables in my blog to actually have border colors...as in you can actually see the tables instead of just the values. Am I missing something? I select border colors but nothing happens. I was able to select a background color, that seems to work. What am I doing wrong?
Thanks for the help.