Weezy
Ahmadlucky1 class names are the elements of a css, its used to display the feature in-built of a css ..to apply a class name, u can use html tags like
<div class= ,
<span class= ,
<a class= ,
<b class= etc..
Weezy
Ahmadlucky1 Div class of which css, or u just want to learn how to use it, what its all about?
Ahmadlucky1
Weezy Helo bro pls need ur help seriously pls teach on hw to go about DIV class stuff pls
Weezy
Ahmadlucky1 Copy eaglenet header with google site search
<div id="header"></div>
<div class="Header"><form method="get" class="" action="http://www.google.com/search"><input type="hidden" name="sitesearch" value="http://eaglenet.xtgem.com" /><table><tr><td width="10%" style="padding-left:2px"><a href="/"><img src="http://eaglenet.xtgem.com/pic/Eaglenet.jpg" width="30" height="30" alt="Eaglenet logo" /></a></td><td width="75%"><input name="q" autocomplete="off" autocorrect="off" spellcheck="false" align="center" placeholder="Search Eaglenet" type="search"></td><td width="15%"><input value="Search" type="submit"/></td></tr></table></form>
<ul><li class="inl"><a href="http://eaglenet.xtgem.com/index">Home</a><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Whatsapp_World/index'>Whatsapp World</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Videos/index'>Videos</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Images/index'>Images</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Wapmaster/index'>Wapmaster</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Facebook_World/index'>Facebook World</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/2go_World/index'>2go World</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Handler_Files/index'>Handler Files</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Applications/index'>Applications</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Chatroom/index'>Chatroom</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Blog/index'>Blog</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Forum/index'>Forum</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Services/index'>Services</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Musics/index'>Musics</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Nimbuzz_World/index'>Nimbuzz World</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Themes/index'>Themes</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Games/index'>Games</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/Guestbook/index'>Guestbook</a></li><li class='nav_list'><a href='http://www.eaglenet.xtgem.com/menu/News/index'>News</a></li><li class="inl"><a href='/tools/main menu'>Menu</a></li></ul></div>
Copy code
Ahmadlucky1
Weezy Hello weezy pls need ur help pls giv me dat eaglenet header code pls without d serch box pls bro
Ahmadlucky1
Weezy Hello weezy pls need ur help pls giv me dat ealenet header code pls without d serch box pls bro
Weezy
Ahmadlucky1 Where u want the download counter to appear .. ur download page!
Ahmadlucky1
Weezy Were should I paste dis one pls
Weezy
Ahmadlucky1 xtgem download page counter, this requires a registration at the xtcat site
http://xtcat.xtgem.com And xtcat widgets to be installed from the market page. You cannot add xt:widgets directly in a xt:filelist template (wrong parsing order) But due to a quirk of xtscript you can add them if the xt:filelist is in a xtscript variable
which is then printed by the xtscript. The xtcat counter and ratings widgets use the file_name variable as their call value xtcat's counter widget has a display only
mode (type="display1") this mode is used in the xt:filelist template. The counter is incremented on the landing page by a normal xtcat counter which you could hide by giving it a type="none". The rating widget for each file is on the landing page in the code below
Total Downloads: <xt:widget id="xt.c.a.t." tool="Counter" type="display1" key="$key" xtuser= "$xtuser" call=".file_name."/>
Copy code