![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Want Dreamwidth to not do the ugly ass indenting before a list item?
Answer:
Just don't wrap<li>
in <ul>
and <ol>
!
Example:
Code | Result |
---|---|
<ul>
|
|
<li>Item</li>
|
|
Setting width of table columns
<td style="width: 30%;">
works only with <table style="width: 100%;">
already present.
Escaping characters
If you already replaced<
with <
, no need to replace >
with >
because <code>
is already recognized as not-a-tag.