HTML

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).
AuthorTopic: HTML
Agent
Member # 2820
Profile #0
I have a few quick question about frames in HTML. Can you completely remove the obstructing gray bars that separate the frames? Can you place frames inside a table? Is it possible to display another HTML page in your page, but still make it possible to move the whole page simultaneously? Would this require the use of the somewhat ugly iframes?

--------------------
How do signature's work?
-Keep
Posts: 1415 | Registered: Thursday, March 27 2003 08:00
Babelicious
Member # 3149
Profile Homepage #1
1. Yes. Use the FRAMEBORDER attribute to the FRAME element. This is HTML 4.0 Frameset valid.
2, 3. Not unless you use an IFrame. You can style IFrames to an extent, see the spec.
Posts: 999 | Registered: Friday, June 27 2003 07:00