lukescotty
12-05-2012, 10:33 AM
Hiya guys
My mate edited my code, so I have an advert and welcome message displayed to 'guests'
www.talknightlife.co.uk
What I would like to do is, remove the advert and display the welcome message all the way across the homepage. At the moment I can remove the advert, but the welcome message still says put (aligned right) hope you guys can help me, would really appreciate it.
Heres the code in my Ad-Global-below-navbar
<vb:if condition="$show['guest']">
<div class="ads_lr_wrapper">
<div class="ads_lr">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-***************";
/* Not-Logged-In-TNL */
google_ad_slot = "***********";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="ads_lr_welcome">
<p id="welcome_bold_big">Welcome to Talk Nightlife</p><br>
<p id="welcome_normal">Talk Nightlife is the UK's Newest Clubbing Forum; find</p><br>
<ul>
<li><b> »</b> Clubbing Events, Club Nights and Nights Out</li>
<li><b> »</b> Nightlife Guides in Cities Across the UK</li>
<li><b> »</b> Discounts for VIP Access to Popular Nightclubs</li>
<li><b> »</b> Cheap Tickets for Festivals, Underground & Special
Events</li>
<li><b> »</b> Hen Party and Stag Do Ideas, Advice & Discounts</li>
<li><b> »</b> Access to Hotel Deals and Discounts Via the Night
Life Forum</li>
</ul>
<br>
<p id="welcome_bold">Register For Free and Get Discounts</p><br>
<p id="welcome_normal">Login with Facebook or Create a TNL Profile</p><br>
<p id="welcome_bold_big"><a href="/register.php">REGISTER HERE FOR
FREE</a></p><br />
<p id="welcome_small">p.s.: Registered members will not see this ad</p>
</div>
</div>
</vb:if>
cheers guys
My mate edited my code, so I have an advert and welcome message displayed to 'guests'
www.talknightlife.co.uk
What I would like to do is, remove the advert and display the welcome message all the way across the homepage. At the moment I can remove the advert, but the welcome message still says put (aligned right) hope you guys can help me, would really appreciate it.
Heres the code in my Ad-Global-below-navbar
<vb:if condition="$show['guest']">
<div class="ads_lr_wrapper">
<div class="ads_lr">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-***************";
/* Not-Logged-In-TNL */
google_ad_slot = "***********";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="ads_lr_welcome">
<p id="welcome_bold_big">Welcome to Talk Nightlife</p><br>
<p id="welcome_normal">Talk Nightlife is the UK's Newest Clubbing Forum; find</p><br>
<ul>
<li><b> »</b> Clubbing Events, Club Nights and Nights Out</li>
<li><b> »</b> Nightlife Guides in Cities Across the UK</li>
<li><b> »</b> Discounts for VIP Access to Popular Nightclubs</li>
<li><b> »</b> Cheap Tickets for Festivals, Underground & Special
Events</li>
<li><b> »</b> Hen Party and Stag Do Ideas, Advice & Discounts</li>
<li><b> »</b> Access to Hotel Deals and Discounts Via the Night
Life Forum</li>
</ul>
<br>
<p id="welcome_bold">Register For Free and Get Discounts</p><br>
<p id="welcome_normal">Login with Facebook or Create a TNL Profile</p><br>
<p id="welcome_bold_big"><a href="/register.php">REGISTER HERE FOR
FREE</a></p><br />
<p id="welcome_small">p.s.: Registered members will not see this ad</p>
</div>
</div>
</vb:if>
cheers guys