XtGem Forum catalog

p _ x
Bookmark Weezywap
JarApkBmkOpera
(GMT+1)
Sunday May 19th 2024
+
Always Post weezywap.xtgem.com on your facebook, twitter, 2go, whatsapp and instagram status! If you love WEEZYWAP and enjoy unlimited services here!
»WEEZYWAP Forum
Forum Rules | Smilies | BB Codes | Back
* Tuzer I need bazehub cascading style sheet and I don't really understand this how to create a Page example xtgem filebrowser
2016-11-18 08:54 · (0)
* Weezy * Tuzer Copy the css stylesheets used by bazehub.in
<link rel="STYLESHEET" type="text/css" href="http://zealot.waphall.com/Css/baze/a/ad.csss"/>

<link rel="STYLESHEET" type="text/css" href="http://zealot.waphall.com/Css/paging.css" media="all,handheld"/>

<link rel='stylesheet' type='text/css' href='http://zealot.waphall.com/Bazehub/Styles.css' media='all,handheld'/>

<link rel="STYLESHEET" type="text/css" href="http://zealot.waphall.com/Javascript/filestag.css" media="all,handheld"/>

<style type="text/css"> body {border-width: 0px; border-color:#004080; border-style: solid;margin-top:10px; margin-right:; margin-left:; margin-bottom:10px; padding-top: 5px; padding-bottom: 5px; padding-left:; padding-right:;}</style>

<style type="text/css">
.ads img {width: 100%;}
</style>
<link rel="STYLESHEET" type="text/css" href="http://zealot.waphall.com/Bazehub/pcview.css" media="all,handheld"/>
<script type="text/javascript"> var w=window.innerWidth; if(w<=480){document.write('<style type="text/css">.pc{display:none !important;}</style>');} else{document.write('<style type="text/css">.mobile{display:none !important;}</style>');}</script>

Copy code
Pages in wapka are noted by thier IDs ..thats why you see the url appear like /site_3.xhtml .. 3 is the ID ..wapka dont have folders like other html building phase like xtgem where you can create folders and create files inside them ..pages created in wapka are serialy arranged, if you are using the new page link ..i.e assuming you created a page with site ID 1 ..the next page you create will bear 2 as its ID ..you can also quote site IDs with bigger values using wapka link code :url-site-ID ..you can create a page with site ID 2000 by just adding the ID in the above link code ..i.e <a href=":url-site-2000:">Your Text</a> ..read more about wapka @ http://weezywap.xtgem.com/Wapmasta/Tools/Wap_tutorials.php
2016-11-19 00:54 · (0)
* Tuzer * Weezy pls giv me the header
2016-11-19 10:38 · (0)
* Weezy * Tuzer Copy bazehub.in header code
<p align="center"><br/><p><center><a href="/site_promote./"><img src="http://zealot.waphall.com/Bazehub/Cover/BAZEHUB-promote.png" alt="promote on bazehub" width="90%" height="70"/></a></center></p></p> 
<p><div id="top">
<a href="/site_home./"><p align="center"><div style="background-image: url('http://zealot.waphall.com/Bazehub/pics/tabs_gradient_light.png'); padding: 12px; background-repeat: repeat; background-position: center; display: block; background-color: #008040; color: gray; border-bottom: 1px solid #bbbbbb;"><img src="http://zealot.waphall.com/Bazehub/Cover/BAZEHUB-long.png" alt="bazehub.in" width="180" height="40"/></div></p></a>
</div></p> 
<p><p><div style="background-color: #008040; color:white; padding:4px; border-bottom:0px solid #cccccc; margin: 2px"><table width="100%" align="center"><tr><td width="30%" align="left"><a href="/login_site.xhtml?do_id=1"><div class="item" style="display:inline-block; background-color:; padding:7px; border:1px solid white; color:white"> LOGIN|SIGNIN</div></a></td><td width="30%" align="right"><a href="/registration_site.xhtml?do_id=20"><div class="item" style="display:inline-block; background-color:; padding:7px; border:1px solid white; color:white">Create Account</div></a></td></tr></table></div></p>
</p>

Copy code

<p align="center"><div class="msgone"><div class="zealborder"><a href="/site_home./">Home</a> | <a href="/music/list/">Music</a> | <a href="/video/list/">Video</a> | <a href="/software/list/">Apps</a> | <a href="/forum2_112777732.">News</a> | <a href="/forum2_112781615.">Education</a> | <a href="/forum2_112781614.">Lyrics</a> | <a href="/forum2_112781617.">Funny Post</a> | <a href="/site_chatroom./">Chatroom</a> | <a href="/site_forum_cat.">Forum</a> | <a href="/forum2_112777723.">Mobile Tricks</a> | <a href="/site_menu./">Menu</a></></div></div></p> 
<p align="center"><script language="javascript"> tema='/index.xhtml'.split('tema=')[1];</script></p> 
<p align="center"><div class="msgone"><div class="zealgreat">Android Users, Click <a href="/software/view/46823670">Here</a> To Download Our Android Bookmark Application Inorder To Browser Faster</div></div></p> 
<p align="center"><div align="center"><div class="msgone"><div align="center"><div align="center"><div style="background:#f5e9eb; border:1px solid #e2c0c7; margin:2px; padding:4px;"><strong>Join Us On Our <blink>Facebook</blink> page</strong> <a href='https://mobile.facebook.com/groups/1173518046001910?refid=27' style='padding: 4px;background: #D20808;color: #ffffff;border-radius: 3px;text-shadow: 1px 2px 1px #666;text-decoration: none;' target="">Click here</a></div></div></div>
<div class="zealgreat" style="margin:2px;"><b><font color="green">Want to Contact Us? Send us an Email✉</font><br/>bazehub@gmail.com</b></div></div></></div>
</p>

Copy code
2016-11-19 22:52 · (0)
* Tuzer * Weezy Boss how do I create d moving Image (Trending)like the one here
http://www.naijaloaded.com.ng/?cbg_tz=-60
2016-12-17 13:02 (Edited 2016-12-17 13:39 by Tuzer ) · (0)
* Weezy * Tuzer Copy the code for moving image below, replace http: //image-url.jpg with the url of the image!
<marquee><img src="http://image-url.jpg" /></marquee>
Copy code
2016-12-18 01:47 · (0)
* Tuzer * Weezy Boss what if I want to put like 5 images or more how will I do it? and also NeWS attached to it?
2016-12-18 13:35 (Edited 2016-12-18 13:50 by Tuzer ) · (0)
* Tuzer * Weezy I want it to be like the one here http://ust.edu.ng and http://www.naijaloaded.com.ng/?cbg_tz=-60
2016-12-18 13:59 (Edited 2016-12-18 16:42 by Tuzer ) · (0)
* Weezy * Tuzer U can add as many images, text and links as u want provided they are all in the <marquee> tag
2016-12-18 21:22 · (0)
* Nakashi * Weezy Give an example (5 images)JavaScript image and ur changing qoutes together with it Let's see
2016-12-19 12:52 · (0)

Online: Guests: 1

Translate
Pages
Copyright © 2024 WEEZYWAP
facebook twitter whatsapp google plus
Home | About Us | Advertise | Frequently Asked Question | Contact Us | Partners | Disclaimer | Terms of Services | Invite Friends | Credits



Online: 1 , Today: 2942, Hits: 7631751
Last modified: 27-08-2018 11:42:51 pm