Hello!
Hi, guest!

Chat
If you get an error during the chat, please Reload the page !
add new page name like "theme" and edit page type to text/css default is text/html so change page to text/css and add code like these in that theme page just put body{margin:0px;color:black;background:}
.menu{....} etc now you are ready to use the link <*link rel="stylesheet" href="yoursite.com/theme.css"/> in any page expecially header page
Copy to clipboard
Copy to clipboard
Lot of developers in wapka like to show content of div when link is click something like /index/?page=login but the page load true browser to make sure their :GET; function collect the page data called login. There is a shortcut to display div content like app without page loading... and you will enjoy it.
Set your css
.login,.register,.terms {display:none;}
#login:target,#register:target,#terms:target {display:block;}
link <a href="#login">Login Page</a> <a href="#register">Register Page</a> <a href="#terms">Terms Page</a>
<div class="login" id="login">Login to your account here</div>
<div class="register" id="register">Register your account here</div>
<div class="terms" ="terms">You full terms and others content here</div>
Copy to clipboard
Category
Islamic Dua 2024 (16)
News Feed (707)
Wapka Codes 2021 (65)
Wapka Codes 2022 (48)
Statistics
Total posts 839 •Total Files 172 •Total members 393 •Our newest member weefewfwe4w
Why Views Count Are not working in wapka ?