Here are some added information on how to make a wapsite in wapka.mobi
Starting a Wapka site
Creating an account ofcourse is your first way to create a wapka wapsite you must first have an account. . .
Register here
and after registration log in to your account then go to settings
To your settings you can see a variant of menus that you have to change. .
Find the menus or check box under this
Login security options:
>‘ - Enable Browser verification
(set)
>‘ - Allow fast access to edit
functions
>‘ - Enable PREMIUM program
>‘ - allow automatic login
Enable Browser verification
is setting your authenticated browser so whenever you change your browser an pin code input box will display for you to fill it up. . This is a protection if someone access your account by means of automatic login. . Or if they have your password or account they cannot edit or get in without submiting the "pin" forwarded on your email account
Allow fast access to edit
functions
is the function to edit your wapsite in wapka.mobi to have a convinience in editing your site by having an option look like this
Enable PREMIUM program
Is an option that double your sites disk space it will maximize your sites disk space by 400mb and maximum uploading size up to 4mb. . .
Styles & layout of your site
Finding or creating styles for your site is what we do next. . there are several things you must do to make your site a bit attractive. . To attract guest and user'sCreate your own CSS thru
HERE or you can have an external css and choosing thru
HERE
CSS or "Cascading Style Sheet" is the primary layout of youre page. . And also to make your coding easy by setting up a class or id. . .
Why did I say it can make your site building easy?
Heres an example. .
Let say you are making a html code with a "text in center with a border and a green background and a white bold colored font"
Without CSS you will type this html code to your page:
<p style="background:green; color:white; border:1px solid black" align="center"> <b>Your text</b> </p>
Pretty exhausting right?
With a style like this. . let say you make a css class named "sample"
.sample {border: 1px solid black; background:green; color:white; text-align:center}
Then you will call it to your html codes
With Css html code:
<p class="sample"> <b> Your text </b></p>
And the result will be:
Your text
Much more easier to me,
Putting CSS on your page
There are ways on how you can put a CSS on a html page:
Internal CSS:
Putting your CSS between head tags by way of this code:
<_style type="text/css"> --<b>your css</b>-- </style>
External CSS:
Copying an external CSS by means of CSS url. . and having an extension of ".css" Putting this to your head tags by means of this code:
<link rel="stylesheet" type="text/css" href="<b>your found styles.css</b>"/>
Inline CSS:
Putting your css inline of your html codes
not putting it on the head tags but putting it inline after the html codes
by way of this code:
<style type="text/css"> --<b>your css</b>-- </style> Your html codes <style type="text/css"> --<b>your css</b>-- </style> another html code and so on and so fort. . .
Adding class on your wapka
Add
Css class on your wapka
Where?: Go to Global settings > Head tags > Add stylesheet > Click (edit) > then Add new class
How?: There are two ways you can add new class
Basic settings
Is for begginers that is not familiar with the CSS codes
Own element
Is for experienced wap maker that has an idea on css class making
See what classes is and see the sample demo
HERE
About the Edit site Functions
Edit site function explanation
So at the first page we know on how to put and lay our designs
Here are some explanation on "EDIT SITE" function on wapka site building
Basic functions
New page - is the function for adding a new page at your site. . .
Newlink ( Bookmark ) - this function is for making new links without having any link html codes
Text - is for adding plain text only
Online counter - is for making a counter for every loading of your site