1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General need template help plz

Discussion in 'General' started by dirky, Jul 7, 2007.

  1. dirky

    dirky New Member

    hi

    i,m new to templates and this site and any advice would be really appreciated.

    ive dowenloaded the world of warcraft template ,wiped the elf off and replaced it with a guild wars character and all is looking ok. http://www.baynham1.adsl24.co.uk/ but i want to build other pages with a different look.
    ive built up a page made out of the footer placed at the top then 2 main boxes both with the elf removed ,to make large text areas.

    i,m working in paintshop cs and dreamweaver .ive created a css file built into the page and to my limited knowledge it looks right.just a small amout of text . ive pasted it at the end of this message.
    my problem is i,m totally stumped as to how to enter text.when i try to do it with dreamweaver the whole image in that part of the page turns black.been on this for 2 days and could do with a pointer in the right direction.how can i add text directly into the code.

    or am i doing this completely wrong..

    cheers ..dirk.....code is below.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    background-color: #000000;
    }
    -->
    </style></head>

    <body>
    <table width="900" height="788" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td width="897" height="110"><img src="images/footer-bg.jpg" width="897" height="110" longdesc="images/small header.jpg" /></td>
    </tr>
    <tr>
    <td width="897" height="488"><img src="images/pagetop.jpg" width="897" height="488" longdesc="images/pagetop.jpg" /></td>
    </tr>
    <tr>
    <td width="897" height="488"><img src="images/pagebottom.jpg" width="897" height="488" longdesc="images/pagebottom.jpg" /></td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table>
    </body>
    </html>