It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites
Board index Programming HTML Forum

HTML

HTML

Postby pradeepr on Sun Aug 09, 2009 2:43 am

HTML, which stands for Hypertext Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items. It allows images and objects to be embedded and can be used to create interactive forms. It is written in the form of HTML elements consisting of "tags" surrounded by angle brackets within the web page content. It can include or can load scripts in languages such as JavaScript, which affect the behavior of HTML processors like Web browsers, and Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The use of CSS is encouraged over explicit presentational markup.
pradeepr
 
Posts: 3
Joined: Sun Aug 09, 2009 2:40 am

Re: HTML

Postby martinscott on Wed Aug 26, 2009 7:04 am

I am in the process of adding a shopping cart to my website. I am using securenetshop. The reason I went with them is that even a dummy like me can use and set it up. But, one thing i don't like is, when you add a cost to the basic price, Like different finish etc.instead of showing the new price it just says +$00 and doesn't give the total until you go to check out. Is there a small html code I can add to the code below that would give my customer a total on page of the one particular item. I hope that made sense, cause it confused the h--l out of me. Here is the code. If you meed to see what i am talking about Its at www.majikmushroom.com Thanks for any help, Majik


<form method="post" action="http://www.ewebcart.com/17856/cart">
<fieldset style="border:0;margin:0;padding:0">
Finish<br />
<select name="option1|Finish">
<option value="Unfinished 768.00">Unfinished 768.00</option>
<option value="Finished Clear|153.00">Finished Clear- Add $153.00</option>
<option value="Golden Oak|245.00">Golden Oak- Add $245.00</option>
<option value="Colonial Maple|245.00">Colonial Maple- Add $245.00</option>
<option value="Early American|245.00">Early American- Add $245.00</option>
</select><br /><br />Quantity: <input name="quantity" value="1" size="3" /><input type="hidden" name="item_id" value="4" />
<input type="submit" name="add" value="Add to Cart" />
</fieldset>
</form>


low cost server hosting
martinscott
 
Posts: 1
Joined: Wed Aug 26, 2009 6:48 am


Return to HTML Forum

Who is online

Users browsing this forum: No registered users and 1 guest