10,650 Topics

Member Avatar for
Member Avatar for hemanath

if i have complete webpage in chrome when i open opera alignment proble occur and also destop width is change please give me solution

Member Avatar for diafol
0
142
Member Avatar for Kewne

Hi guys, I just followed the tutorial on epesi and have finished making their tutorial on "Hello World". Now, I'm trying to create another module but it doesn't show up at the administrator availanble install. It was just a simple code following the skeleton presented at the HelloWorld tutorial just …

0
186
Member Avatar for Deep Modi

Hello sir, I am trying to create the FOoter... My Work (Code): <html> <body> <div id='footerdiv' style="height:400px;background-color:#091d22"> <div id ="Socialbar" style="height:50px; background-color:#0c3239"> </div> <div id="ftNavBar"> <div class="ftNav" id="ft_summary"> <script type="text/javascript" src="http://ji.revolvermaps.com/2/1.js?i=8yc9f8z4elm&amp;s=350&amp;m=8&amp;v=true&amp;r=false&amp;b=000000&amp;n=false&amp;c=ff0000" async="async"></script> <div class="ftNav" id="xsoftware"><h1>Software-1</h1> <ul> <li><a href="">Advance Notepad</a></li> <li><a href="">X Content</a></li> <li><a href="">y Content</a></li> <li><a href="">z Content</a></li> </ul> </div> …

Member Avatar for Christel_1
0
146
Member Avatar for Kewne

Hi guys, Just wanna ask what the "::" is for? ex. CRM_ContactsCommon::get_my_record() Correct me if I'm wrong, the **CRM_ContactsCommon** is a class and the **get_my_record** is a function inside the class. Now, is the "::" works the same way like in java to access a function of a class? Thank …

Member Avatar for Kewne
0
194
Member Avatar for Xecantur

I'm not quite sure how to word it but I have a group of tags I want to style nav->ul->li->a but I'm not sure what the syntax is to specify it I've tried just about every combination I can think of current code: <!DOCTYPE html> <html> <head> <title> Site One</title> …

Member Avatar for Xecantur
0
104
Member Avatar for satia

Hi Need some help on thiz matter, I have done the accordion slide color and at the moment the border line color is in blue. But I need to know on how to change it to different colors of the border line individually. Pls refer to the attach file. Rgds …

Member Avatar for SARUBA
0
124
Member Avatar for jackparsana

please help me to install fonts in my website. can i put fontfile in my server and use in webpage. thanks in advance. jack

Member Avatar for Samuccaya
0
411
Member Avatar for davy_yg

I am trying to place padding for the table so that it looks good. but how? index.php <table border="0" width="300px"> <tr style="background-color:#ede6c9; color: black;"> <td> <?php // How can we help $result = mysql_query("SELECT * FROM `static_page` WHERE post_id='27'") or die(mysql_error()); echo '<td>'; while ($data = mysql_fetch_array($result)){ $isi = $data['isi_berita']; …

Member Avatar for raykevinnn
0
110
Member Avatar for emaus9

index.html file <form id="form" method="post" action="formdata.php" enctype="text/plain" autocomplete="on" target="_blank"> <!-- onsubmit="return confirm('Your request have been submitted. Thank You.')" onsubmit="this.submit(); this.reset(); return false;">--> <fieldset> <legend>Get a FREE Quote</legend> <label for="flname">First and Last name:</label><input type="text" name="flname" autofocus placeholder="Please type your first and last name." size="40" required /><br> <!-- <label for="lname">Last name: </label><input …

Member Avatar for emaus9
0
194
Member Avatar for newbi11

Hi everyone, I am having some problems implementing a js slide caption on my webpage and I would appreciate if someone could help. Here is the Js caption http://ryun.github.io/HCaptions/ and here is the code I am working with : <html> <head> <style> .cap-overlay{ font-family: monospace; font-size: 26px; color: #666; } …

Member Avatar for newbi11
0
165
Member Avatar for andrew3208

Hello All! Not sure if I'm posting in the right place, but I'm not sure where that would be, so here goes. I'm a high school history teacher, and I've had an idea about creating a "lesson/unit planning" website for a while. Teaching in general is such a time-suck, so …

Member Avatar for broj1
0
128
Member Avatar for cristian.stilpeanu.1_1

Hi guys, i want to put on my every page an image to represent my website, like wordpress when you share on facebook etc, it's the content part and bellow it's image from his post, i want to do something like this.

Member Avatar for Amanda_2
1
246
Member Avatar for nanpak

Hi, can anyone help me out on how to host a web page design for a secondary school? i'm still learning, i just don't have idea. thanks!

Member Avatar for Amanda_2
0
191
Member Avatar for fireburner29

Hi, I would like to put steam effect on my home page. How to make animated steam effect using jquery? Please help me. My Website : http://hotels-b2b.com/biryani/

Member Avatar for fireburner29
0
1K
Member Avatar for krunal_2
Member Avatar for krunal_2
0
66
Member Avatar for Kewne

