DANGER WILL ROBINSON!!! I now know why my web page blogs are FUBAR! please look at this page: hacking-loadmeter-dual-weston-248697 It is crazy yes! The reason is in your code generation module. It puts a scroll bar in the middle of my page!!! And I cant get rid of it!!!!
This breaks clean HTML Code for no good reason!! This prevents me from publishing complex blogs with pictures and tables,
These are more little things:
I noticed a problem with the editor, it seems to have a mind of its own. problem
#1 max-width in my opinion is being missed used. "
max-width property defines the maximum width of an element.
If the content is larger than the maximum width, it will automatically change the height of the element.
If the content is smaller than the maximum width, the max-width
property has no effect.
Note: This prevents the value of the width
property from becoming larger than max-width
. The value of the max-width
property overrides the width property.
www.w3schools.com and this is in a div
If the content is larger than the maximum width, it will automatically change the height of the element.
If the content is smaller than the maximum width, the
max-width
property has no effect.Note: This prevents the value of the
width
property from becoming larger than max-width
. The value of the max-width
property overrides the width property.www.w3schools.com
#2
it is illogical to use a span for styling unless you want to emphasize something in the middle of a paragraph. like the word emphasizes.
It should not be used as a blank paragraph tag but instead, it should be included in the paragraph tag itself as p style="styling commands" having the editor shotgun the span tags all over the place makes the code very hard to read. as the paragraph tag is the controlling tag Not the span.
#3 I call this a pishing contest. please, please let me use <style> blocks in the header!! As this is normally how I build an HTML5 page! including inline CSS is very crude and time-consuming.
All you have to do if you are afraid of <link rel="stylesheet" href="styles.css"> is to just let us include <style> </style> in the header
#4 Point of hate... Why does this editor put a <p> tag for each line of a carriage return?? it should be an <br> ie I have to use the source editor (BTW it STILL won't do full screen.)
FINS I think believe me there is more but I have to make my dinner