<style>
#Titlescreen{
background-image: url("Background.png");
width: 640px;
height: 480px;
top: 0;
left: 0;
}
</style>
<body>
<div id = "Titlescreen" byondclass = "label"></div>
</body>
Problem description:
So, I decided to mess with the webclient. Problem is, NOTHING appears on my screen. I literally have to put it in winset() for these functions to work. All I get is a white screen. Can someone please tell me what the issue with this code is?
I also recommend losing the spaces around the = in your HTML; that's not good form, although it's unlikely to affect anything.