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]

1Category table Empty Category table Thu Aug 12, 2010 6:05 pm

Emilio

Emilio
Registered Member
Registered Member
Well , on FM you see an Icon & the Title next to the icon and under that the Sub text
and then another icon right with the same stuff how i do that?
Category table Showoo10

http://www.graphilicious.forumotion.Com

2Category table Empty Re: Category table Thu Aug 12, 2010 6:06 pm

Guest


Guest
You mean the "2 in 1" effect?

3Category table Empty Re: Category table Thu Aug 12, 2010 6:12 pm

Emilio

Emilio
Registered Member
Registered Member
Yes

http://www.graphilicious.forumotion.Com

4Category table Empty Re: Category table Thu Aug 12, 2010 6:16 pm

Guest


Guest
this is reallly simple.
at the support forum of forumotion there is a thread about how to achieve a 4 in 1 effect.To make it 2 in 1,its just basic HTML:

this is the code for 4 in 1:

Code:
<table width="100%" border="0" cellspacing="5" cellpadding="5">
  <tr>
    <td width="31">
<img src="image here" /></td>
    <td width="284"><a href="link"></a></td>
    <td width="31"><img src="image here" /></td>
    <td width="279"><a href="link"></a></td>
  </tr>
  <tr>
      <td width="31">
<img src="image here" /></td>
    <td width="284"><a href="link"></a></td>
    <td width="31"><img src="image here" /></td>
    <td width="279"><a href="link"></a></td>
  </tr>
</table>

This includes a total of 2 tables.We are just going to remove the last one.
So the 2 in 1 code is that:

Code:
<table width="100%" border="0" cellspacing="5" cellpadding="5">
  <tr>
      <td width="31">
<img src="image here" /></td>
    <td width="284"><a href="link"></a></td>
    <td width="31"><img src="image here" /></td>
    <td width="279"><a href="link"></a></td>
  </tr>
  </tr>

thats the 2 in 1 category.Its so simple Smile

5Category table Empty Re: Category table Thu Aug 12, 2010 6:17 pm

Sanket

Sanket
Administrator
Administrator
There is already a tutorial on the support forum related to this, you can ask the question there. Smile

http://www.webartzforum.com

6Category table Empty Re: Category table Thu Aug 12, 2010 6:20 pm

Guest


Guest
Sanket wrote:There is already a tutorial on the support forum related to this, you can ask the question there. Smile

Sanket thats for the 4 in 1 not for the 2 in 1 Wink

7Category table Empty Re: Category table Thu Aug 12, 2010 6:25 pm

Sanket

Sanket
Administrator
Administrator
Yes, but you can modify the code.

http://www.webartzforum.com

8Category table Empty Re: Category table Thu Aug 12, 2010 6:25 pm

Guest


Guest
yes,but he didnt know how to Razz

9Category table Empty Re: Category table Thu Aug 12, 2010 6:27 pm

Emilio

Emilio
Registered Member
Registered Member
Thanks cool , I knew it was a simple table code , very basic.
but i couldn't find that xD
Thanks Anyway , Sanket why i can't ask it here? It's Webartz!

http://www.graphilicious.forumotion.Com

10Category table Empty Re: Category table Sat Aug 21, 2010 3:19 pm

Guest


Guest
is that solved? Upset

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