Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternate row colour on table (white, light-purple) #162

Open
jakebolam opened this issue Feb 7, 2019 · 3 comments
Open

Alternate row colour on table (white, light-purple) #162

jakebolam opened this issue Feb 7, 2019 · 3 comments

Comments

@jakebolam
Copy link
Collaborator

Alternate row-colour on the table (see image).

Note: We can't use <style> tags in markdown, we may need to use JS and change each row manually.

@tbenning comments:

you could change the bg of every other row to light purple

pasted_image_at_2019-02-06__7_26_pm

@Berkmann18
Copy link
Member

Bear in mind that inline CSS is also filtered out so unless I missed an approach, using HTML attributes are the only way to get around this problem.

Berkmann18 pushed a commit that referenced this issue May 24, 2020
* fix(Analytics): log user correctly

* snaps

* snaps
Berkmann18 pushed a commit that referenced this issue May 24, 2020
@tenshiAMD
Copy link
Member

HTML attributes are the only way to get around this problem.

@Berkmann18 so that means using bgcolor something like this <td bgcolor="red">22</td>. Is this correct?

@Berkmann18
Copy link
Member

Last time I tried, that wasn't working, and I don't think GH changed how it treats HTML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants