Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 08:17 PM
jbj
Guest
 
Posts: n/a
Default importing html objects

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
  #2  
Old July 20th, 2005, 08:17 PM
Neal
Guest
 
Posts: n/a
Default Re: importing html objects

On 7 Jul 2004 20:36:53 -0700, jbj <jbjonesjr@gmail.com> wrote:
[color=blue]
> 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[/color]


Google for SSI
  #3  
Old July 20th, 2005, 08:17 PM
Leif K-Brooks
Guest
 
Posts: n/a
Default Re: importing html objects

jbj wrote:[color=blue]
> 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?[/color]

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>.
  #4  
Old July 20th, 2005, 08:17 PM
Brian
Guest
 
Posts: n/a
Default Re: importing html objects

jbj wrote:[color=blue]
> 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?[/color]

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

--
Brian (remove ".invalid" to email me)
http://www.tsmchughs.com/
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles