July 07, 2008 | 01:10 AM  
Welcome

Don't have an account yet? You can create one, it is free, just click here

as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.

 • •  Control Panel - Register - Login  • • 
Current Stable MDPro Lite 1.0821 Download
   30-Nov-1999  Print current page  Show map

- Step 4: Customizing area block templates

 

    Step 4: Customizing area block templates

Now you have to customize the three area block templates:

Start opening area1block.html with your favourite web editor and edit it as below (delete your content and copy&paste this... it's faster): what has been done:



<­TABLE WIDTH="100%" BORDER="0" CELLPADDING="1" CELLSPACING="0" BGCOLOR="#FFFFFF">

<­TR>

<­TD><­TABLE WIDTH="100%" HEIGHT="80" BORDER="0" CELLPADDING="0" CELLSPACING="4" BGCOLOR="#FFFFFF">

<­TR>

<­TD height="18">

<­!-- [block-content] -->

<­/TD>

<­/TR>

<­/TABLE><­/TD>

<­/TR>

<­/TABLE>

<­TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">

<­TR>

<­TD HEIGHT="7"> <­IMG SRC="<­?php echo $imgpath; ?>spacer.gif" WIDTH="1" HEIGHT="7"><­/TD>

<­/TR>

<­/TABLE>

The original area1block contains 3 tables: one for the block-title, one for the block-content and the last for the spacer. In this new template the block-title table was deleted to not display the yellow block header and the block title name, Image block, you filled in during block creation in the Admin Pannel.


....work in progress   :-)