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.

help me in code editing

3 posters

Go down

help me in code editing Empty help me in code editing

Post by oopsvissu February 17th 2008, 10:53 am

hello im using this html code to deliver ads on ma site every thng working fine...ma question is to move the ads to the middle of the page as it is palced complete right as default. some thing we have to insert in the code right?can any body tell me?

<!-- BEGIN STANDARD TAG - 300 x 250 - ROS: Run-of-site - DO NOT MODIFY --> <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=750 HEIGHT=250 SRC="http://nitklegends.x10hosting.com/ads/ads.htm"></IFRAME> <!-- END TAG -->
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by Decibel February 17th 2008, 11:46 am

Code:
<center><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=750 HEIGHT=250 SRC="http://nitklegends.x10hosting.com/ads/ads.htm"></IFRAME></center>
Decibel
Decibel
Forumember

Male Posts : 201
Reputation : 10
Language : english
Location : Canada

http://decibels.forumsmusic.com

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 11:52 am

in the same way can u temme how to place two htmlscripts side by side.i mean
1)
Code:
<scripthtml type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertWidget.js?appId=66a9ec58-c382-4883-af41-ef6266379b47"></scripthtml><noscript>Get the <a href="http://www.widgetbox.com/widget/crickternews-livescorecard-widget">Cricket Live Score Widget from CricketerNews.com</a> widget and many other great free widgets at <a href="http://www.widgetbox.com">Widgetbox</a>!</noscript><img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://runtime.widgetbox.com/syndication/track/66a9ec58-c382-4883-af41-ef6266379b47.gif" />

2)
Code:
<iframe src="http://www.newsknowledge.com/export/6cc01372429a4a6f3c9c6947c3dc9e1c.html" width="300" height="600" frameborder="0"> </iframe>

these are the two html codes. i want to display them side by side in a page...i mean i want to place the 1st one in the left and the 2nd one inthe right of the same row of the page.

i don't know wht to do. they are displaying as one below the other not side by side in the same row?
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by hitesh February 17th 2008, 12:27 pm

Code:
<table><tr><td><scripthtml type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertWidget.js?appId=66a9ec58-c382-4883-af41-ef6266379b47"></scripthtml><noscript>Get the <a href="http://www.widgetbox.com/widget/crickternews-livescorecard-widget">Cricket Live Score Widget from CricketerNews.com</a> widget and many other great free widgets at <a href="http://www.widgetbox.com">Widgetbox</a>!</noscript><img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://runtime.widgetbox.com/syndication/track/66a9ec58-c382-4883-af41-ef6266379b47.gif" /></td><td><iframe src="http://www.newsknowledge.com/export/6cc01372429a4a6f3c9c6947c3dc9e1c.html" width="300" height="600" frameborder="0"> </iframe></td></tr></table>

Well i suppose this help but i tried many days ago your first script code but if u see <script> converts to <scripthtml> which can make something wrong also. I mean that widget may not appear. Well i have other tips for that but check in your forum. It helps or not.


Offtopic =>> Are you using my adsense tips for advertise.
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

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 1:05 pm

bothe the ads are comming as like attached to each other. can edit the code such that there is some gap between them???

ya im using ur tips ...one small doubt in ur tip,as u said to upload the html code to the hosting sites.can we do the same thing to php scripts?
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by hitesh February 17th 2008, 1:19 pm

if u insert this code in php then it will also work as html code. No problem with that.


You want to increase gap. Ok take this code

Code:
<table><tr><td><scripthtml type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertWidget.js?appId=66a9ec58-c382-4883-af41-ef6266379b47"></scripthtml><noscript>Get the <a href="http://www.widgetbox.com/widget/crickternews-livescorecard-widget">Cricket Live Score Widget from CricketerNews.com</a> widget and many other great free widgets at <a href="http://www.widgetbox.com">Widgetbox</a>!</noscript><img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://runtime.widgetbox.com/syndication/track/66a9ec58-c382-4883-af41-ef6266379b47.gif" /></td><td width=30></td><td><iframe src="http://www.newsknowledge.com/export/6cc01372429a4a6f3c9c6947c3dc9e1c.html" width="300" height="600" frameborder="0"> </iframe></td></tr></table>


