I realize this has been discussed to death. I have read the users guide thoroughly. I have read many of the support threads and I still do not find an answer. I want to create a table that has a border all around it and a border below the first (header) row. Without using HTML I get a border on top and left. I am willing to accept it might be a size of table issue (as some have suggested) but do not know how to correct regardless. I have tried going in cell by cell but get borders on right and bottom of cell which works for header but not others. I remember borders in a previous version used to show up with style for each border of a photo(i.e. Border-right; border-top etc.) I tried those but really do not remember the exact style name. I am pretty comfortable editing the HTML if the answer lies there. If this helps, my preview shows the border as it appears in Editor which would be OK also or at least better. I was not able to upload a DOC or PDF but have a sample at http://www.mvbuyeragents.com/logo .
Thank you for any help. Took a rainy day off from work and decided to finally tackle this issue.
Wed, 05/09/2012 - 21:53
#1
Re: Table Borders
If you add this to your stylesheet you'll get the results that you want:
Personally I would use a class on the table so it doesn't affect other tables but that's up to you.
Re: Table Borders
I played with HTML a bit and was able to edit the table style and now have a bottom border. Not sure where the other styles go or exactly what the format is.
Not sure I understand why not an FCKeditor question. Is it impossible to create a teble with border all around with editor?
I have never been able to find a list of class codes but would love to have someone explain how I could use that to create a border.
Re: Table Borders
Thanks for help.