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 Height Empty Tables Height Mon Mar 29, 2010 2:36 am

Behavior???


Registered Member
Registered Member
When i put the staff List in HTML, it so happens that the table extends till the place where the widgets of forum ends and it looks so gross

Here is the preview

http://www.thedungeons.info/Hogwarts-Staff-h11.htm

Is there something i can do to avert this?

http://www.thedungeons.info

2Tables Height Empty Re: Tables Height Mon Mar 29, 2010 4:29 am

Green CoW

Green CoW
Graphic Designer
Graphic Designer
It's the login, menu, Search and so on.. that gives the height, since you got that in the same row as the "Hogwarts Officials"! You need to do something like this

Code:
<table width="100%" border="1">
  <tr>
    <td>
   
<table width="100%" border="1">
  <tr>
    <td colspan="2">Head Masters</td>
    </tr>
  <tr>
    <td>Content</td>
    <td>Content</td>
  </tr>
</table></td>
    <td width="185" align="right" valign="top">The Login and Menu stuff</td>
  </tr>
</table>



EDIT:::
This will give you something like this!

Head Masters
Content Content
The Login and Menu stuff

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