Jump to content

xhtmlchamps1

Members
  • Posts

    40
  • Joined

  • Last visited

About xhtmlchamps1

  • Birthday 04/08/1988

Previous Fields

  • Languages
    English, Spanish, French

Contact Methods

  • Website URL
    http://www.xhtmlchamps.com
  • Skype
    xhtmlchamps

Profile Information

  • Location
    California
  • Interests
    Best way to select a fruitful technology is a wise thing. In the market companies are flowing like water for providing services in different technologies and its conversions. But very few of them fit in delivering excellent market output.

xhtmlchamps1's Achievements

Newbie

Newbie (1/7)

2

Reputation

  1. yes it is possible you can run itcontent is the i.d of <div> and it displays the information with out refreshing.
  2. $sql="INSERT INTO discussions (name, desc, maker)VALUES('".$_POST[name]."', '".$_POST[desc]."', '$id')"; This is the right way to write you can also write in this manner $sql="INSERT INTO discussions (name, desc, maker)VALUES('".$_POST['name']."', '".$_POST['desc']."', '$id')"; ('".$_POST['name']."' this particular key word can accepts the values perfectly.
  3. May be some reloading problem ocured.refresh and again try to open it newly
  4. xhtmlchamps1

    looping

    <p>Here is the code</p><p> </p><div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></div><div><html></div><div><title>new project</title></div><div><head></div><div></head></div><div><body onload="loop()"></div><div> </div><div> </div><div><script type="text/javascript"></div><div>function loop(){</div><div>var names = ['john','gail','julie','jason','zoe'];</div><div>var allnames = names.length;</div><div> </div><div>for (var i = 0; i < names.length; i++) {</div><div> </div><div> </div><div> document.write(names+"<br>");</div><div> </div><div>}</div><div> </div><div>}</div><div></script></div><div></body></div><div> </div><div> </div><div> </div><div> </div><div></html></div><div> </div>
  5. The reason is either your website is poor connectivity with server or it usually drains down with lack of best web hosting services.
  6. try this code. for sure it will help you. opacity:0.4;filter:alpha(opacity=40) mention clearly how much size you want for your image in opacity.
  7. <p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>use this code for sure you get an image as transparency as you required.</p><p> </p><p> </p><div class="msg Nth">opacity:0.4;<br />filter:alpha(opacity=40)</div><div class="msg Nth"> </div><div class="msg Nth">in word-box mention size of opacity clearly how much percentage you require?</div>
  8. document.getElementById("id").style.property="value"in the place of property replace with "font-family or font-size"by using jquery your requirement can be possible more easily.
  9. xhtmlchamps1

    CSS align

    basic info must be replaced and paste it same in HTML part of body,i.e paste it downNo need of cssmain block user details is required
  10. you have mentioned a class and i.dit comes from where?just display all the css regarding the output to be displayed
  11. lower version of ie will not work it should be more the ie8ie8 or else more for firefox it should be more than 3.8what ever the latest version is?
  12. Hope this code useful to you. <fieldset class="field"><a href="BTSTestPage2.html"><b>Article & blogs</b></a></fieldset>
  13. First step remove IF EXISTS and here is the actual code (SELECT * FROM information_table.COLUMNS WHERE TABLE_NAME='db_name' AND TABLE_NAME='communityCustomFeatures' AND COLUMN_NAME='ccf_id');BEGIN;ALTER TABLE `communityCustomFeatures` ADD `ccf_id` ) FIRST;ELSE;ALTER TABLE `communityCustomFeatures` MODIFY `ccf_id` ) FIRST;
  14. May be this code is use full to you span.bbc_underline {text-decoration: none; if you want underline as hyperlink span.bbc_underline {text-decoration: underline !important; Use the code of css to highlight it as hyper link span.bbc_underline {cursor: pointer;text-decoration: none;
  15. Hello friend,you are using $.get method then you have to check the condition $_GET[' '] in php file or else if you are using $.post method you have to check the condition $_POST[' '] in php file.
×
×
  • Create New...