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]

1Tables at HTML Empty Tables at HTML Sun May 09, 2010 1:26 am

Guest


Guest
http://help.forumotion.com/graphics-f59/tealeaf-graphics-former-testjal-t44979.htm

Is there any way i can make the tables at the positions they are at that pic?
Hows this done?

Thanks

2Tables at HTML Empty Re: Tables at HTML Sun May 09, 2010 10:21 pm

Guest


Guest
is it so hard?i wonder how i can place these tables..

3Tables at HTML Empty Re: Tables at HTML Tue Jun 29, 2010 8:42 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
I'm not sure what you mean.
But by placing them like the picture, you can use the col-/rowspan attribute and change the width.

Let's look at a example:
[/tr][tr]
Cell 1Cell 2
Cell 3
Cell 4
Cell 5
Code:
  <table border="1" width="200px">
  <tbody>
<td width="30%">Cell 1</td>
<td width="70%">Cell 2</td>
<tr>
<td colspan="2">Cell 3</td>
<tr>
<td colspan="2">Cell 4</td>
<tr>
<td colspan="2">Cell 5</td>
  <tbody>
  </table>

http://woops.dk

4Tables at HTML Empty Re: Tables at HTML Tue Jun 29, 2010 8:50 pm

Guest


Guest
leave it leave it its ok UD.

It was just the image's design.

5Tables at HTML Empty Re: Tables at HTML Tue Jun 29, 2010 8:56 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Oh okay.

If you mean the images in the right corners and the middle, you can do it by making them float.

<img src="URL TO IMAGE" style="margin-left: PIXELS FROM THE LEFTpx; margin-top: PIXELS FROM THE TOPpx;">

Or am I wrong at it again. Wink

http://woops.dk

6Tables at HTML Empty Re: Tables at HTML Tue Jun 29, 2010 9:12 pm

Guest


Guest
yea yea i know these UD thanks for the help but it wasnt that thing,All that is a single image and the text is placed with coding.
May this topic be locked? Very Happy

7Tables at HTML Empty Re: Tables at HTML Tue Jun 29, 2010 9:36 pm

Jophy

Jophy
Registered Member
Registered Member
Locked

http://www.socialtechforum.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