Jump to content

Producing a Simple Div Layout in CubeCart 3


Guest ambassador

Recommended Posts

Guest ambassador

-------

Feb 14, 2006

If one wishes to layout a CubeCart 3.0.8 store as shown in the following code:

<body>





<div class="main">





   <div class="header">

	  <!-- header graphic goes here --> 

   </div> <!-- End header -->

   

	  

   <div class="nav_bar_under_header">

	  <?php require("nav_primary.php"); ?>			 

   </div> <!-- End bar_under_header -->



   

   <div class="right_column">

	  <h1 class="page_title">Welcome</h1>

	  <p class="right_column">

	  Text goes here.

	  </p>

	  <p class="right_column">

	  Text goes here.

	  </p>	   				

   </div> <!-- End right_column -->

   

   

   <div class="left_column">

	  <!-- stuff can be placed here -->

   </div> <!-- End left_column -->

   



   <div class="footer">

	  <!-- footer graphic goes here -->

   </div> <!-- End footer -->

   

   

   

</div> <!-- End main -->







</body>

How is this specific simple Div-based layout applied to CubeCart 3.0.8?

Ambassador

-------

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...