login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


I make my first website and I'm having a problem with the table size

this is what I've done so far http://cybertourniquet.com/k9/index.html (its not virus or infected, so please...)

If you see right there, 'Services & Training' menu looks wider than 'Store'

I don't specify the TD width because I want to make it even

any help would be appreciated

thank you

asked Feb 12 '11 at 15:28

CyberTourniquet's gravatar image

CyberTourniquet
2369916


Well if you want to make it even then you will have to specify a width, and then center them such as:(This is the only way that I know so that they are all the same size.)

<tr>

        <td width="150"><center><a class="Menu" href="philosophy.html">Philosophy</a></td>

        <td width="150"><center><a class="Menu" href="servicestraining.html">Services & Training</a></td>

        <td width="150"><center><a class="Menu" href="store.html">Store</a></td>

        <td width="150"><center><a class="Menu" href="store.html">Available Dogs</a></td>

        <td width="150"><center><a class="Menu" href="store.html">Articles</a></td>

        <td width="150"><center><a class="Menu" href="store.html">Testimonial</a></td>

        <td width="150"><center><a class="Menu" href="store.html">Contact</a></td>

    </tr>

answered Feb 12 '11 at 15:44

TheTechDude's gravatar image

TheTechDude
16.8k4094298

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×350
×171
×142
×60

Asked: Feb 12 '11 at 15:28

Seen: 2,588 times

Last updated: Feb 12 '11 at 15:44