So you are saying I could div, and put some cfinclude in that? I dont think
that would work. how would the code get populated and parced. Guess it would
have to be cells and not DIV's.
 
Does anyone know which way is the RIGHT way to do this? 
Divs, or cells?
 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com <http://www.motorcyclecarbs.com/>  

 

  _____  

From: Rick Lansford [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 14, 2007 3:19 PM
To: Carbs Sales&Service
Subject: RE: [ACFUG Discuss] CSS to <cfinclude>


I suck at CSS. What I do is set up a table for the structure and put my
includes in each cell. I think CSS is the way to go, but I can't help you
with that part.

  _____  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Wednesday, March 14, 2007 3:00 PM
To: Daniel Hammond
Cc: discussion@acfug.org
Subject: [ACFUG Discuss] CSS to <cfinclude>


I have a page I am working with that uses Div and css to set up the #navbar,
and #content.
The page is like this:
 
------------------------------------
cfinclude Header.cfm
-------------------------------------
 div        |    div
#navbar |   #content
             |
-------------------------------------
cfinclude Footer.cfm
-------------------------------------
 
CSS shows
---------------------
#navBar{
 margin: 0 79% 0 0;
 padding: 0px;
 background-color: #cccccc;
 border-right: 1px solid #666;
 border-bottom: 1px solid #666;
}
 
#content{
  float:right;
 width: 75%;
 margin: 0;
 padding: 0 3% 0 0;
}
----------------------
Now the qustion is what determines where the columns are?
I wish to get rid of the DIV and use cfinclude.
What I dont understand is how does it stands to reason that the page code
shows
 
div 
#content
goo goo goo
/div
 
div
#navbar
foo foo foo
/div
 
I dont see what makes the columns line up and how I would replace "div
#navbar" with "cfinclude leftnav.cfm"
 
Any pointers?
 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com <http://www.motorcyclecarbs.com/>  

 

------------------------------------------------------------- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
<http://www.acfug.org?fa=login.edituserform>  

For more info, see http://www.acfug.org/mailinglists
<http://www.acfug.org/mailinglists>  
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
<http://www.mail-archive.com/discussion%40acfug.org/>  
List hosted by FusionLink <http://www.fusionlink.com>  
------------------------------------------------------------- 

Reply via email to