Pop up? Covers FULL Screen?
Pop up? Covers FULL Screen?
I want to temporarily disable my website to visitors, how do i make a code, where a black window pop up (like a log in pop up) and stays until you close it? (I know guest can close it but I'll lock the forums too)
RyanHowat- Forumember
- Posts : 43
Reputation : 0
Language : english
Re: Pop up? Covers FULL Screen?
Why not just put it in construction and make a black HTML page and make it as the homescreen...
~ Tilum
~ Tilum
Tilum- Active Poster
-
Posts : 1759
Reputation : 62
Location : England.
Re: Pop up? Covers FULL Screen?
Here is the code for a black page:
- Code:
<html>
<head>
<style type="text/css">
body {
background-color: #000;
}
</style>
</head>
<body>
</body>
</html>
McStormify- Forumember
-
Posts : 217
Reputation : -6
Language : English
Location : UK
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum