• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Layout problem

ehm, that didnt rly help. Its like it still finding the other header somewhere lol

i thought i had to change something here first but i doubt it now
LUA:
#masthead {
	height: 300px;
	background-color: #000;
	margin:0;
	padding:0;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
 
If you replaced the image properly, it must work. If you only added a new image that has a different file name/extension to the same folder, then change the url in that .css file.
 
Back
Top