Why can’t I do style=“padding: 20px” and a border in the same div?
11th November 2013
My answer to Why can’t I do style=“padding: 20px” and a border in the same div? on Quora
You can’t have two style attributes on the same element—but you can have two styles rules inside the same attribute. Try this instead:
<div id="secondcontent" style="padding:20px; border:solid">
More recent articles
- Large Language Models can run tools in your terminal with LLM 0.26 - 27th May 2025
- Highlights from the Claude 4 system prompt - 25th May 2025
- Live blog: Claude 4 launch at Code with Claude - 22nd May 2025