10,643 Topics
| |
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']; … | |
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 … | |
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; } … | |
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 … | |
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. | |
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! | |
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/ | |
i have a radio switch But How can i make a switch on/of Using Two Buttons | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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. | |
| |
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 … | |
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> | |
i add this <head> <link href="/css/jquery.bxslider.css" rel="stylesheet" /> </head> <body> <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> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script src="/js/jquery.bxslider.min.js"></script> <script> $(document).ready(function(){ $('.bxslider').bxSlider(); }); </script> </body> but all i get is unordered list of the images what s wrong | |
hya all i am trying to resize i logo image but its not working i can double width but not to width of page i have been in head.css and layout.css see below for css for section header.css /* Logotype */ #logo-box { position: absolute; top: 9px; left: 0; width: … | |
what this mean Note that the call must be made inside of a $(document).ready() call, or the plugin will not work! any1? | |
Hi, I could use some help passing a function or its variables to a php file. Since JS is so verbose I'm posting succinct code to demonstrate my path. Everything works except the values sent to php are zeros. Thanks in advance. (sending the form to:) <FORM name="Keypad" method="post" action="http://localhost/home/calcinsert.php"> … | |
I manage to copy/write/edit this code, but it doesn't seem to work, not even `alert();` is executed, it does exactly nothing. <?php // include "from_db.php"; ?> <!DOCTYPE html> <html> <head> <script src="http://maps.googleapis.com/maps/api/js"></script> <script src="http://code.jquery.com/jquery-1.11.2.min.js"></script> <link rel="stylesheet" href="styles.css" media="screen" /> <script> function initialize() { var mapProp = { center: new google.maps.LatLng(51.509, … | |
I am new to bootstrap framework..I need just small loader WITH bootstrap .. and Just call that small loader with javascript.any help ?? | |
hya all i wonder if someone can help me in trying to make the text are in my website transparent so the image in the background can be seen in text area here is the css i have for that section /*----------------------------*/ /* 2.3 - Navigation - Level 1 */ … |
The End.