you can change the gap . change the size which i mention has 30.
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

help me in code editing Empty Re: help me in code editing

Post by Decibel February 17th 2008, 1:32 pm

Each one of these
Code:
&nbsp;
will add a space between your code/text. The more you add, the bigger the space.
Decibel
Decibel
Forumember

Male Posts : 201
Reputation : 10
Language : english
Location : Canada

http://decibels.forumsmusic.com

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 1:39 pm

sry it's not clear...can u be more clear....which code i have to insert to upload the php...lemme more clear..
i have this php code
Code:
<?php
$olderror_reporting =error_reporting(0);
include ("http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fnews.google.com%2Fnwshp%3Fhl%3Den%26tab%3Dwn%26q%3D%26output%3Drss,http%3A%2F%2Fnews.google.com%2Fnews%3Fned%3Dus%26topic%3Dw%26output%3Drss,http%3A%2F%2Fnews.google.com%2Fnews%3Fned%3Dus%26topic%3De%26output%3Drss,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Ftopstories,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Ftech,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fmicrosoft,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fvideogames,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fdigitalmusic,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fsearch,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fsports,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fentertainment,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fmovies,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fmusic,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Ftv,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fhealth,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fscience,http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fhighestrated,http%3A%2F%2Fmy.abcnews.go.com%2Frsspublic%2F2020_rss20.xml,http%3A%2F%2Fmy.abcnews.go.com%2Frsspublic%2Fgma_rss20.xml,http%3A%2F%2Fmy.abcnews.go.com%2Frsspublic%2Fwnt_rss20.xml,http%3A%2F%2Fwww.forbes.com%2Fentrepreneurs%2Findex.xml,http%3A%2F%2Fwww.forbes.com%2Ftechnology%2Findex.xml,http%3A%2F%2Fwww.forbes.com%2Fnewsletters%2Findex.xml,http%3A%2F%2Ffeeds.feedburner.com%2Fbillboard%2FZxcZ,http%3A%2F%2Ffeeds.feedburner.com%2Fbillboard%2FbNLb,http%3A%2F%2Ffeeds.feedburner.com%2Fbillboard%2FDvnq,http%3A%2F%2Ffeeds.feedburner.com%2Fbillboard%2FEkwB,http%3A%2F%2Ffeeds.feedburner.com%2Fbillboard%2FmmSb&newpage=&chead=&atl=&desc=&owncss=&eleminate=&auth=&dts=&width=&max=&tlen=&rnd=&bt=&bs=&nmb=&ntb=&naf=&nst=&nwd=&nht=&dlen=&lstyle=&lc=&bg=&bc=&spc=&ims=&tc=&ts=&tfont=&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>

i want to display it on ma portal so directly its not possible. so u said one method for html ads like uploading to hosting sites and using the iframe code right?is the can be done to php code as given above.
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by hitesh February 17th 2008, 1:45 pm

well i dont php (will now after 8 months from today) right now. so i cannot help 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

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 1:50 pm

ok then ,and small help regarding the 2html code in the post before one.
see my site link:www.nitklegends.forummotions.com

as u can see a cricket score card side by a news table. right as u can see that the cricket score card came down a little bit to the news table. i want to place the cricket card a litlle up so that bothe ads are starting from same level of height
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by hitesh February 17th 2008, 2:07 pm

please dont copy my images and other things. Please remove that from your forum. I purchased the images from the company.

Which are talking about man. TEll me detail

Also, you just tried to paste the many html tags. This will not help untill you know basics of html tags. Well i cannot help you because you have so large tags that it is outside of my mind,
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

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 2:11 pm

HEY HITESH DON'T MIND YAR.. I JUST KEPT FOR TESTING PURPOSE AND IT IS JUST TEMPORARY...I 'LL SURELY REMOVE THE IMAGES. I HAVE MY OWN
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by hitesh February 17th 2008, 2:13 pm

ok. but is it your forum about cricket or what
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

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 2:13 pm

temme how to fix ma prob
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by hitesh February 17th 2008, 2:14 pm

well i told the answer. my mind not working with lots of your tags
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

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 2:15 pm

nope ma forum is completely abt my collg NIT. K thats it....so i have not yet released it oficially ...im planning to release this month. so im left with the designing of the portal and a little of home page....so can u help in this regard so that ma forum look better
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 2:18 pm

Code:
<table><tr><td><scripthtml type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertWidget.js?appId=66a9ec58-c382-4883-af41-ef6266379b47"></scripthtml><noscript>Get the <a href="http://www.widgetbox.com/widget/crickternews-livescorecard-widget">Cricket Live Score Widget from CricketerNews.com</a> widget and many other great free widgets at <a href="http://www.widgetbox.com">Widgetbox</a>!</noscript><img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://runtime.widgetbox.com/syndication/track/66a9ec58-c382-4883-af41-ef6266379b47.gif" /></td><td width=30></td><td><iframe src="http://www.newsknowledge.com/export/6cc01372429a4a6f3c9c6947c3dc9e1c.html" width="300" height="600" frameborder="0"> </iframe></td></tr></table>

this is the final code u suggested me...right. but the problem is like ,u visted ma site u can see that cricket card and the news table side by ,the prob is like my cricket card came down a little bit compared to the news table i want to place the cricket card from the starting of the page ,i want to move it little upwards
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by hitesh February 17th 2008, 2:19 pm

ok. But well my exams are near. So, it is tough help anyone. I refused to help personally now after one event. so i can help you here only. For desiging your portal and forum well i would release tutorial but somewhat later of about 1 month.
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

help me in code editing Empty Re: help me in code editing

Post by hitesh February 17th 2008, 2:21 pm

Code:
<table><tr><td VALIGN="TOP"><scripthtml type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertWidget.js?appId=66a9ec58-c382-4883-af41-ef6266379b47"></scripthtml><noscript>Get the <a href="http://www.widgetbox.com/widget/crickternews-livescorecard-widget">Cricket Live Score Widget from CricketerNews.com</a> widget and many other great free widgets at <a href="http://www.widgetbox.com">Widgetbox</a>!</noscript><img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://runtime.widgetbox.com/syndication/track/66a9ec58-c382-4883-af41-ef6266379b47.gif" /></td><td width=30 VALIGN="TOP"></td><td VALIGN="TOP"><iframe src="http://www.newsknowledge.com/export/6cc01372429a4a6f3c9c6947c3dc9e1c.html" width="300" height="600" frameborder="0"> </iframe></td></tr></table>


I suppose this may help you
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

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 2:23 pm

thank u frnd and i want a little personal suggestion...u won't face any trouble in helping me personally.i'll give u guarateee,becoz i created this site not in an idea of bussiness. ijust started to give pleasure to ma people in NIT.K

and all da best for ur xams
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by hitesh February 17th 2008, 2:24 pm

offtopic =>> thanks

Ok. You not trouble me ok. I am just helping here for my satisfaction. If you have satisfied i too. I will help again after exams.
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

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 2:28 pm

thank u frnd it started working. ur awesome...n by the way is there a way to remove the get widget link in ma score card ..any editing can i do in the html code... i alreadyhave coded the code above...
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by oopsvissu February 17th 2008, 2:30 pm

ok then ,but i really got pleased wid ur work here. so im comming to ur cricket forum.im joining now,we 'll meet there brother
oopsvissu
oopsvissu
Forumember

Posts : 119
Reputation : 0
Language : english

Back to top Go down

help me in code editing Empty Re: help me in code editing

Post by hitesh February 17th 2008, 3:00 pm

offtopic =>> thanks buddy. Well i am trying to make more things there and will share here with new tutorials and something new things.
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

Back to top

- Similar topics

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