| How can I stop Blogger from auto-changing my HTML? | MintMouse | 5/1/12 7:03 PM | Most of the time I don't bother with Editing HTML on my blog, especially with blog posts, but I have one page where I want a specific layout. Basically, by using tables, I want to create a two-column bulleted list. I can do it, but Blogger can't leav |
| Re: How can I stop Blogger from auto-changing my HTML? | Ironman1027 | 5/5/12 10:34 PM | I have the same problem when I add internal links to my page... Any insight would be appreciated. |
| Re: How can I stop Blogger from auto-changing my HTML? | David Kutcher | 5/6/12 7:06 PM | Try this: Create your two lists. Once they've been created, go to the first UL and change it to read like so: <ul style="float: left; width: 200px;"> Then for the second UL, change it to read like so: <ul style="float: right; width: 200px;"> Adjust a |