mersyone
Registered
Hello All!
So I've been recently trying out HTML coding on my own, learning something new everyday. But, I'm at a point where I don't understand why the "style" attributes" for the <td> tag aren't working anymore.
I'm just trying to put padding on some table cells to fix some alignment issues. I've used the "style" attribute before (e.g. <td style="padding-left:25"></td>), but now it seems to not be working. I am not doing anything different.
Can this maybe be affected by it's "parent" tag (like <table>)?
OR I was also thinking it might be the !DOCTYPE that's causing it.
...I just don't understand.
Any help...
So I've been recently trying out HTML coding on my own, learning something new everyday. But, I'm at a point where I don't understand why the "style" attributes" for the <td> tag aren't working anymore.
I'm just trying to put padding on some table cells to fix some alignment issues. I've used the "style" attribute before (e.g. <td style="padding-left:25"></td>), but now it seems to not be working. I am not doing anything different.
Can this maybe be affected by it's "parent" tag (like <table>)?
OR I was also thinking it might be the !DOCTYPE that's causing it.
...I just don't understand.
Any help...