Cheatsheet challenge project

I have been trying to make a table where my description column spans 2 columns using the colspan attribute, however the last row will not accept the attribute without resetting the whole table, if i leave the last one out then every other column does what i need it to do. Please advise so that i can get the last one to work.

3 Likes

Hi there!

Welcome to the forums.

I am not experiencing similar issues when duplicating your HTML. Could you share the HTML and any corresponding CSS within a three-backtick block?

```
HTML & CSS here
```

1 Like

I have managed to rectify the issue myself, I simply remade the table and have not gotten any issue after doing so. Thanks anyway :grin:

3 Likes