PDA

View Full Version : Use some own HTML in a custom module ?


tijmen_4real
11-11-2008, 09:41 AM
Hi !

Is there some module available where u can add some own HTML-code to ? If so, where can i find this ?

Or is there a other way to embed my own code in a module ?
Greetz,

tijmen_4real :cool:

Brian
11-12-2008, 11:19 AM
Create a new template module then put your code in the space provided.

Our Sponsors
 

tijmen_4real
11-12-2008, 11:54 AM
Create a new template module then put your code in the space provided.

How do i create a new template ?

tijmen_4real
11-12-2008, 01:05 PM
I created the template and added my code:

<iframe src="http://www.hetweer.nl/gadget" width="258" height="200" scrolling="no" frameborder="0">
</iframe>
<p style="text-align:right; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#4182A2;">
meer <a href="http://www.hetweer.nl/" target="_blank" style="background:transparant;color:#4182A2; text-decoration:underline;">weer</a>
</p>
But now the category-strip is under my template (module) content, totally loose of it. How can i get it above the module ?

See the attachment for a screenshot of my problem

Our Sponsors
 

PhilMcKrackon
11-12-2008, 07:37 PM
Try http://www.vbadvanced.com/forum/faq.php?faq=vba_trouble#faq_vba_trouble_shell

adrianobr
07-26-2009, 09:55 PM
I created the template and added my code:

<iframe src="http://www.hetweer.nl/gadget" width="258" height="200" scrolling="no" frameborder="0">
</iframe>
<p style="text-align:right; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#4182A2;">
meer <a href="http://www.hetweer.nl/" target="_blank" style="background:transparant;color:#4182A2; text-decoration:underline;">weer</a>
</p>
But now the category-strip is under my template (module) content, totally loose of it. How can i get it above the module ?

See the attachment for a screenshot of my problem

Add your code
ex;
<tr>
<td class="$bgclass"> <!-- Your code here --> </td>
</tr>