custom banners ads issue
-----
| Author | Message | |
|---|---|---|
|
Mikecp421 |
||
| Sat Aug 06, 2005 12:30 pm Post subject: custom banners ads issue | ||
|
Hey I added this Custom HTML code to make banner ads but I cant figure out how to close the table so the way it looks on the site doesn't look broken. Can you tell me what I am missing? Thanks.
{TPL_CONTENT_TOP_NOPADDING} <div align="center"> <tr> <td colspan="2" align="center" height="9"><a href="http://www.meogee.com/viewtopic.php?t=1421" target="_blank"><img style="vertical-align:middle; margin:20px" src="templates/MorpheusXSteelBlue/images/cdc_banner.gif" width="200" height="51" border="0"><a href="http://www.meogee.com/viewtopic.php?t=1421" target=" target="_blank"><img style="vertical-align:middle; margin:20px" src="templates/MorpheusXSteelBlue/images/cdc_banner.gif" width="200" height="51" border="0"><a href="http://www.meogee.com/viewtopic.php?t=1421" target="_blank"><img style="vertical-align:middle; margin:20px" src="templates/MorpheusXSteelBlue/images/cdc_banner.gif" width="200" height="51" border="0"><a href="http://www.meogee.com/viewtopic.php?t=1421" target="_blank"><img style="vertical-align:middle; margin:20px" src="templates/MorpheusXSteelBlue/images/cdc_banner.gif" width="200" height="51" border="0"></font></td> </tr> </div> {TPL_CONTENT_BOTTOM} |
||
|
Thoul |
||
| Sat Aug 06, 2005 6:33 pm Post subject: re: custom banners ads issue | ||
|
Try this. The new stuff is in bold.
{TPL_CONTENT_TOP_NOPADDING} <div align="center"> <table> <tr> <td colspan="2" align="center" height="9"><a href="http://www.meogee.com/viewtopic.php?t=1421" target="_blank"><img style="vertical-align:middle; margin:20px" src="templates/MorpheusXSteelBlue/images/cdc_banner.gif" width="200" height="51" border="0"><a href="http://www.meogee.com/viewtopic.php?t=1421" target=" target="_blank"><img style="vertical-align:middle; margin:20px" src="templates/MorpheusXSteelBlue/images/cdc_banner.gif" width="200" height="51" border="0"><a href="http://www.meogee.com/viewtopic.php?t=1421" target="_blank"><img style="vertical-align:middle; margin:20px" src="templates/MorpheusXSteelBlue/images/cdc_banner.gif" width="200" height="51" border="0"><a href="http://www.meogee.com/viewtopic.php?t=1421" target="_blank"><img style="vertical-align:middle; margin:20px" src="templates/MorpheusXSteelBlue/images/cdc_banner.gif" width="200" height="51" border="0"></font></td> </tr> </table> </div> {TPL_CONTENT_BOTTOM} |
||
|
Mikecp421 |
||
| Sat Aug 06, 2005 8:03 pm Post subject: | ||
|
yep I fogot those darn table tags, thanks thoul
|
||
|
Mikecp421 |
||
| Sat Aug 06, 2005 8:06 pm Post subject: re: custom banners ads issue | ||
|
let me ask you something else? How do I change the name the emails come from when a user is emailed about a replied post? Thanks
|
||
|
Thoul |
||
| Sun Aug 07, 2005 12:53 pm Post subject: re: custom banners ads issue | ||
|
If you want them all to use the same e-mail address, you can change it in the ACP > General > Configuration page. It's the board e-mail setting near the bottom.
|
||
|
Mikecp421 |
||
| Mon Aug 08, 2005 9:19 pm Post subject: re: custom banners ads issue | ||
|
wont that affect getting mail at that address?
|
||
|
Thoul |
||
| Tue Aug 09, 2005 12:08 am Post subject: re: custom banners ads issue | ||
|
No, that e-mail address, as far as the board goes, is only used as a From: label and signature in outgoing mails.
|
||
|
Mikecp421 |
||
| Tue Aug 09, 2005 2:48 pm Post subject: re: custom banners ads issue | ||
|
cool thanks, I appreciate it
|
||
|
Mikecp421 |
||
| Tue Aug 09, 2005 3:01 pm Post subject: re: custom banners ads issue | ||
|
hey, I did it, and when I changed it to whatever I wanted, which was a non email address, it showed part of what I wrote then added @powweb.#####.com ###=whatever it said. Is there a way to prevent it from doing that?
|
||
|
Thoul |
||
| Tue Aug 09, 2005 10:57 pm Post subject: re: custom banners ads issue | ||
|
Hm, phpBB itself shouldn't be doing that. It might be something your host is adding to e-mails that go out through their server.
|
||