473,394 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

What is wrong with my grid? I cannot figure it out?

Expand|Select|Wrap|Line Numbers
  1. <div> <img class="imagesidebar" src="https://bytes.com/images/paperSide.jpg"> <div class="main"> <section id="whoWeAre" class="top-content"> <center><h1>Who We Are</h1></center> <h2>I created, founded, and esablished The Michael Scott Paper Company in 2009.  I am Michael Gary Scott!  I consider my employees as my family.  Therefore, I can say that my entire family is in the paper businness and when my family has grandchildren they will eventually find their way into some aspect of our company!  No matter if they are the Regional Manager, salesman, receptionist, or the driver - they will take care of you!  This assures all of out clients that our customers willl remain with us for generations to come.</h2> <h3><b>"The most sacred thing I do is care and provide for my workers, my family. I give them money. I give them food. Not directly, but through the money. I heal them."</b> <br>- Michael Scott</h3> </div> <div class="main"> <section id="shoppingCart" class="top-content"> <center><h1>Shopping Cart</h1></center> <div class="container-grid"> <div class="section1"> <a class="add-to-cart" ='#' data-name="Paper1"= data-price?="$15.99"> <p><b>One Ream of White Paper $15.99</b></p> <img src="https://bytes.com/images/1Ream.jpg"> </div> <div class="section2"> <a class="add-to-cart" ='#' data-name="Papers5"= data-price="$74.99"> <p><b>Five Reams of White Paper $74.99</b></p> <img src="https://bytes.com/images/1Ream.jpg"> <img src="https://bytes.com/images/1Ream.jpg"> <img src="https://bytes.com/images/1Ream.jpg"> <img src="https://bytes.com/images/1Ream.jpg"> <img src="https://bytes.com/images/1Ream.jpg"> </div> <div class="section3"> <a class="add-to-cart" ='#' data-name="Papers10"= data-price="$139.99"> <p><b>Ten Reams of White Paper $139.99</b></p> <img src="https://bytes.com/images/1box.jpg"> </div> <div class="section4"> <a class="add-to-cart" ='#' data-name="Papers50"= data-price="$699.99"> <p><b>Fifty Reams of White Paper $699.99</b></p> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> </div> <div class="section5"> <a class="add-to-cart" ='#' data-name="Papers100"= data-price="$1349.99"> <p><b>One-Hundred Reams of White Paper $1349.99</b></p> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> <img src="https://bytes.com/images/1box.jpg"> </div> <div class="section6"> <a class="add-to-cart" ='#' data-name="NoteBook1"= data-price="$9.99"> <p><b>One Notebook $9.99</b></p> <img src="https://bytes.com/images/notebook.jpg"> </div> <div class="section7"> <a class="add-to-cart" ='#' data-name="Notebooks5"= data-price="$32.99"> <p><b>Five Notebooks $32.99</b></p> <img src="https://bytes.com/images/notebook.jpg"> <img src="https://bytes.com/images/notebook.jpg"> <img src="https://bytes.com/images/notebook.jpg"> <img src="https://bytes.com/images/notebook.jpg"> <img src="https://bytes.com/images/notebook.jpg"> </div> <div class="section8"> <a class="add-to-cart" ='#' data-name="Sticker"= data-price="$5.99"> <p><b>One Bumper Stickers $5.99</b></p> <img src="https://bytes.com/images/sticker.jpg"> </div> <div class="section9"> <a class="add-to-cart"  ='#' data-name="Printer"= data-price="$399.99"> <p><b>Sabre Printer $399.99</b></p> <img src="https://bytes.com/images/printer.jpg"> </div> <div class="section10"> <a class="add-to-cart" ='#' data-name="Gift"= data-price="$179.99"> <p><b>Gift Set $179.99</b></p> <img src="https://bytes.com/images/gift.jpg"> </div> </div>
Jul 19 '18 #1
0 8353

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Jack | last post by:
Hello, I have an application on my desktop where I have hardcoded the connection string. Now I need to move the application to our test webserver. Here I need to use the server.mappath method to...
0
by: GarryFre | last post by:
I've written up this neat screensaver, but it has a few bits of ugliness to it ... 1. I both know how to get the handle for a preview and the handle for the window to display a settings dialog...
24
by: clinttoris | last post by:
Could some please finish this line of code. For the life of me whatever I try it does not work. I am trying to insert the current date time into oracle. Now I know that in oracle if I run ...
1
by: mieskola | last post by:
Below, I posted the error, the function call that generated the error, and the function itself. I have been spinning my wheels trying to figure this out. The source files compile, just generating...
0
by: hector | last post by:
Hi all, Need i simple example on how print/preview data from a database. I already have some code but I am lost because the preview does not create multiple pages and only shows the first page...
2
by: JRamirez | last post by:
Need help cannot figure out where I made the error. -------------------------------------------------------------------------------- Can someone view what I have, I need help I cannot figure out...
4
by: Joao | last post by:
Hi all, I have 2 listboxes with SelectionMode = MultiExtended and I just cannot figure out why I get the error below: System.IndexOutOfRangeException was unhandled Message="Index was outside...
2
by: bbasberg | last post by:
I have been working hard to clean up my code but I am still wondering why all incoming records go to the "AddNew" part of the IF statement and never to the Edit alternative. I believe that it must be...
3
by: Dave S | last post by:
Hello Everyone, I have a form in a multi-user database that flashes when the form is opened. This is a failr involved form that contains header information along with a continous subform. ...
3
by: muddasirmunir | last post by:
I am trying to give the following Icon in my form in vb6. http://www.mediafire.com/?ymzgkgyi50j But , when I put this in my form I got error "Invalid Picutre" What wrong in it? How to add...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.