Results 1 to 3 of 3

Thread: Template Help

  1. #1
    Join Date
    Aug 2005
    Location
    Location Location
    Posts
    1,730
    Tokens
    0

    Latest Awards:

    Default Template Help

    I got a template and need help
    This a bit of the template.....



    I want the iframe below the "Main Content"
    But above the dotted line

    This is the code for both of them
    Code:
        <tr>
        <td class="lborder" width="14"></td>
        <td bgcolor="#D8E0C2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
            
            <tr>
              <td class="vertdots"></td>
              <td class="shadunder2">Main Content</td>     
               </tr>
    
    	     
    <tr>
              <td colspan="3" class="dotshor"></td>
            </tr>
    Hopefully you can help....thanks

  2. #2
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    There isn't the code for an Iframe in that html.
    kinda quit.

  3. #3
    Join Date
    Jun 2005
    Location
    Manchester
    Posts
    3,187
    Tokens
    0

    Latest Awards:

    Default

    I think he wants us too add the Iframe, if so the code is.

    HTML Code:
    <Iframe name="theiframesname" src="youriframe.html" width=pixels height=pixels marginwidth=0 marginheight=0 frameborder=0 scrolling=auto></Iframe>
    
    - Dan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •