Results 1 to 5 of 5
Related
-
HTML Scroll Table Forum: HTML Forum
Replies: 0 -
Scroll bar in table cell help Forum: HTML Forum
Replies: 14 -
table with scroll bar Forum: HTML Forum
Replies: 2 -
scroll table within webpage Forum: HTML Forum
Replies: 5
-
05-31-2007, 03:35 PM #1
Urgent! Cant center my table anymore once applying the scroll down div.
http://blueroomfx.com/BlueRoomClient/path/aboutus.html
Here is the page I am having trouble on please. I would like to center the middle table, I cant for the life of me do it, I hit center, and it just stays still. I am using Adobe Go Live CS. When the table was a regular table it centered just fine like the others on the page, and I added a scroll down <div> code to it, to enable scrolling, and now it just sticks to the left side of the page, how annoying.
How can I fix this please? Thanks sooo much.
Is it a matter of creating a css option to it and centering that, it seems like the new scroll div I added overrides the tables centering ability, weird.
-
05-31-2007, 11:29 PM #2
Re: Urgent! Cant center my table anymore once applying the scroll down div.
Welcome to AHFB!
I don't use Adobe Go Live so I can't tell you how to fix your code in its code view. However, in a cursory examination of your (very kludge-y) code, I noted the following line which appears to be totally unnecessary and the line which is probably screwing everything up:
Code:<div style="width: 800px; height: 400px; overflow: scroll; align: center; background-color: #ccc;">
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
-
06-01-2007, 06:02 PM #3
Re: Urgent! Cant center my table anymore once applying the scroll down div.
That code line that you mention enables the table to be scrollable. Although it does screw everything up. I would simply like to make my table scrollable, as I have done, but also make it centered.
Without the line of code you mentioned everything is perfect, centered, though lacking the scrollable function in the table.
I simply want
1. A scrollable table.
2. For that table to be centered on the page always, like my other tables.
Thanks! I do understand coding, though this is a tough one, I never did this function before.
-
06-01-2007, 07:39 PM #4
Got it...
Thanks guys, you can check it out when you want. It was a bit tricky, I really had to code this thing.
-
06-01-2007, 07:47 PM #5
Re: Urgent! Cant center my table anymore once applying the scroll down div.
OK, don't put that line back in though. Replace the next line after it:
Code:<table width="800" background="images/mainpagecentral.jpg" height="700" border="0">
Code:<table height="700" border="0" style="width: 800px; height: 400px; overflow: scroll; align: center; background-image: url(images/mainpagecentral.jpg);">
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum