ISSUE USING TABLES

User 2747726 Photo


Registered User
27 posts

Hey,
When I drop a table element onto a span, the top row(head) of the table is highlighted white (I'm using black bg so it's quite an eye sore). While I'm sure I could just delete that out of the HTML when I'm ready to publish, that isn't ideal for fine tuning the fluidity of the layout.

Maybe it's starring right at me, but I can't figure it out.

Thanks in advance.
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Seems that there might be a bug as I can't get it to change inside the app. I did it with code.
You can either add a custom.css and link to it in your layout or add this to the header in RLM. It won't show until after export.
<style>
.table thead.head{background: #000000;}
</style>

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2747726 Photo


Registered User
27 posts

Thanks
User 476017 Photo


Ambassador
375 posts

Eric Rohloff wrote:
Seems that there might be a bug as I can't get it to change inside the app. I did it with code.
You can either add a custom.css and link to it in your layout or add this to the header in RLM. It won't show until after export.
<style>
.table thead.head{background: #000000;}
</style>


having the same problem dropping a table element into a span
cannot work out how to add properties eg font colour background colour row height etc for table header <th> row <tr> cell <td> etc
is it a case of hand coding after exporting the layout
Dave Butler
Yorkshire
England

Old Rishworthians Rugby Union Football club http://www.orrufc.co.uk
Tuxedo Junction Yorkshire Function Band http://www.riley-tuxedojunction.co.uk
The Commons Guest House http://www.thecommons-guesthouse.co.uk
all created with Coffee Cup html editor
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

You can code it in after or add it to the head area of you pages.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.