Jump to content

Dhanishta

Member
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Dhanishta

  1. There are so many ways to get SEO clients like setting a referral program by offering some discounts,Form relationships with area Web design firms, hosting companies, and Internet Service Providers.
  2. ECommerce continues to steadily evolve as it’s become one of the most reliable.In my view,Magento is the best CMS for Ecommerce. Magento is one of the fastest growing eCommerce solutions in the market, and with their long list of features it’s not hard to see.
  3. Did you check the "Repeat background" box below the Background Image bit (where the Browse button appears?).It might have appeared hidden behind the frame of your channel layout?or Unless the directory images is a subdirectory of css, you need to use url(../images/background.gif) as the location is relative to the css file.
  4. Better if you go for Java script instead of HTML,and look at following code: <script type="text/javascript"> $(function() { $("#giveAId").change(function(){ //2 step var stylesheet = $(this).val(); // 3 step $('link').attr('href',stylesheet+ '.css'); //4 step done here }); }); </script> <div style="float:right;padding:26px 0 0 0;color:#fff;"> <select id="giveAId"> // 1 step <option>please select your choice</option> <option value="one">blue</option> <option value="two">pink</option> </select> </div>
  5. Hi, Learning through w3schools is better way but not that much, you can get more knowledge through sitepoint website and there you can have more practical programs to practice.
  6. CSS will surely take more than a week time to learn, but the thing is you should be perfect in all concepts of CSS to enter into PHP development. Then only you can come to know about PHP.
  7. Hi, I am also newbie here, though HTML and CSS are two different internet languages, i compare CSS with HTML, may be because of both are having tags. But its true that both are two different languages, Thanks for sharing this post.
  8. Hi, Thanks for discussion about HTML and XHTML, i recently started learning about HTML and i am also thinking that HTML is an extension version to HTML and HTML will be outdated like that. Thanks for the information.
  9. Hi every one, i am Dhanishta, i am new to this forum, here i want to update my knowledge regarding web design,please help me.
×
×
  • Create New...