Tag Archives: Span Id

XSL Table Problem

Hey, I am developing a Shopping cart and we’ve a xsl family table that queries many of the items in the db but displaying your inventory my table is usually messed up. figuring out how it looks like currently: http: //img40. imageshack. us/img40/182/contentx. jpg the table spacign and alignment are messed up i want it to become spaced out evenly like http: //www. djpremium. com/shop/G1-V70359-R54352/christian-audigier. htmlcm_re=Top_Brands_Men-_-Christian_Audigier-_-0309 This is my XSL table code: Code: < div id=" content" > < h3> Content< /h3> <! — Print output inside a table–> < family table width=" 100%" border=" 0" cellspacing=" 15" cellpadding=" 10" > <! — iterate via a row of Solutions (default row width is 4; view toXml() documentation in model. php) –> < xsl: for-each select=" root/row" > < tr> <! — With each table cell display the product’s label, thumbnail picture, cost, and product id –> < xsl: for-each select=" Style" > < your href=" controller. phpstyle_id=style_id" > <! — INSERT POINT TAG WITH JAVASCRIPT ONCLICK TO PICK THIS PRODUCT (BY ID NUMBER) AND WEIGHT IN viewProductDetail. xsl –> < td> < div id=" thumbnailFrame" > < img src=" small_pic" alt=" The item picture" /> < /div> < span id=" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Problems working with tables/forms

I can’t receive the span tag text looking correctly. Either the prices don’t work/appear or every one of the options are viewable. That is the easiest way I can describe it at this time… any help could well be appreciated! This is the code (I structure out some portions just to save space bc the shape worked perfectly before placing within a table: < mode id=" form1" name=" form1" method=" post" action=" " > < family table border=" 0" cellspacing=" 8" cellpadding=" 2" > < tr> < td> < content label for=" Name" > *First Appoint: < /label> < /td> < span id=" sprytextfield2" > < td> < insight type=" text" name=" FirstName" id=" Name" /> < /td> < span class=" textfieldRequiredMsg" > A value becomes necessary. < /span> < span class=" textfieldMinCharsMsg" > Minimum number of characters not realized. < /span> < span class=" textfieldMaxCharsMsg" > Exceeded maximum number of characters. < /span> < /span> < /tr> < tr> < td> < content label for=" Last Name" > *Last Appoint: < /label> < /td> < td> < insight type=" text" name=" LastName" id=" Last Name" /> < /td> < /tr> < tr> < td> *Email: < /td> < span … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment