I dont know what to put for this. I read all the comments and I copied what the answers are but it’s not working.
If you could post your code moderators and help deskers can then see your code and suggest a course of action for you!
2 Likes
img {height:100px; width:300px;}
img {border:1px solid #4682b4;}
or img{heigth:100px; width:300px; border:1px solid #4628b4;}
NEITHER OF THEM WORK
Same problem here…
Below should work, but doesn’t…
img {
height:100px;
width:300px;
border:1px solid #4682b4;
}
just chatted to Seve with the same problem, the above seems to be a bug.
I have a workaround thanks to another Q&A.
Reset your zoom with ctrl+0
and then try ctrl- and try to save after every time.
For me it took 4 hits (zoom was 67%) when it saved.
Also worked with another excercise
thanks man, this help me