I am using php to generate my html and so would like to keep everything
in one output file (ie: php writes the html). To structure my page(s) I
am using tables which works fine apart from two problems ...
1. The main table does not go right to the side of the browser which
means that there is always a strange border around the page which
prevents me using mixed colors. I have tried a whole range of commands
(eg WIDTH BORDER CELLPADDING CELLSPACING ... in the table definition)
and have tried using editors (netscape composer and openoffice) to get
this to work (and to find the syntax) but nothing seems to do it. Is
this just the 'nature' of html tables? or is this really possible?
2. I would like to selectively display the borders to cells (eg just the
lower border) but also find that I cannot do this. I found I could
selectively display the lower border to a particular table but this does
not help me as I cannot separate the cells into individual tables as
this messes up my layout. Is this just the nature of tables/cells? Or
can it be done?
Indeed, because I was having problems with tables, I decided to look at
frames. Frames would work perfectly for my needs but this would involve
generating several files (ie a frameholder and then one file for each
frame in the frameholder) and this would complicated my generation
process significantly.
My question here is: Is it possible to define frames (both frameholder
and content) in one file? I experimented with the syntax
<frameset><frame>my-html-code</frame></frameset> but it didn't seem to work.
Any tips on these points would really help me out.
Regards,
Alan Searle.