View Full Version : Title Bar at bottom
RaceJunkie
06-21-2005, 05:18 PM
I can't seem to get the title bar on the Modules I make to be at the top.
Take a look at the weather module on my site located on the left.
www.localracechat.com
I created a new template and called it adv_portal_weather then made my module and called the template. Am I not doing something right to make the title be at the top?
This is the code I used for my template
<A HREF="http://www.wral.com/weather/"><IMG
SRC="http://images.ibsys.com/ral/images/weather/auto/bug1-160x120.gif"
WIDTH="160" HEIGHT="120" ALT="WRAL.com Weather" BORDER=0></A>
FightRice
06-21-2005, 05:35 PM
You might want to try putting it inside the block like this
<tr>
<td class="$bgclass">
<A HREF="http://www.wral.com/weather/"><IMG
SRC="http://images.ibsys.com/ral/images/weather/auto/bug1-160x120.gif"
WIDTH="160" HEIGHT="120" ALT="WRAL.com Weather" BORDER=0></A>
</td>
</tr>
RaceJunkie
06-21-2005, 05:40 PM
Thanks I see now.. :D
LEAD_WEIGHT
06-21-2005, 05:44 PM
U should make it so when u click on it, u stay @ your site and open another window. That is if u want ppl to leave your site fast :D
RaceJunkie
06-21-2005, 05:49 PM
U should make it so when u click on it, u stay @ your site and open another window. That is if u want ppl to leave your site fast :D
Good idea but Not sure how to do that one :eek:
KW802
06-21-2005, 06:58 PM
To have your HTML links opens a new window change this....<A HREF="http://www.wral.com/weather/">.... to this:<A HREF="http://www.wral.com/weather/" target="_blank">
LEAD_WEIGHT
06-21-2005, 07:48 PM
To have your HTML links opens a new window change this........ to this:
<A HREF="http://www.wral.com/weather/">
.... to this:
<A HREF="http://www.wral.com/weather/" target="_blank">
As well as your Tracks Module. To each link.
RaceJunkie
06-21-2005, 08:00 PM
Thanks guys.. :)
RaceJunkie
06-21-2005, 08:03 PM
Hey Lead Weight Have you been able to get anything to go under them Scrolling Fading Moduls and also how did you make them calapes.. Pm me if you desire..
LEAD_WEIGHT
06-22-2005, 03:33 AM
Hey Lead Weight Have you been able to get anything to go under them Scrolling Fading Moduls and also how did you make them calapes.. Pm me if you desire..
I can place my affiliate module on the right,left & centre. If u talking about the template I use I will post below. U might want to ask if this is the correct code, it works for me but I do not know if it is correctly made.
<!-- Scrolling/Fading Links -->
<tr>
<td class="$getbgrow" width="100%">
<SCRIPT src="fading.js"></SCRIPT>
<MARQUEE behavior= "scroll" align= "center" direction= "up" height="170" scrollamount= "2" scrolldelay= "15" onMouseOver="this.stop()" onMouseOut="this.start()">
<center>
<!-- Begin Links -->
<a href="http://www.sitename.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://www.path_to_image.jpg" alt=""></a><BR><BR>
<a href="http://www.sitename.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://www.path_to_image.jpg" alt=""></a><BR><BR>
<a href="http://www.sitename.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://www.path_to_image.jpg" alt=""></a><BR><BR>
<a href="http://www.sitename.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://www.path_to_image.jpg" alt=""></a><BR><BR>
<a href="http://www.sitename.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://www.path_to_image.jpg" alt=""></a><BR><BR>
<!-- End Links -->
</center>
</Marquee>
</td>
</tr>
<tr>
<td class="$getbgrow" align="center">
<img src="http://www.yourrootimage.com/forums/images/banner/foot_clan1.jpg" border="0">
<br><img src="http://www.yourrootimage.com/forums/images/banner/foot_clan2.jpg" border="0">
</td>
</tr>
<tr>
<td class="tcat" align="center"><span class="smallfont"><strong><a href="http://www.yourimageforaffiliate.com">Click Here to become an Affiliate</a></strong></span>
</td>
</tr>
<br />
<!-- End Scrolling/Fading Links -->
RaceJunkie
06-22-2005, 05:26 PM
I can place my affiliate module on the right,left & centre. If u talking about the template I use I will post below. U might want to ask if this is the correct code, it works for me but I do not know if it is correctly made.
<!-- Scrolling/Fading Links -->
<tr>
<td class="$getbgrow" width="100%">
<SCRIPT src="fading.js"></SCRIPT>
<MARQUEE behavior= "scroll" align= "center" direction= "up" height="170" scrollamount= "2" scrolldelay= "15" onMouseOver="this.stop()" onMouseOut="this.start()">
<center>
<!-- Begin Links -->
<a href="http://www.sitename.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://www.path_to_image.jpg" alt=""></a><BR><BR>
<a href="http://www.sitename.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://www.path_to_image.jpg" alt=""></a><BR><BR>
<a href="http://www.sitename.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://www.path_to_image.jpg" alt=""></a><BR><BR>
<a href="http://www.sitename.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://www.path_to_image.jpg" alt=""></a><BR><BR>
<a href="http://www.sitename.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://www.path_to_image.jpg" alt=""></a><BR><BR>
<!-- End Links -->
</center>
</Marquee>
</td>
</tr>
<tr>
<td class="$getbgrow" align="center">
<img src="http://www.yourrootimage.com/forums/images/banner/foot_clan1.jpg" border="0">
<br><img src="http://www.yourrootimage.com/forums/images/banner/foot_clan2.jpg" border="0">
</td>
</tr>
<tr>
<td class="tcat" align="center"><span class="smallfont"><strong><a href="http://www.yourimageforaffiliate.com">Click Here to become an Affiliate</a></strong></span>
</td>
</tr>
<br />
<!-- End Scrolling/Fading Links -->
Well whatever it is it worked.. Thank you
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.