Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Pages with borders

Reply
Thread Tools

Pages with borders

 
 
Douglas G
Guest
Posts: n/a
 
      09-08-2003
I want to build a page that has two borders - one with navigator buttons and
the other with pages that load up when one of the navigator buttons is
clicked. Does anyone know the html codes for this?

Thanks in Advance


 
Reply With Quote
 
 
 
 
Black Mage
Guest
Posts: n/a
 
      09-08-2003
..::::::::::::::::::::::: Quoth Douglas G :::::::::::::::::::::::.

> I want to build a page that has two borders - one with navigator buttons and
> the other with pages that load up when one of the navigator buttons is
> clicked. Does anyone know the html codes for this?


rtfm http://www.w3schools.com/html/html_frames.asp -- I assume this is
what you are trying to do.

--
>>> Black Mage

....
.... http://bastardgeek.org

 
Reply With Quote
 
 
 
 
Douglas G
Guest
Posts: n/a
 
      09-08-2003
Thanks. I believe it is the target atribute, but how do I specify that I
want the page to load in another table cell within the same page


"Black Mage" <> wrote in message
news...
> .::::::::::::::::::::::: Quoth Douglas G :::::::::::::::::::::::.
>
> > I want to build a page that has two borders - one with navigator buttons

and
> > the other with pages that load up when one of the navigator buttons is
> > clicked. Does anyone know the html codes for this?

>
> rtfm http://www.w3schools.com/html/html_frames.asp -- I assume this is
> what you are trying to do.
>
> --
> >>> Black Mage

> ...
> ... http://bastardgeek.org
>



 
Reply With Quote
 
Friendly
Guest
Posts: n/a
 
      09-08-2003
On Mon, 08 Sep 2003 11:31:20 +1000 Douglas G scrawled this disquisition:

> I want to build a page that has two borders - one with navigator buttons and
> the other with pages that load up when one of the navigator buttons is
> clicked. Does anyone know the html codes for this?



Yes.


Are you sure you cross-posted sufficiently?


FS

 
Reply With Quote
 
David Dorward
Guest
Posts: n/a
 
      09-08-2003
Please direct your attention towards:
http://www.allmyfaqs.com/faq.pl?How_to_post

Douglas G wrote:

> Thanks. I believe it is the target atribute, but how do I specify that I
> want the page to load in another table cell within the same page


The short answer is that you don't. Frames introduce a lot of problems
<http://dorward.me.uk/www/frames/>, and the only way to do what you want is
to use either inline frames, or simulate the effects of frames with
JavaScript.

Take the solution that 99.9%+ of the web uses, duplicate shared content
(such as navigation) on each page. Some tools to make this easy for you can
be found described at
<http://www.allmyfaqs.com/faq.pl?Include_one_file_in_another>

Given your comment, it seems a reasonable assumption that you are abusing
tables as a layout tool (instead of using them becuase of what they say
about the data). You should probably read
<http://www.allmyfaqs.com/faq.pl?Tableless_layouts> and
<http://dorward.me.uk/www/css>

--
David Dorward http://dorward.me.uk/
 
Reply With Quote
 
 
 
Reply

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tables with different color left and right borders, no top or bottom borders, etc. George HTML 9 10-25-2004 04:25 PM
Remove the XP borders of a ComboBox? Lars Netzel ASP .Net 0 07-28-2004 02:06 PM
TableRow Borders =?Utf-8?B?QWxleCBNYWdoZW4=?= ASP .Net 3 04-27-2004 07:15 AM
bug with web controls on multipage - the borders leak through all pages rb ASP .Net Web Controls 0 11-12-2003 05:19 PM
Re: DataGrid formatting - only one column without borders Anatoly ASP .Net 1 07-15-2003 12:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57