January 25, 201412 yr Hello everyone! im kind of new to the web design and css . im working on the menu for my restaurant . im trying to make the price go to the end of item for example chicken satay £3.95 so all the price align in the same order. somebody pls tell me how to do that firstWebPages.html
January 25, 201412 yr instead of attaching html paste ur code within the code tag and attach image that u want to achieve
January 25, 201412 yr Author <body><div id = "container"> <div id ="Header">This is header</div><div id="bodyWrapper"> <code> <h1>Starters</h1> <dl> <ol> <li>Chicken Satay.<span> £3.95</span></li> <dd>Marinated chicken skewers and grilled, served with peanut sauce and cucumber relish dip.</dd> <li>Corn Patties <span>£3.95</span></li> <dd>Spicy corn patties Thai style, served with ground peanut and sweet chilli sauce.</dd> <li> Minced chicken spring rollss<span> £3.95</span></li> <dd> Chicken and vegetable wrapped in wheat pastry sheets, served with sweet chilli sauce.</dd> <li>Minced chicken and Prawn on toast <span>£3.95</span></li> <dd>Served with chilli sauce.</dd> <li>Crispy chicken and prawn parcels <span>£3.95</span></li> <dd>Deep fried parcels of mince chicken and prawn in wheat pastry sheets, served with sweet chilli sauce</dd> <li>Hot chicken wings <span>£3.95</span></li> <dd>Deep fried chicken wings topped with hot chilli sauce.</dd> <li>Thai spicy fish cakes <span>£3.95</span></li> <dd>Deep fried fishmonger and green beans in red curry paste, served with sweet chilli and cucumber relish.</dd> <li>Steamed muscles with thai herbs <span>£3.95</span></li> <dd>Steamed fresh muscles with lemongrass and galangal & lime leaf, served with spicy seafood dip.</dd> <li>Goog chup pang Tod ( prawn tempura ) <span>£3.95</span></li> <dd>King prawn fried with light butter, served with sweet chilli sauce.</dd> <li>Pak chup pang Tod ( vegetable tempura ) <span>£3.95</span> </li> <dd>Seasonal vegetable fried with light butter and served with sweet chilli</dd> <li>Chicken samosa <span>£3.95</span></li> <li>Vegetable samosa <span>£3.95</span></li> <li>Tiger Prawn butterfly <span>£3.95</span></li> <dd>Pan fried tiger prawn with spicy seafood dip.</dd> <li> Thai Combination for 2 peoples <span>£11.95</span></li> <dd>Thai spicy fish cake, spring rolls, chicken wings, chicken and prawn parcels, chicken satay.</dd> </ol> </dl> </code>
January 26, 201412 yr and where is the css ? where is the image? of the end result that u want to achieve?
Create an account or sign in to comment