EDIT: I have clarified more. I appreciate the first comment. I have previously read the faqs.
I have default MVC code that puts a <dl><dt><dd>
, and instead of a dt and dd, I'm looking to show the image on the full row and not just on the "right column" or side of the list.
I'm not as familiar with dt/dd as compared to tr/td, so there's my confusion. If I add the img tag, it shows the image after Type and then the value of Type is pushed to another line - looks bad, and that's the problem at hand.
Example - Here ya go: https://dotnetfiddle.net/J8tKrD (look at the right panes only - other is default from their site)
I am not putting the image in a dt or dd, as then it would just be on the left or right. I understand that it's not valid markup either, hence the point of the post, hah.
`, `- ` and `
- ` is much the same as `
– Mousey Sep 27 '15 at 21:56` with `- ` (but an extra bit under it. Basically, `
` doesn't contain data, it just marks the start/end of the data definitons. `- ` always expects a line to itself (so does `
- `) but you can fix them to force them online the same line as `display:inline` for instance.
The equivalent to `
` spanning 2 columns is just `- ` (the `
- ` can be skipped anytime you like, eg for headings. Hope that helps