What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » HTML Help :S

HTML Help :S
Author: Message:
thc2010
Full Member
***

Avatar
Revenge is a meal best served cold

Posts: 233
Reputation: 2
37 / Male / –
Joined: Oct 2004
O.P. HTML Help :S
Ok, aperantly I forgot how to top allign a table so that it goes at the top instead of the center (Verticaly)

its valign="top" right? ^o)
[Image: glennlopez.png]
Click the image above to send me a message on MSN messenger via web browser.
11-11-2005 11:49 PM
Profile E-Mail PM Web Find Quote Report
Negro_Joe
Senior Member
****

Avatar
Go!Go!Go!

Posts: 692
Reputation: 21
34 / Male / –
Joined: Aug 2005
RE: HTML Help :S
hmm your helpful...

Help

hope that helps, i only know a lil bit of HTML...:P


[Image: sinavatar4ie.jpg]


11-11-2005 11:57 PM
Profile E-Mail PM Find Quote Report
thc2010
Full Member
***

Avatar
Revenge is a meal best served cold

Posts: 233
Reputation: 2
37 / Male / –
Joined: Oct 2004
O.P. RE: HTML Help :S
so u cant valign tables? i guess its only with pictures then.. damn "(
[Image: glennlopez.png]
Click the image above to send me a message on MSN messenger via web browser.
11-12-2005 12:09 AM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: HTML Help :S
quote:
Originally posted by thc2010
so u cant valign tables? i guess its only with pictures then.. damn "(
you can valign rows and cells :S
11-12-2005 12:15 AM
Profile E-Mail PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: HTML Help :S
I use <center>word</center> much simpler.
Twitter: @ChrisLozeau
11-12-2005 05:10 AM
Profile PM Find Quote Report
Val
Senior Member
****

Avatar

Posts: 698
Reputation: 45
30 / Other / Flag
Joined: Jun 2004
RE: HTML Help :S
Well if you would like to horizontaly align something in a cell the you must use
code:
<table>
<tr>
  <td valign="top" align="left>text</td>
</tr>
</table>

valign= Vertical Alignment
align= Horizontal Alignment

but if you want to align a table use:
code:
<div align="center">
<table>
<tr>
  <td>text</td>
</tr>
</table>
</div>


there ya go
Menthix:
Anonymous doesn\'t have a leader.
Anonymous is the leader of ShawnZ.

Max:
True. But deep down, we all know.
ShawnZ is incharge.
he is /b/ in human form.
11-12-2005 05:37 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On