WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

Go to page : 1, 2  Next

View previous topic View next topic Go down  Message [Page 1 of 2]

1A couple of codes Empty A couple of codes Mon Feb 01, 2010 5:57 pm

micro1000


Registered Member
Registered Member
Can someone give me the code for scrolling ads and table ads, like on forumansion?

2A couple of codes Empty Re: A couple of codes Mon Feb 01, 2010 8:57 pm

ankillien

ankillien
Administrator
Administrator
Hi!

For scrolling ads you can use the marquee tag. Like below...

Code:
<marquee direction="down" scrollamount="2">
<a href="LINK 1 URL HERE"><img src="IMAGE 1 URL HERE"></a><br>
<a href="LINK 2 URL HERE"><img src="IMAGE 2 URL HERE"></a><br>
<a href="LINK 3 URL HERE"><img src="IMAGE 3 URL HERE"></a><br>
</marquee>

The direction="down" will decide the direction of scrolling which you can change to any direction like right, left, up or down.

scrollamount="2" sets the speed of scrolling. You can adjust it as per your need.

Hope that helps Very Happy

3A couple of codes Empty Re: A couple of codes Tue Feb 02, 2010 1:10 am

micro1000


Registered Member
Registered Member
thanks and do you have the table ads code?

4A couple of codes Empty Re: A couple of codes Tue Feb 02, 2010 2:48 pm

ankillien

ankillien
Administrator
Administrator
Table ads is simple HTML table code.
Like below..

Code:
<table align="center" cellspacing="5" cellpadding="3" border="1"><tr>
<!-- Cell 1 -->
<td>
<a href="LINK URL HERE"><img src="IMAGE URL HERE"></a>
<hr>THE DESCRIPTION TEXT GOES HERE
</td>
<!-- Cell 2 -->
<td>
<a href="LINK URL HERE"><img src="IMAGE URL HERE"></a>
<hr>THE DESCRIPTION TEXT GOES HERE
</td>
<!-- Cell 3 -->
<td>
<a href="LINK URL HERE"><img src="IMAGE URL HERE"></a>
<hr>THE DESCRIPTION TEXT GOES HERE
</td>
<!-- Cell 4 -->
<td>
<a href="LINK URL HERE"><img src="IMAGE URL HERE"></a>
<hr>THE DESCRIPTION TEXT GOES HERE
</td>
</tr></table>

The code is pretty much readable so you would be able to edit it yourself if needed. If you find any difficulty, feel free to ask Very Happy

5A couple of codes Empty Re: A couple of codes Tue Feb 02, 2010 5:22 pm

micro1000


Registered Member
Registered Member
Can you help me put it on the forum im using a mybbest forum,
the scrolling ad on the top and the table ad on the bottom?

6A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 3:18 am

Sanket

Sanket
Administrator
Administrator
mybbest forum, i doubt if we will be able to help you out with those forums because i don't think ani or me have worked on their admin panel.

http://www.webartzforum.com

7A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 9:18 am

ankillien

ankillien
Administrator
Administrator
I can't open mbbest.com, neither directly nor via google.

If their admin panel is similar to the standard MyBB admin panels, I can tell you where to put the codes.

But it would be better if I can have a glance at how MyBBest forums look Razz

8A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 2:55 pm

micro1000


Registered Member
Registered Member
ok then can you help me put it on a forumotion forum?

9A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 3:06 pm

Joel

Joel
Registered Member
Registered Member
you cant just swap it just like that.If you wanna switch to a forumotion forum,than you got to just create a new forum from Forumotion, https://www.forumotion.com/en/create-forum/

http://www.advertisehotspot.info/

10A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 3:07 pm

Sanket

Sanket
Administrator
Administrator
Check this out.
https://webartz.forumotion.com/tutorials-f7/how-to-place-ads-affiliates-who-s-online-page-new-topic-page-t199.htm#4544

See if you have any problems with that. That will add your table at the bottom.

Once this is done, we will take a look at the top position.

http://www.webartzforum.com

11A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 4:24 pm

micro1000


Registered Member
Registered Member
ok Sanket the table ad is done, but now it looks like this:A couple of codes Sdf_bm10 its nothing like on forumansion i added the picture link and url and just the description is shown

12A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 4:44 pm

ankillien

ankillien
Administrator
Administrator
It will look similar to forumansion when you will add affiliate images and description to them Very Happy

13A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 4:53 pm

micro1000


Registered Member
Registered Member
A yes thats it thanks, and if you have time to explain the scrolling ad.

14A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 5:00 pm

Joel

Joel
Registered Member
Registered Member
the scrolling ads is simple.Add accordingly.Once done,save,preview forum,all the images will be auto scrolled.

http://www.advertisehotspot.info/

15A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 5:22 pm

micro1000


Registered Member
Registered Member
but where do i put it exactly?

16A couple of codes Empty Re: A couple of codes Thu Feb 04, 2010 6:45 pm

Sanket

Sanket
Administrator
Administrator
General>Announcements

http://www.webartzforum.com

17A couple of codes Empty Re: A couple of codes Fri Feb 05, 2010 2:16 am

micro1000


Registered Member
Registered Member
it works but can you tell me how to put it up like on forumansion?
with the forum affiliate and the description beside it

18A couple of codes Empty Re: A couple of codes Fri Feb 05, 2010 3:57 am

Sanket

Sanket
Administrator
Administrator
Image code goes hereDescription goes here
Code:
[table border="1"]
[tr]
[td] Image code goes here[/td][td]Description goes here [/td]
[/tr]
[/table]

http://www.webartzforum.com

19A couple of codes Empty Re: A couple of codes Fri Feb 05, 2010 3:21 pm

micro1000


Registered Member
Registered Member
and if a want to add for example two more spaces do i add just this
Code:
[td] Image code goes here[/td][td]Description goes here [/td]
below?
sorry for all these questions

20A couple of codes Empty Re: A couple of codes Fri Feb 05, 2010 3:44 pm

Sanket

Sanket
Administrator
Administrator
No worries.

Two more spaces as in tell me how many columns & rows. I will give you the code then.

http://www.webartzforum.com

21A couple of codes Empty Re: A couple of codes Sat Feb 06, 2010 2:13 am

micro1000


Registered Member
Registered Member
sorry but i dont understand what you mean

22A couple of codes Empty Re: A couple of codes Sat Feb 06, 2010 2:50 am

Sanket

Sanket
Administrator
Administrator
What kind of spaces do you want? Can you display a example?

http://www.webartzforum.com

23A couple of codes Empty Re: A couple of codes Sat Feb 06, 2010 3:55 am

micro1000


Registered Member
Registered Member
well like adding two more spaces so there can be three affiliate image scrollings again like on forumansion

24A couple of codes Empty Re: A couple of codes Sat Feb 06, 2010 3:59 am

Sanket

Sanket
Administrator
Administrator
Well did you create different announcements in your admin panel?

http://www.webartzforum.com

25A couple of codes Empty Re: A couple of codes Sat Feb 06, 2010 2:41 pm

micro1000


Registered Member
Registered Member
i just have one

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 2]

Go to page : 1, 2  Next

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