473,327 Members | 1,976 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,327 software developers and data experts.

A doubt about table

129 100+
Hello friends,
I have one doubt about table in html. Normally, we put the table on background as center or left or right with align property, but if we want to put that table at specified position on the background, then how it is possible? Please help me friends......... Is it possible using html or with javascript or anyother tool?
Dec 31 '07 #1
2 993
Hello friends,
I have one doubt about table in html. Normally, we put the table on background as center or left or right with align property, but if we want to put that table at specified position on the background, then how it is possible? Please help me friends......... Is it possible using html or with javascript or anyother tool?
You could use CSS styling with an absolute position. Although tables are outdated now in the <table></table> tags do the following

<table style="position: absolute; left: X; top: Y></table>

where X and Y are the value of position from the top left corner at 0, 0. Remember to identify the units as well (ex: left: 100px; top 150px)

-PunchBack
Dec 31 '07 #2
sasimca007
129 100+
Thank u my friend,
I got the answer what i want. Thanks
Jan 1 '08 #3

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

Similar topics

4
by: RK | last post by:
Hi, In my application, I need to copy data from an Excel file into a SQL table. The article related to this can be found at http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B306572 ...
2
by: friend05 | last post by:
hi, i don't have any idea about msaccess. i am having one text file in following manner. txt file: AU Oren, EE Tamerler, C Sarikaya, M
2
by: padmanabhanp | last post by:
Hai, I am having two tables. one is login table and another one is newemployee table. Login Table: create table Login(UserType varchar(30),Usename varchar(30),Password...
1
by: 123456prakash | last post by:
hi all i have a doubt Suppose I have a table employee in which i have 3 fields no name and salary I have stored 100 records Now suppose i alter the table by adding two more fields say dep and...
3
by: IsRaEl | last post by:
Hello everyone, I'm with a lot of questions about how to design a n-Tier, how to do the code how to organize, and all the samples that i find, are with only one table, one class with DataAcess,...
2
priyan
by: priyan | last post by:
hi all, I am having a doubt of how to write a function for my situation. I am having two tables portfolioscrip portfolioscripdetails i have to insert into...
0
by: ssknov | last post by:
hi all i have a doubt, that when i have several "select" queries for different tables, different criterias in same table, SHOULD I USE seperate DATASETS for each query? pls reply me. since i...
0
by: hussainiyad | last post by:
Dear All, I,m doing a invoice project and in it i want to create both salesInvoice & purchase order my Purchaseinvoice table contains following fields 1.InvoiceNo int primary key 2.Pdate...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.