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

importing html objects

jbj
hi, i am working on an xhtml page that is becoming very table
intensive for just normal mark-up. I have pages and pages of tables
and rows and it has gotten quite massive. I can break it into
multiple tables to be easier to use, but even at that, it just adds an
extra element set and another tab key to hit.

I was wondering if there were anyway (without using frames, ugh) to
write the tables in seperate files (easier to maintain just a file
dealing with the nav bar then the code in the main page) and then
import it?

I have been looking, and from my own experience, seems not possible,
but figured I would ask. thanks for the help

-jbj
Jul 20 '05 #1
3 2030
On 7 Jul 2004 20:36:53 -0700, jbj <jb*******@gmail.com> wrote:
hi, i am working on an xhtml page that is becoming very table
intensive for just normal mark-up. I have pages and pages of tables
and rows and it has gotten quite massive. I can break it into
multiple tables to be easier to use, but even at that, it just adds an
extra element set and another tab key to hit.

I was wondering if there were anyway (without using frames, ugh) to
write the tables in seperate files (easier to maintain just a file
dealing with the nav bar then the code in the main page) and then
import it?

I have been looking, and from my own experience, seems not possible,
but figured I would ask. thanks for the help

-jbj

Google for SSI
Jul 20 '05 #2
jbj wrote:
I was wondering if there were anyway (without using frames, ugh) to
write the tables in seperate files (easier to maintain just a file
dealing with the nav bar then the code in the main page) and then
import it?


Yes. You can use SSI, PHP, ASP, or one of several dozen other acronyms;
see <http://www.allmyfaqs.com/faq.pl?Include_one_file_in_another>.

But you shouldn't be using tables for layout in the first place. They're
difficult to maintain (as you've noticed), less accessible than some
alternatives, less flexible, and structurally incorrect. An alternative
is CSS, which has far less shortcomings than layout tables; see
<http://www.allmyfaqs.com/faq.pl?Tableless_layouts>.
Jul 20 '05 #3
jbj wrote:
I was wondering if there were anyway (without using frames, ugh) to
write the tables in seperate files (easier to maintain just a file
dealing with the nav bar then the code in the main page) and then
import it?


http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another

--
Brian (remove ".invalid" to email me)
http://www.tsmchughs.com/
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: jean-marc | last post by:
As an application programmer, I'm not well versed in the material aspects of computing (memory, cpu, bus and all). My understanding of imports in Python is such: the __main__ program is the center...
6
by: Kamilche | last post by:
I have a large project that is getting complex, and I would like to print the docstrings without importing the modules. The only Python utility I could find references is apparently defunct and...
11
by: Grim Reaper | last post by:
I am importing a .csv file into Access that has 37 fields. My problem is that sometimes the last field only has data at the end of the column (it looks like when you import a file into Access, for...
5
by: dixie | last post by:
If I sent a user an empty database container - dB with no tables and I needed them to import their tables into it and one of their tables was a hidden table with the prefix Usys, is there any way...
1
by: ANSWER | last post by:
Is there any way I could disable user to create a new database and import all of my tables and queries into his database. I make .mde, disable shift+Enter, make logon users module (with your help...
4
by: Brian K. | last post by:
I am trying to split up and secure a database that we've been using on a network for a few years, following the procedure listed in Q304932 from microsoft. I create a new blank database for...
19
by: Flavio | last post by:
hi, I have an object defined with a number of hardcoded methods. Class soandso: def __init__(self): self.this = 0 self.that = 1 def meth1(self): ...
14
by: T. Crane | last post by:
Hi, When troubleshooting code that's saved in a text file, I often find that I want to make a change to it, re-save it, then reimport it. However, just typing import myTestCode doesn't...
2
by: bobh | last post by:
Hi All, For AccessXP when importing objects from one database into another databse if the object exists the import will create a copy of that object and stix a 1 or the next available nbr at the...
3
by: rs387 | last post by:
Hi, I've found the following behaviour on importing a variable from a module somewhat odd. The behaviour is identical in Python 2.5 and 3.0b2. In summary, here's what happens. I have a...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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...

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.