PDA

View Full Version : Template Module Issue


cdc oner
06-25-2007, 10:08 PM
Was wondering how I would go about simply creating a link within a module that will open in a new window.

Preferably I'd like to modify the new window to remove title bar, change dimensions ect. so I'd like to do it using javascript.

Anyway any help on this would be greatly appreciated.

Thanks, Cam

cdc oner
06-26-2007, 03:21 AM
Ok so i figured out how to do that by placing the javascript/html into a template and making a new template module using that template. The only problem is that the body of the module appears above the heading. Has anyone experienced this?

Our Sponsors
 

cdc oner
06-26-2007, 03:37 AM
Made a template module. Everything is running smoothly except the body of the module is above the header!

Looking at the search module (which is the only other template module i have) i can't see anything fancy that's making it display below the header.

I've tried with and without html tags but no go. Any clues?

Brian
06-26-2007, 01:18 PM
Did you make sure your template was formatted like this?

<tr>
<td class="$bgclass">

Your Content Here

</td>
</tr>

Our Sponsors
 

Brian
06-26-2007, 01:20 PM
Please do not start multiple threads to ask the same question.

*threads merged*

cdc oner
06-26-2007, 08:13 PM
Hey Brian, thanks for your help. Sorry about the multiple thread, i thought cause it was more of a troubleshoot than a 'how to' i should post it in there. Won't happen again.:)