Web design Linkbut spacePrint design Linkbut spaceLogo Design Linkbut spaceTemplates linkbut spaceWeb Hosting linkbut spaceWeb Marketing linkbut spacetutorials linkbut spaceTips and Articles linkbut spacePartners linkbut gap
blue-box image-1 image-2 image-3
spaces

maa services

space
Tips and Articles
» Advertising Ideas
» Templates Creating Ideas and Tips
» Dedicated Server Tips
» Domain Name Tips
» Ecommerce Tips
» Hosting Tips

» Logo Design Concept

» Emal Marketing

» Offset Printing Tips

» Website Design Tips

» Website Promotion

» Affiliated Program Tips

 

Tutorials

» Fireworks Effects and Tutorials

» Flash Tutorials

» Photoshop Tutorials

» Dreamweaver Tutorials

 

Maa Web Design
» Brochure Website
» E-Commerce Website
» Flash Website
» Web Template Customization
» CMS Development
» E-News Letter

 

Maa Print Design
» Press Advert Design
» Banner Design
» Brochures Design

» Copywriting Services
» Direct Mail Design
» Flyers Design
» Illustration Works
» Invitations Design
» Menu Design
» News Letter Design

» Packaging Design

» Posters Design
» Presentation Folders
» Signage Design

 

Maa Identity Design
» Logo Design
» Stationary Design
» Corporate Identity Design
» Logo Template Customization

 

Maa Templates
» Web Templates
» PSD Templates

» Logo Templates
» Stationary Templates
» PowerPoint Templates
» Print Templates

» Free Section

 

Maa Web Hosting
» Domain Registration
» Web Site hosting
» Email
» Dedicated Server

 

Maa Web Marketing
» Search Engine Submission
» Search Engine Optimizing
» E-mail Marketing

» Website Content Writing

» E-mail Promotional Newsletter
» Live Chat Agent


space
How to customize a html template

Learn to customize an html template using this simple tutorial to edit our sample template.

  1. What are the programs you require in order to customize an html file?

Programs required for editing HTML file in the template

You can open an index.htm file with any HTML editor such as Microsoft FrontPage, Macromedia Dreamweaver or etc.

You can also use FrontPage Express program that included in Windows 98 .

 

Programs required for editing Photoshop file in the template

To edit graphic of our template (with given *.psd) , you need to have Adobe Photoshop 5.5 or a newer version of the same.

 

Programs required for editing Flash file in the template

To edit *.fla or Flash template you need to have Macromedia Flash 5.

  1. How do you insert your content?

You can enter texts at <your content here or pictures here>

  • How can you change a link title?

You can replace "Your Link" with your link title such as Home, Services, and Contact

  • How can you edit a Hyperlink?

For the Text link

<a href="http://www.atemplate.com">Your Link</a>

Replace "www.atemplate.com" to your web address.

 

For the Text link

<a href="#">Your Link</a>

Replace "#" to your web address.

 

For the Images link

<a href=http://www.atemplate.com><img src="bt.gif"></a>

Replace "www.atemplate.com" with your web address.

  • How do you customize the template?

Customizing templates in the sample that begin with letter "c"

Ex: c014_bl , c025_bl , c038_bllht , etc.

Customizing the image link template

  • You will find a blank image in which you can enter your text. The blank image will start with "b_". For example "b_bt" or "b_logo"
  • If you want to use it the blank image as a HOME button, copy "b_bt" and paste it.
  • Rename "copy b_bt" to "home".
  • Now open any graphic editor to edit your home image. You can also use Paint program that is included in window98 for the purpose.
  • Select a typing tool and colour for your "HOME".
  • Type " HOME " on an image
  • Add any effect that you like such as Drop Shadow, Bevel or Emboss.
  • Repeat the process until you have customized all of your buttons.

Customizing templates in the sample that begin with letter "p"

Ex: p047_b , p063_o , p182_bdrk , etc.

Customizing the template graphic

  1. To change template graphic, edit the attached .PSD template file with Adobe Photoshop. Customize it as per your desire.
  2. Save the customized file :
    1. Go to Photoshop Menu Bar > File > Save for Web > save as "p.html" in the same directory as index.htm
    2. This will replace the existing images file with your new graphic.
  3. Open "index.htm" and adjust it according to your use.

Customizing the image link template

  1. To customize rollover menu, edit the attached .PSD template file with Adobe Photoshop.
  2. Change the name of each menu to suit your content. You may also change the colour or font.
  3. Save the customized file :

Go to Photoshop Menu Bar > File > Save for Web > save as "p.html" in the same directory as index.htm

 

Edit your menu for rollover

 

