kvarnerexpress
Nov 17 2005, 03:54 PM
hi all ! I have 3 tables in my JSP, now the prob is that when I get some result from my server the tables seems to invade the other table's space, for example table number 2 goes up and gets to the right of table 1. (see atachments). Here is the code, all 3 tables has the same code except the variables. Code: CODE <table border="1" align="left" cellpadding="10" cellspacing="5" id="normales"> <tr> <td class="style13"><div align="center" class="style22"> <div align="center">Nº de factura </div> </div></td> <td class="style13"><div align="center" class="style22"> <div align="center">Fecha</div> </div></td> <td class="style13"><div align="center" class="style22"> <div align="center">Nombre</div> </div></td> <td class="style13"><div align="center" class="style22"> <div align="center">DNI / NIF</div> </div></td> <td class="style13"><div align="center" class="style22"> <div align="center">Servicios</div> </div></td> <td class="style13"><div align="center" class="style22"> <div align="center">Descuento</div> </div></td> <td class="style13"><div align="center" class="style22"> <div align="center">IVA</div> </div></td> <td class="style22"><div align="center">TOTAL</div></td> <td class="style22"><div align="center">Opción Pago </div></td> </tr> <c:forEach var="fila" items="${requestScope.reporte_facturanormal}"> <tr bgcolor="#FFFFFF"> <td class="style13 style15"><div align="center" class="style15"> <div align="center"><span class="IndexColumn1">${fila.id_Reportefacturacion}</span></div> </div></td> <td class="style13 style15"><div align="center" class="style15"> <div align="center">${fila.fecha_Reportefacturacion}</div> </div></td> <td class="style17"><div align="center" class="style15"> <div align="center">${fila.nombre_Reportefacturacion}</div> </div></td> <td class="style17"><div align="center" class="style15"> <div align="center">${fila.DNI_Reportefacturacion}</div> </div></td> <td class="style17"><div align="center" class="style15"> <div align="center">${fila.servicios_Reportefacturacion} </div> </div></td> <td class="style17"><div align="center" class="style15"> <div align="center">${fila.descuento_Reportefacturacion}</div> </div></td> <td class="style17"><div align="center" class="style15"> <div align="center">${fila.IVA_Reportefacturacion}</div> </div></td> <td class="style17"><div align="center"><span class="style15">${fila.total_Reportefacturacion}</span></div></td> <td class="style17"><div align="center"><span class="style15">${fila.opcionpago_Reportefacturacion}</span></div></td> </tr> </c:forEach> <tr bgcolor="#FFFFFF"> <td class="style13 style15"></td> <td class="style13 style15"></td> <td class="style17"></td> <td class="style17"><div align="right"><strong>Sub-total </strong></div></td> <td class="style17"><div align="center">${requestScope.subtotal_servicios}</div></td> <td class="style17"><div align="center">${requestScope.subtotal_descuento}</div></td> <td class="style17"><div align="center">${requestScope.subtotal_IVA}</div></td> <td class="style17 style33"><div align="center">${total}</div></td> <td class="style17"></td> </tr> <tr bgcolor="#FFFFFF"> <td class="style13 style15"></td> <td class="style13 style15"></td> <td class="style17"></td> <td class="style17"></td> <td class="style17"></td> <td class="style17"></td> <td class="style17"></td> <td class="style17 style33"></td> <td class="style17"></td> </tr> </table>
Reply
arboc7
Nov 17 2005, 11:37 PM
Hi, I'm not all that familiar with JSP, so you might also try the Java/JSP/Javascript programming forum for more help. I'm wondering if you have a problem with your CSS, which you don't have posted. Also, I only one table...how do you have three made by this code?? Good Luck!!
Reply
sharpz
Nov 17 2005, 11:42 PM
think he means 3 rows of one table. it is impossible to tell whats wrong without seeing your style sheet, but i would recommend setting a static width for the table and or rows in the table. As long as you do the calculations correctly, they wont overlap. hope this helps, if not post your style sheet and i'll see if thats the problem.
Reply
Tyssen
Nov 18 2005, 05:58 AM
Seems like you've got a bit of a case of divitis going on there (too many divs). Also, it's usually recommended that you use style names that describe the nature of the content (not the appearance cos you might want that to change at some point), rather than non-descriptive terms like style13, style22.
Reply
Similar Topics
Keywords : tables, invading, space
- Dead Space
(0)
A Tour In Space?
(1) Has anyone checked out the SpaceShipTwo and White Knight Two that Virgin plans on rolling out in
2009. I know that SpaceShipTwo is a space shuttle that will be for tourists and will orbit the
earth, giving tourists a seven minutes to experience zero gravity. From what I read, they plan on
testing this summer! And tickets will only run you $200,000. Anyone have a spare
$200,000 I can borrow? We'll see what happens. Although after reading about this I did
a little digging and found articles from '97 that talk about how we are going to have hot....
Get Back Lots Of Disk Space
Windows XP/Vista MCE (Media Centre Edition) (7) So, some of you might know about this already but, anyways... The other day I was trying to install
a game but did not have the necessary disk space, so I deleted files that I will not use, and other
files that I do not need... I compressed some files that I might use later in the future... And just
doing that got me back around two to three gigabytes of free hard disk space... But that's not
enough, the game needed 6 gigabytes of free disk space! So what did I do next? I ran CCleaner...
It took a while yes, but soon it free'd another 2 gigabytes... ARRGH&....
How To: Html Tables.
I find these really useful. (8) If you are a novice web designer, but want your site to look advanced and proffessional, then what
better way to do so than to use HTML tables? HTML tables are a really easy way of formatting your
text, to make your ste look proffesional. It looks good, and its easy, what more can you ask for?
You have to use the tag, so first lets start off with: HTML Table > /table > In
between theese two tags, we will add the data for the table, using the tags and . =Table
Heading (Title) =Table Data (what you want in the table) =table row (new row) So, lets ....
Give Me A Little Space, Please! [denied]
I like a free host for learn (3) I'm testing joomla CMS, so i neea a free php host for testing. I'm looking that. I found
your site on google, and your speed is so good, so i register one nick at here, i wish you send to
me a litte space on your host. Thank you! Best Regard!....
Getting Started With Mysql
creating tables and insert data into them. (2) Hi in this tutorial you will learn how to create tables and insert items into them. First steps are
to create the database - go into your cpanel and mysql databases, from there make an account and a
database and then attach them together with all priviliges, call the database test and the account
admin, with the pw as pass - or any other password. We need to connect to the database so first in
your php file (probably named index.php) - this is how to do it. CODE
mysql_connect("localhost", "admin", "pass") or
die(mysql_error(&....
Suggestion: "buying" More Space
Use credits for something else as well... (5) I'm thinking of setting up a system of "buying" more webspace for your site, just like the
domain name feature. Say, if you pay 20 credits, you get another 100 MB of bandwidth for your site.
Or, if you pay 40 credits, you get 10 MB more space. What do you think? Sorry, could you change
the "buy" in the title into "buying"? It seems like I'm trying to promote a paid hosting site.
....
Dead Space
(0) EA has launched a new developer diary video that shows alot of commentary and ingame footage for
the new sci-fi survival horror game, Dead Space . Watch it here:
http://www.gametrailers.com/player/31744.html This looks freaking awesome. If you've played
fear, this is like it but in space.....
The Nx Space Cruiser, N Series Battleship
(2) Hi I'm somertonlord and I am here to tell you about the NX space cruiser which will be an N
series battleship heavily armored with 42 deluxe 24 inch double barreled plasma cannons, the ship
will be made from strong titanium alloy. It will hold a crew of over 3000 people and an area that
will hold 3500 escape shuttles with space for more than 3000 people. This ship will be huge and fast
with its turbo powered plasma engines and 17 floors, 3050 bedrooms, 1500 kitchens, 3200 bathrooms.
7000 dropships, long range radar and a giant mining drill for mining more plasma and ....
Forum Database
Forum Database Space and its capacity to hold content (9) Okay, I have a forum which is growing daily. Even though members aren't that many, I'm still
concerned over my database space and its capacity to hold the forum's content. Since post counts
take up database space, the remaining space will decrease daily, albeit by little amounts. Still, it
will decrease anyway and eventually my database for that forum will run out of space. My question
is: 1. Is there any way to possibly create a new database to continue holding the old
database's increasing data? As in, my old database is there but its full and I creat....
Mysql Database Space
(3) How much space does Trap17 offer for MySQL database in terms of MB? I need to know because I intend
to host a forum for my classmates and it will be a gathering place for us. We are all ex students of
a school so the forum will be a handy hangout place to get info and status about each other, since
we're all seperated now. So, the forum takes up 150KB in my database and its increasing daily
due to increasing number of posts and members. The day will come when it hits the 12 MB database
space my current free host offers. So, any input or help is very much appreciate....
Has Anyone Tried Ogame?
A real-time space strategy game (1) A bunch of my friends and I are playing this thing called Ogame. wwww.ogame.org This is a game
that operates in real time and takes months if not years to play! It's a lot of fun and
I've been playing since August and have just now got enough fleet and research credits to start
kickin some butt! It may not be your 'cup of tea' but those of us that play it call it
O'crack! If you look at it and like it, maybe I can help you with it....
http://makemoneyonline.leflora.com 1....
Public Space Travel 2008!
(1) Kiwis can now travel to space thanks to : House Of Travel (i recommend these guys, we use them)
I saw this a while ago, and it is still due to launch in 2008! I would love to go on this, but
it costs a whole bunch of money, and I doubt that more than a handful of New Zealanders will go on
this, a few (like me) could afford but dont really want to waste the money. Would you go?....
Can You Put Tables Inside Of Tables?
(6) Well... could you? Specifically I mean can you place a tag in a tag which are already parts of
tables.... if so, how do you go about doing it? ....
Is Outer Space The Future Of Mankind?
the moon, mars, asteroids (16) Is space the solution to the troubels of mankind? Can we in space find the resources that we need
to keep the growth going? Imagine that the billions in china and india over the next decades will
want the same standart of living as we currently have in europe and north america. Is mars the
solution to over population on earth, mars does present 3 times the land area of earth. Is mining
he3 (for fusion energy) on the moon the solution to the polution free energy need on earth? 25gram
he3 pr year would be sufficient to cover the energy needs of usa (the worlds larges ....
Vista And Hard Drive Space: How To Get More Out Of It
(0) Well I thought I do some cleaning on my hard drive using the basic tools such as disk cleaner, and
McAfee's version of that as well; however, when I ran disk cleaner I stumbled upon a interesting
"hidden" file called Hibernation File Cleaner. Of course your going to ask what is a Hibernation
File Cleaner? Well from the blurb I got about this file in the disk cleaner is that this file
stores the hibernations settings for your computer when you put it into hibernation mode if you plan
to work on something. It also comes with 1.98Gb file size as well, but what shou....
Align Text Column Without Tables Using Css
Is it possible to get a 3 column alignment without using tables with C (13) I know I can use tables to get this effect but I am not sure if CSS can do it. I have not found any
examples so far, the only alignments with CSS I have come across are whole div elements and nothing
for inside formatting like tables offer. Heres my current stage of my layout so far. select a
character to see output. http://sonesay.trap17.com/chars.php
http://sonesay.trap17.com/profile.css The attached file is of my original plan but at this stage
I cannot do a php+ajax pagination for characters because of lack of knowledge so I went with the
simple drop down lis....
1500+ My Space Glitter!
Make your people come back again and again! (1) A .ZIP file will be sent as soon as ordered which contains all of the graphics. There is an Exact
count of graphics: 1,546 Glitters (56 MB of graphics)!! Includes 8 Lettersets already
cropped for any of you who own glitter generators. It is a very great opportunity to put in your
site and have people come back again and again to get this glitter. Your site will have many back
link as much as your visitors take those Glitters to put on their site. Guarantee very sticky. IF
YOUR SITE HAS ADSENSE, YOU WILL EARN MORE MONEY BECAUSE MORE AND MORE PEOPLE COME TO YOUR SI....
Outer Space In Google Earth (new)
(10) theres outer space in the new google earth!!! visit the main website for more
information.....
The Marvels Of Technology
Smaller Device, Lots of Space (2) The marvels of technology surprise me to this day. Like my new MP3 player for example. It's a 1
gig, and it's smaller than my index finger. Or my newest phone, is like half the size of my old
one, with a camera, more features, and four times as much space for downloads. iPods are mildly
annoying in their marvel. They're tiny, but hold so many songs. Like the iPod nano, which holds
1, 2, 4 or 8 gigs depending on the generation. The marvels of technology amaze me. It makes me feel
old not just to remember cassette tapes, but to own a cassette player and cassett....
Check The Storage Size Of Your Gmail And Picasa Web Albums Storage Space
(2) Now you can check the amount of Storage you are using for your GMail and Picasa Web Album accounts.
Visit this page, https://www.google.com/accounts/ManageStorage you must be logged in view this
page. This give you the details of the amount of storage utilised and free space available. If you
run out of space either in Gmail or Picasa Web Album, you can purchase extra storage space and the
newly bought space will be shared by the GMail and Picasa accounts. If you need you can purchase
extra space here, https://www.google.com/accounts/PurchaseStorage The rates are....
My Theory Of The Universe/space/galaxy/everything
Somewhat based on a Simpsons episode lol (22) Introduction: I have always had a theory on what is outside the universe where we have never been
and telescopes cannot see. I actually saw a variation of this in the beginning intro to a Simpsons
episode where they zoomed out until you could see all of the galaxies and then kept zooming out
until there were lots of galaxies and that turned into molecules which turned back into Homers
forhead where at that point he says "woahhhh" in a stupid sort of way which makes me laugh. My
Theory: We don't know whats smaller than a quork (think i spelled that wrong) and we ....
Google Jobs
Work in space? (12) I'm not 100 percent sure if this is for real or not but it looked pretty official to me. So have
you ever been interested in working in space? Google is interested in you working there.
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Check it
out! http://www.google.com/jobs/lunar_apply.html Source: I stumbled upon these on another
forum I participate in.....
Would You Go On A Trip Into Deep Space?
Even if you knew you were never coming back... (28) As the topic says, if you had the opportunity to go on a deep space mission but you knew it was a
one way trip, would you do it? Lets say fro arguments sake, that you would see the following
sights: The moon Mars Jupiter and its moons Saturn and the outer planets. I would like to see what
everyones opinions are, I would personally do it if I had the opportunity.....
Star Tours And Space Travel
How close is science fiction to reality? (10) We all or at least heard of Star Wars and Star Trek. If you have been to Disneyland you have
probably been on the ride "Star Tours" Its a fun little ride that in theory you were going to tour
around the moons and things but you end up in a star wars fight and going through some comets and
all kinds of other neat stuff. Its a fantasy adventure in a ride. There are many other books and
stories out there about this universe out there that is so darn big and beyond us. Look at Sci-Fi
Channel's Stargate Series'. You can also see them on local tv. Its about ro....
Fp2003 - Tables
Hope this is the right forum...? (7) Hi, I have designed a page within a table - three columns all adding up to 100% (no fixed pixel
column widths). The thing is that when I previously previewed it in other browsers it showed the
whole page - a but squashed, but everything was in the window without having to scroll horizontaly.
I made some adjustments without interfering with column widths, but now previews require horizontal
scrolling to view the page. Previously the text links in the centre column would wrap to cater for
the smaller browser size, but not now. Also, at the foot of the page there is a b....
Mysql Database Size
related to the free database space (6) hi all! this is my first post /biggrin.gif' border='0' style='vertical-align:middle'
alt='biggrin.gif' /> and i have a doubt, how much mysql space i am allowed to use... i mean how
much is available for my free account....
Ogame
Awesome space text-based game (23) http://www.ogame.com I found this game a few days ago and already I'm a total addict. Its
brilliant because you can make graphics go on forums while playing it, it dosen't need your full
attension. You build building and your mines work all day and night making reasourses so when you
wake up in them morning you'll see you've got loads of reasourses you can enjoy. After a
few days you can get space ships, with them attack people or send them reasourses. You can colonise
other planets and join alliences. ....
How Much Space Does Google Have On Their Servers?
(47) i really wanna know. this is like serious.. if 512 users sign up for gmail, then they use up a
terabyte of space... now its more than like to have around hundreds and hundreds of thousands of
people who would've signed up for gmail.. now this is getting a bit unbeleivable.. if a
million people sign up... 2 million gigabytes... now where thats like nearly 2000
terabytes!!!!!!!!!!!!!!! enough to
store all the information that every human ever spoke since the dawn of time(k..k.. i am
exxxxagerating) , now ho....
UNLIMITED FREE SPACE AND BANDWIDTH
(86) !!WHY GET CHEATED ELSEWHERE WHEN YOU CAN BE CHEATED RIGHT HERE!! :: REMEMBER ::
You are posting here to keep your hosting account alive. Posting was never ment for More BW or
SPace. Upgrades are only a way to help you out. I ask posts just to make sure that you are intrested
in your hosting account and to see that you are a part of this community. Remaining *ACTIVE* is
necessary to keep your Hosting account from getting deleted as well as keeping this site up!
Unknowingly.. You are contributing to this site.. About Trap17 I don't mind losin....
Looking for tables, invading, space
|
|
Searching Video's for tables, invading, space
|
advertisement
|
|