This is where I keep a tab on the coding problems I encountered during site construction, so when I come back, I know where to pick up from. Hopefully my bumbling can also be of some entertainment to you (^^ ;) I'd really appreciate it if you help me out!
2019.07.28 2220: Keyboard driver is broken
2019.07.27 0121: Some pages have two scrollbars. Probably because my background images are all funky.
- 2019.07.29 1423: Problem probably lies with my sidebar codes. But knowing that changes nothing — I copied the sidebar code straight from W3School, so I can't read it at all.
2019.07.26 0037: Net journal page is fuglyー(´ཀ`」 ∠): :
- 2019.07.27 2045: A bit better now. Added shadow effect to texts.
- 2019.08.15 1140: Learned about the max-width property for HTML today. Will implement it to walls of texts when I have time.
2019.07.25 1243: No matter how many blank spaces I type, html only reflects one... O_O!
- 2019.07.25 1246: Solved. To force an extra space to show up, type & nbsp; [without the space](stands for "non-breaking space") in the area where you want to force the space.
2019.07.25 1212: CSS file is not working! It won't apply to subpages even though I linked it properly (...?) T_T The syntax seems correct and I don't know what's going on.
- 2019.07.25 1325: Now even manual CSS codes are acting weird LOL. Sometimes it works and sometimes it doesn't, and there seems to be no difference in syntax...
- 2019.07.25 2049: (Un)solved. Somehow CSS seems to be working again, and I am even more confused - I only hung it out to dry for a few hours.
- 2019.07.26 1325: Problem seems to lie with Chrome. Updates of CSS file not showing through in real time. Edge updates the page all right. Guess I'll just use Edge.