Go back to your .PSD template file then customize the menu such as changing colour of the button to make the button colour change when you rollover.

  1. After you have finished customizing, save the file:
    1. Go to Photoshop Menu Bar > File > Save for Web > save as "o.html" in the same directory as index.htm
    2. This will replace the existing images file with your new graphic.
  • How to insert your content & picture in the Flash template?

Customizing templates in the sample that begin with letter "pf"

Here is the simplest way to edit the Flash.

  1. Open *.FLA file with Macromedia Flash 5
  2. Press ctrl+L to show Library window.
  3. Double click each object in the window to edit.
  • How to create a button in Macromedia Flash5?
  1. Create your object button by typing a text or adding an image to your movie.
  2. Select the object, then press F8.
  3. Assign a name to the button and select its behaviour as "Button", click ok
  4. Edit it by double-clicking on it.
  5. Now you'll see 4 frames of the button: Up, Over, Down, Hit.
    1. Up is shown when the button is loaded.
    2. Over is shown when you put your mouse over it.
    3. Down is shown when you click on it.
    4. Hit is not shown in the movie at all. This frame is used to assign the area of the button.
  6. Click on the frame you want to customize and press F6 to create a key frame.
  7. After creating the key frame for each frame, change the text or picture as you wish.
  8. To exit the button editing, double click on blank area of the frame
  • How to assign a target link to a button in Macromedia Flash5?
  1. Create a Button object.
  2. Right click on the button and select "Actions"
  3. Double click "Get URL" under the main topic named "Basic Action"
  4. In "URL" text field, type your HTML address in absolute link i.e. http://www.yourdomain.com/file.html
  5. In "Window" text field, choose any of the following options from the drop-down list box:
    • _self = opens the URL in the same window as the flash template.
    • _blank = opens the URL in a new window.
    • _parent = opens the URL in the same frame (if any) as the flash template.
  6. Now, on the right section of Action window, you'll see:

on (release) [GetURL ("http://www.yourdomain.com/file.html”, "_self") ;]

  • Viewing the file correctly in Netscape old version, which doesn't support CSS:

 

  1. View the source code of the HTML
  2. Remove the tag
  3. <link rel="stylesheet" href="style.css" type="text/css">, seen in, <head> ... </head>

    This will remove CSS from the template.

  4. Assign the font type and font size to each paragraph as you desire.

 

 

 

 

 

Back to Tips and Articles Home Page


arrow

Maa Design Services
MAA offers high-quality website design services at affordable prices and fast turnaround time. We provide ready-made & custom website design solutions to global clients from London, UK. Take a look at our client testimonials from clients all over the world. Contact us today to get started on your website!

 

 

arrow

Client Testimonials

"If you want the QUICKEST service, the BEST web design, Logo and the FRIENDLIEST communication, DezineHub is the ONLY business to turn to. They far exceeded my expectations! I give them the HIGHEST recommendation! "
Dilip, Chemmen Ltd UK

 

Ready-made Flash, Photoshop & Dreamweaver Web Templates

 




 

space

packages

space

top

arrowMaa Web Design
-Brochure Website
-E-Commerce Website
-Flash Website more>

bottam

space

top

arrowMaa Web Design
-Brochure Website
-E-Commerce Website
-Flash Website more>

bottam

space

top

arrowMaa Web Design
-Brochure Website
-E-Commerce Website
-Flash Website more>

bottam

space

top

arrowMaa Web Design
-Brochure Website
-E-Commerce Website
-Flash Website more>

bottam

space

top

arrowMaa Web Design
-Brochure Website
-E-Commerce Website
-Flash Website more>

bottam

space

top

arrowMaa Web Design
-Brochure Website
-E-Commerce Website
-Flash Website more>

bottam

space

top

arrowMaa Web Design
-Brochure Website
-E-Commerce Website
-Flash Website more>

bottam

space

spaces
bottam-left
Home | About | Services | Package | Portfolio | Testimonials | Free Downloads | Free Tutorials | Jobs | Privacy Policy | Terms & Conditions | Contact
Copyright © 2005 Maagraphics.com - All rights reserved. Site Designed and Developed by MAA Design Ltd. London, UK
bottam-right

Design services : Brochure Website | E-Commerce Website | Flash Website | Web Template Customization | CMS Development | E-News Letter | AD Design
Brochures Design | Flayers Design | News Letter Design | Posters Design | Invitations Design | Menu Design | Banner Design | Logo Design | Stationary Design
Corporate Identity Design | Animated Logo Design | Web Templates | 3D logo Design | PSD Templates | Logo Templates | Stationary Templates | Print Templates
PowerPoint Templates| Domain Registration | WebSite hosting | Email|Dedicated Server | SEO | E-mail Marketing | Live Chat Agent | Site Map