Skip to content
View in the app

A better way to browse. Learn more.

Trials Central

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Website Questions

Featured Replies

heya all

im a bit stuck on something when building my website.

Im trying to 'format it' by adding a table and then type what i want into it. The problem is if i have got more text in one colum than in another the other moves down so it is not at the top.

hope ive explained my problem well enough. :icon_salut:

thanks

jack

I would suggest trying a webdesign app such as Dreamweaver, makes all this a lot easier!

I think what you are looking for is the <td valign="top">Your Text Here</td> this will bring all the data in the cell to the top of the cell. Also valid are "middle", "bottom" and "baseline"

HTH

Pete

Edited by rcgods

rcgod's suggestion is fundamentally correct but many recent XHTML parsers will complain about the use of "align" as a tag attribute. The solution is to use the "vertical-align" CSS directive in either the linked stylesheet or inline:

<td style="vertical-align:top;">Some text</td>

Either way will work of course but those of us who have to comply with every random standard that customers come across and consider to be holy gospel are acutely aware of this kind of thing.

Edited by neonsurge

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.