I have a code: <body> <?php global $wpdb; $sql = ""; $sql = "SELECT * FROM emgAdmin"; $sql = "$sql INNER JOIN wp_posts ON wp_posts.ID = emgAdmin.ID_OfPost "; $ArrResult = $wpdb->get_results($sql); while ($emgAdminResult = mysql_fetch_object($ArrResult)) { echo($emgAdminResult->post_date); } ?> </body> and I'm getting an error that says,"Call to a member …

Member Avatar for Kewne
0
2K
Member Avatar for vizz

With my following code how to create simple filter using only CSS? li items have opacity 0.1, how to make opacity 1 if radio buttons are checked? By default *All Type* radio button is checked, so all li items must have opacity 1. When other buttons are checked, how to …

Member Avatar for Phaelax
0
243
Member Avatar for Simon_4

I have the problem, and I tried allready a lot, as i like to center my navigation, center to my site. The main issue is, that I work with amazon's sellercentral, Amazon Webstore. And I can't show the site in public, and maybe there other things, don't let me center …

Member Avatar for Simon_4
0
339
Member Avatar for Priti_P

Hello, Am new in CSS I have form like below code. <div> <span class="lable"> Practice Name<span class="PreRequired">*</span></span> <input type="text" name="practiceName" ng-model="practiceData.practiceName" style="width:20.5%;" required ng-pattern="/^([a-zA-Z]+\s*)*[a-zA-Z]+$/" placeholder="Practice Name"/> <span ng-show="SubmitPractice.practiceName.$error.pattern"> Please enter valid Practice Name </span> </div> <div> <span class="lable"> Practice Head<span class="PreRequired">*</span></span> <select ng-model="practiceData.practiceHead" style="width:20.5%;" required="required" ng-options="em.gslab_id as em.employee_name for em …

Member Avatar for hericles
0
176
Member Avatar for Kewne

Hi, Does anyone here kbow how to get the post not the pages in a wordpress dashboar? This line of code: `$ArrResult = $wpdb->get_results("SELECT * FROM {$wpdb->posts} WHERE post_type = 'page' ");` and for the table I have something like this: `<td><?php echo $sampleResult->post_title ?></td` I thought this would get …

Member Avatar for Kewne
0
96
Member Avatar for samson.oba.77

Hi! I cant solve this puzzle.In my code the maincontentpic div doesnt show.The image (CompHandWeb.jpg)is in the same folder and at the right place, it showed up before i altered the code. The second part after the gap is the Css which is also working, apart from said maincontentpic div. …

Member Avatar for gentlemedia
0
239
Member Avatar for janicemurby

hya im working on a template and i have the body and a content box and i want to align the content box to center of body how can i do this in css ty jan x

Member Avatar for pixelsoul
0
118
Member Avatar for Deep Modi

hello all of you, I dont know whether i am putting THIS SUBJECT in the proper place or not. @admin if this is placed at wrong place then just cut and paste to original place. LOGO - I want the new ideas on creating the logos. I have the group …

Member Avatar for <M/>
0
275
Member Avatar for sweexee

Hi, please can someone help me to solve divs' ovelapping issue in my code? My navigation overlapping logo area when I resize my browser window to a smaller. Other divs stay proportionally in their places except navigation . I tried different options but I can't find a mistake. I would …

Member Avatar for gentlemedia
0
2K
Member Avatar for davy_yg

index.php <div style="width: 220px; color: black; margin: 0 0 0 800px; z-index: 2;"> <?php // How can we help $result = mysql_query("SELECT * FROM `static_page` WHERE post_id='27'") or die(mysql_error()); echo '<td>'; while ($data = mysql_fetch_array($result)){ $isi = $data['isi_berita']; echo '<h2>'.$data['judul'].'</h2><br><br>'; echo substr($isi, 0, 1000).'<br>'; } ?> </div> <div style="margin: -250px …

Member Avatar for Alicera Nz
0
195
Member Avatar for rakesvyas44

There had to be a line drawn somewhere, and now it's here: W3C passes HTML5 to the staus, as it calls it, "recommendation." The World Wide Web Consortium (W3C) published a Recommendation of HTML5, the fifth major revision of the format used to build Web pages and applications, and the …

Member Avatar for 86fallen#2019!
-2
77
Member Avatar for dilipd044

how to add canonical url to website eg: site.com to be converted into www.site.com this can be done by ServerAlias in virtual host or any other way to set canonical url to website.

Member Avatar for dilipd044
0
164
Member Avatar for LONGWAY
Member Avatar for LONGWAY
0
121
Member Avatar for network18

There's trouble in using font awesome icons as they suggest, so I am using them as below - <i class="nimg nicon-ico_help_rnd_lg" style='color: #FFFFFF !important;' alt="Info" title="Color code information" onclick="info()"></i> and style below - .nimg { height: 37px; width: 37px; float: left; /*display: table-cell;*/ display: block; text-indent: -9999px; vertical-align: middle; /*border:1px …

Member Avatar for anandvaishnav
0
987
Member Avatar for LONGWAY

what s the best way to add link and caption to the images? <ul class="bxslider"> <li><img src="/images/pic1.jpg" /></li> <li><img src="/images/pic2.jpg" /></li> <li><img src="/images/pic3.jpg" /></li> <li><img src="/images/pic4.jpg" /></li> </ul>

Member Avatar for LONGWAY
0
135

The End.