Log in

View Full Version : Need help adding HTML in "Welcome Headers" add-on


NThomas
08-18-2009, 08:04 AM
I'm using an add on called Welcome Headers (https://vborg.vbsupport.ru/showthread.php?t=165519) that adds an annoying "welcome" message for users that aren't registered. I've finally figured out how to add text but I'm in over my head adding the HTML from Google Adsense beside the text like here (http://forum.skyscraperpage.com/).

http://img8.imageshack.us/img8/6228/headerak.jpg

Any advice on how the HTML should look? Right now my site looks like this (http://www.austinurbanforum.com).

http://img16.imageshack.us/img16/4738/headerbb.jpg

I just need to get it looking like this instead:

http://img14.imageshack.us/img14/9613/headercq.jpg

Here's the existing code:
<script type="text/javascript"><!--
google_ad_client = "pub-9253554875337282";
/* Guest AdSense */
google_ad_slot = "2623077696";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><strong>Welcome to Austin Urban Forum</strong> the online source for architecture, transportation, real estate development and news & issues in Austin and Central Texas.<br><br>You are currently viewing the site as a guest. To gain full access to the Austin Urban Forum <a href="http://forum.austinurbanforum.com/register.php"><strong>register for free</strong></a> and enjoy benefits such as:<br><br>
? No advertisements<br>
? Participation in polls<br>
? E-mail with other members<br>
? Ability to post and comment<br>
? Share your own and view other member?s pictures<br><br>
If you have any problems with the registration process or your logging into your account, please <a href="http://forum.austinurbanforum.com/sendmessage.php">contact us</a>.

I'm betting it's just a simple HTML code so it shouldn't be too hard to find someone wanting to help me out :confused:

vB Tree
08-18-2009, 08:54 AM
Try replacing it with this:


<table><tr><td>
<script type="text/javascript"><!--
google_ad_client = "pub-9253554875337282";
/* Guest AdSense */
google_ad_slot = "2623077696";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td><td>
<strong>Welcome to Austin Urban Forum</strong> the online source for architecture, transportation, real estate development and news & issues in Austin and Central Texas.<br><br>You are currently viewing the site as a guest. To gain full access to the Austin Urban Forum <a href="http://forum.austinurbanforum.com/register.php"><strong>register for free</strong></a> and enjoy benefits such as:<br><br>
? No advertisements<br>
? Participation in polls<br>
? E-mail with other members<br>
? Ability to post and comment<br>
? Share your own and view other member?s pictures<br><br>
If you have any problems with the registration process or your logging into your account, please <a href="http://forum.austinurbanforum.com/sendmessage.php">contact us</a>.</td></tr></table>

PM me if it doesn't work and I'll have another look at it.

Lynne
08-18-2009, 03:23 PM
Questions regarding modifications need to be asked in the modification thread. That is where the support for modifications is - not out here in the main forums.

NThomas
08-18-2009, 06:07 PM
Questions regarding modifications need to be asked in the modification thread. That is where the support for modifications is - not out here in the main forums.

I figured since it was an HTML question I could post it here. oops

--------------- Added 1250622952 at 1250622952 ---------------

Try replacing it with this:


<table><tr><td>
<script type="text/javascript"><!--
google_ad_client = "pub-9253554875337282";
/* Guest AdSense */
google_ad_slot = "2623077696";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td><td>
<strong>Welcome to Austin Urban Forum</strong> the online source for architecture, transportation, real estate development and news & issues in Austin and Central Texas.<br><br>You are currently viewing the site as a guest. To gain full access to the Austin Urban Forum <a href="http://forum.austinurbanforum.com/register.php"><strong>register for free</strong></a> and enjoy benefits such as:<br><br>
? No advertisements<br>
? Participation in polls<br>
? E-mail with other members<br>
? Ability to post and comment<br>
? Share your own and view other member?s pictures<br><br>
If you have any problems with the registration process or your logging into your account, please <a href="http://forum.austinurbanforum.com/sendmessage.php">contact us</a>.</td></tr></table>

PM me if it doesn't work and I'll have another look at it.

It worked perfectly! See for yourself (http://www.austinurbanforum.com). I spent like 3 hours pulling my hair out trying to get this to work. Thank you very very very much! My site feels another step towards being complete. :D

vB Tree
08-18-2009, 10:22 PM
That's good to hear, feel free to PM me if you need any help in the future.