Form page and CSS compatability

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've downloaded a CSS based web page that has two columns and a header.
My question is this.
On a seperate page that I've built with the forms page wizard I have a text
box for "operational instructions" and a box for the date that I want to load
to another web page. I understand how this works in a frames page as far as
selecting the desired frame etc., and have seen that work. Can I do the same
thing but load it in to a particular area within a CSS based page. I have a
page area called "main" and would like to have the submitted comments load in
"main" with the newest at the top.
Additionally, is there any reference material out there that would allow me
to apply some formatting to the text prior to it being loaded to the page.
For no other reason than to make it look nice. If I have to use a frames page
for the above can I use any CSS type formatting as the new "operational
instruction" is loaded
 
No

CSS is for layout and appearance
HTML is for content
You can't have one part of a page control content of another part of the same page unless you use some sort of Scripting
(client/server side) or DHTML, or as you indicted frames

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| I've downloaded a CSS based web page that has two columns and a header.
| My question is this.
| On a seperate page that I've built with the forms page wizard I have a text
| box for "operational instructions" and a box for the date that I want to load
| to another web page. I understand how this works in a frames page as far as
| selecting the desired frame etc., and have seen that work. Can I do the same
| thing but load it in to a particular area within a CSS based page. I have a
| page area called "main" and would like to have the submitted comments load in
| "main" with the newest at the top.
| Additionally, is there any reference material out there that would allow me
| to apply some formatting to the text prior to it being loaded to the page.
| For no other reason than to make it look nice. If I have to use a frames page
| for the above can I use any CSS type formatting as the new "operational
| instruction" is loaded
 
Back
Top