Comments on dogboy All Comments Start of Thread Parent

hi!! everything's looking pretty good!! :3

i think the thing wrong is that for the background url you're using for the disappearing box (aka the white background), youre not using a proper image. notice how it says "data:image/png;base64,iVB..." etc etc, and doesn't end with a .jpg, .png or .gif? thatll cause some issues!

while i believe theres some exceptions to this case, its best to use an image with those file types when using a background command like that. 

just replace

"style="background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAACgCAMAAACsXRuGAAAAA1BMVEX///+nxBvIAAAAI0lEQVRoge3BMQEAAADCoPVPbQdvoAAAAAAAAAAAAAAAAOA3MqAAAX7skIYAAAAASUVORK5CYII=)" --> "style="background:url(https://www.publicdomainpictures.net/pictures/200000/t2/plain-white-background-1480544970glP.jpg)" !!! (pls ignore the fact its a link, wysiwyg reads it as one but the code should read it as an image code!)

the jpg i provided is a free resource from google images. theres some divs you forgot to close up in your code too but that can be done in the final process of clean up, its looking amazing!!!

ty!!

ty!