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
- Design Patterns for Securing LLM Agents against Prompt Injections - 13th June 2025
- Comma v0.1 1T and 2T - 7B LLMs trained on openly licensed text - 7th June 2025
- The last six months in LLMs, illustrated by pelicans on bicycles - 6th June 2025