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

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

1Scrolling code Empty Scrolling code Thu Mar 04, 2010 6:37 pm

micro1000


Registered Member
Registered Member
Hi you guys i use this code for the scrolling ads:

Code:
<marquee direction="down" scrollamount="2">
[table border="1"]
[tr]
[td] Image code goes here[/td][td]Description goes here [/td]
[/tr]
[/table]
</marquee>

Image code goes hereDescription goes here

can i do it so i have these tables in a row?

2Scrolling code Empty Re: Scrolling code Thu Mar 04, 2010 6:42 pm

Sanket

Sanket
Administrator
Administrator
Code:
<marquee direction="down" scrollamount="2">
<table border="1"  width="200">
  <tr><!-- Row 1 -->
    <td>Image code goes here</td><!-- Col 1 -->
  </tr>
  <tr><!-- Row 2 -->
    <td>Description goes here</td><!-- Col 1 -->
  </tr>
</table>

</marquee>

here is a complete html version of the code. You can change the width to whatever you want. I hope thats what you wanted.

http://www.webartzforum.com

3Scrolling code Empty Re: Scrolling code Thu Mar 04, 2010 8:45 pm

micro1000


Registered Member
Registered Member
yes it is, is it possible to have it aswell in a column with this code you gave?

4Scrolling code Empty Re: Scrolling code Thu Mar 04, 2010 8:51 pm

Sanket

Sanket
Administrator
Administrator
Code:
<marquee direction="down" scrollamount="2">
<table border="1"  width="300">
  <tr><!-- Row 1 -->
    <td>Image code goes here</td><!-- Col 1 -->
    <td>Description goes here</td><!-- Col 2 -->
  </tr>
</table>
</marquee>

There you go.

http://www.webartzforum.com

5Scrolling code Empty Re: Scrolling code Fri Mar 05, 2010 2:13 am

micro1000


Registered Member
Registered Member
thanks this is solved you can close it

6Scrolling code Empty Re: Scrolling code Fri Mar 05, 2010 2:24 am

Sanket

Sanket
Administrator
Administrator
Solved | Locked

http://www.webartzforum.com

Sponsored content


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

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