开发者

HTML Tables not accepting width

开发者 https://www.devze.com 2023-03-14 17:18 出处:网络
http://www.trileafweb.com/email.html Why will these TD tags toward the bottom not accept my width of 300px? I cannot understand it for the life of me :/

http://www.trileafweb.com/email.html

Why will these TD tags toward the bottom not accept my width of 300px? I cannot understand it for the life of me :/

I will put width="300px" on it and then go to inspect element it says its got a width of 255px in开发者_如何学Gostead... I hate tables...

I am using tables for layout because it's going into emails as a newsletter of sorts. It's becoming a huge pain.


In the rows above you have 3 columns. This is causing the issue. You need to set one column of the 2-column rows to colspan="2"

0

精彩评论

暂无评论...
验证码 换一张
取 消