The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

html codes are not working in portal?

5 posters

Go down

html codes are not working in portal? Empty html codes are not working in portal?

Post by oopsvissu February 10th 2008, 1:56 pm

hello,i tried some html codes by creating custom blocks in portal,but it result to ablank space in the place of the html,i tried keeping codes of a ads in portal.
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

html codes are not working in portal? Empty Re: html codes are not working in portal?

Post by Luky February 10th 2008, 2:33 pm

Do you have HTML enabled on your forum and your profile? Check that from admin panel=>users & Groups=>Users=>User settings and look for this option "Allow HTML" and choose Yes, alss check in Profile=>Preferences tab(from the nav bar) and look for this option "Always allow HTML :" and set it to Yes.
Luky
Luky
Energetic

Male Posts : 6106
Reputation : 264
Language : Romanian, English
Location : Bucharest, Romania

Back to top Go down

html codes are not working in portal? Empty Re: html codes are not working in portal?

Post by hitesh February 10th 2008, 2:42 pm

it will not work man. if u check it again you will see that word <script> has been replaced by <scripthtml> is this happening for you.

For solution you must have iframe based ads.

See this tutorial >>


As i told i am putting tutorial to show google adsense on every page :::


We find that when we use google adsense it does not show in any format like in signature or in post. But i tried different combination. i also tried to make my own script for the google adsense but all got to hell.

Then i tried simple iframe based ads. If we put google code in simple html (only code, no other thing) file and then save it to any free hosting providers server then u can show google ads. Now we have to make iframe for that. The simple code which everyone knows is this but no one tried if i know.



Code:
        <!-- BEGIN STANDARD TAG - 300 x 250 - ROS: Run-of-site - DO NOT MODIFY -->
        <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=250 SRC="http://www.yourwebsite.com/googleadsensecode300x250.htm"></IFRAME>
        <!-- END TAG -->

If u still have any question ask here.
hitesh
hitesh
Forumember

Male Posts : 988
Reputation : 0
Language : English, Indian Languages
Location : No Support by PM. I dont love that

http://forum.cricketgod.com

Back to top Go down

html codes are not working in portal? Empty Re: html codes are not working in portal?

Post by oopsvissu February 15th 2008, 1:15 pm

hello can u be more clear plzzz...wht should i do with this code..i have a google ad html code so now temme whrere to keep that code??????
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

html codes are not working in portal? Empty Re: html codes are not working in portal?

Post by oopsvissu February 15th 2008, 1:22 pm

for eample my html code is this? so temme now wht to do

<script type="text/javascript"><!--
google_ad_client = "pub-5663303527166611";
/* 728x90, created 2/7/08 */
google_ad_slot = "9834040828";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br>
<script type="text/javascript">
var dc_UnitID = 14;
var dc_PublisherID = 34131;
var dc_AdLinkColor = 'blue';
var dc_isBoldActive= 'no';
var dc_adprod='ADL';
</script>
<script type="text/javascript"
SRC="http://kona.kontera.com/javascript/lib/KonaLibInline.js"></script>
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

html codes are not working in portal? Empty Re: html codes are not working in portal?

Post by oopsvissu February 16th 2008, 1:24 pm

hello no body to help me.?????some body plzzz give me da sol
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

html codes are not working in portal? Empty Re: html codes are not working in portal?

Post by oopsvissu February 16th 2008, 3:05 pm

plz can any body help me its urgent
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

html codes are not working in portal? Empty Re: html codes are not working in portal?

Post by hitesh February 16th 2008, 3:27 pm

this are ads of google. it will only work with tutorial.
hitesh
hitesh
Forumember

Male Posts : 988
Reputation : 0
Language : English, Indian Languages
Location : No Support by PM. I dont love that

http://forum.cricketgod.com

Back to top Go down

html codes are not working in portal? Empty Re: html codes are not working in portal?

Post by santoshindreamz February 20th 2008, 8:43 pm

Code:
<script type="text/javascript"><!--
google_ad_client = "pub-5663303527166611";
/* 728x90, created 2/7/08 */
google_ad_slot = "9834040828";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

These are codes from google adsense right..
Go to your admin panel->modules->html page management
make a new page without the forum headers and all
Copy the link of that html page...
Now use the script which hitesh gave ..
Code:
 <!-- BEGIN STANDARD TAG - 300 x 250 - ROS: Run-of-site - DO NOT MODIFY -->
        <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=250 SRC="http://www.yourwebsite.com/googleadsensecode300x250.htm"></IFRAME>
        <!-- END TAG -->

Replace that link with your html page link...
Adjust the height and width according to your needs...
Then you l get your ads...


All credit goes to hitesh... Smile
santoshindreamz
santoshindreamz
Forumember

Male Posts : 29
Reputation : 0
Language : English

Back to top Go down

html codes are not working in portal? Empty Re: html codes are not working in portal?

Post by hitesh February 22nd 2008, 3:32 am

santoshindreamz wrote:
Code:
<script type="text/javascript"><!--
google_ad_client = "pub-5663303527166611";
/* 728x90, created 2/7/08 */
google_ad_slot = "9834040828";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

These are codes from google adsense right..
Go to your admin panel->modules->html page management
make a new page without the forum headers and all
Copy the link of that html page...
Now use the script which hitesh gave ..
Code:
 <!-- BEGIN STANDARD TAG - 300 x 250 - ROS: Run-of-site - DO NOT MODIFY -->
        <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=250 SRC="http://www.yourwebsite.com/googleadsensecode300x250.htm"></IFRAME>
        <!-- END TAG -->

Replace that link with your html page link...
Adjust the height and width according to your needs...
Then you l get your ads...


All credit goes to hitesh... Smile


thanks for explaining my tutorial Wink
hitesh
hitesh
Forumember

Male Posts : 988
Reputation : 0
Language : English, Indian Languages
Location : No Support by PM. I dont love that

http://forum.cricketgod.com

Back to top Go down

html codes are not working in portal? Empty hey

Post by stang man Jonathan March 12th 2008, 6:36 pm

so basically we just create a new html page for every code we want to add? can we add auction ads too? I know it would get alot of mustang owners to buy their parts off ebay's site thru it....worked well on my other site too.
avatar
stang man Jonathan
New Member

Posts : 20
Reputation : 0
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum