Join us at IRC!
I'd prefer to die standing, than to live on my knees - Che Guevara
Friday, May 25, 2012
Navigation
Members Online
Total Online: 29
Web Spiders: 13
Guests Online: 28
Members Online: 1

Registered Members: 70208
Newest Member: andresuran
Latest Articles
View Thread

HellBound Hackers | Computer General | Webmasters Lounge

Author

need someone that can handle tables to spare 2 seconds

The-Scarecrow
Member



Posts: 163
Location: Australia
Joined: 18.05.07
Rank:
Mad User
Posted on 24-04-09 17:07
how do i get my text to the top of the textbox? its been doing me head in for ages. i know its ridiculously simple.

<table width="100%" height="106" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">hello world</div></td>
</tr>
</table>





Edited by The-Scarecrow on 24-04-09 17:22
Ask me for it ill give it.
Author

RE: No Subject

Sir Hackalot
Banned

Posts: 33
Location: Denmark
Joined: 30.04.06
Rank:
Newbie
Posted on 24-04-09 17:08
The-Scarecrow wrote:
how do i get my text to the top of the textbox? its been doing me head in for ages. i know its ridiculously simple.

<table width="100%" height="106" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">hello world</div></td>
</tr>
</table>


You're annoying, please stop posting in the forum.. ever again.
Author

RE: No Subject

The-Scarecrow
Member



Posts: 163
Location: Australia
Joined: 18.05.07
Rank:
Mad User
Posted on 24-04-09 17:11
Edit: I will stop calling Fritzo an asshole, or he will get pissed.




Edited by The-Scarecrow on 24-04-09 17:33
Ask me for it ill give it.
Author

RE: need someone that can handle tables to spare 2 seconds

Sir Hackalot
Banned

Posts: 33
Location: Denmark
Joined: 30.04.06
Rank:
Newbie
Posted on 24-04-09 17:38
The-Scarecrow wrote:
Edit: I will stop calling Fritzo an asshole, or he will get pissed.


That's right young padawan!
Author

RE: need someone that can handle tables to spare 2 seconds

ynori7
Future Emperor of Earth



Posts: 1481
Location: #valhalla
Joined: 08.10.07
Rank:
Diabolical
Posted on 24-04-09 18:39
The-Scarecrow wrote:
how do i get my text to the top of the textbox? its been doing me head in for ages. i know its ridiculously simple.

The first step is to actually have a textbox. What you're using is called a table.

And why the hell did you start a new thread for this? This is essentially the same topic you were asking about yesterday.

EDIT: Also, I answered this question already in your other thread. Reread the code I gave you; It's in there.






Edited by ynori7 on 24-04-09 18:41
ynori7 http://halls-of-valhalla.org
Author

RE: need someone that can handle tables to spare 2 seconds

AldarHawk
The Manager



Posts: 1663
Location: Canada
Joined: 26.01.06
Rank:
God
Posted on 24-04-09 19:04
#1...Why in gods name do you use a div inside a table? use one or the other :whoa:
#2...*AldarHawk has a heart attack from sheer frustration due to lack of knowledge...*




Edited by AldarHawk on 24-04-09 19:06
I(don't)See Just ask Yahoo!Taboo! http://www.erikwestlake.com
Author

RE: need someone that can handle tables to spare 2 seconds

yours31f
Second to one



Posts: 1678
Location: Dallas Texas
Joined: 27.04.07
Rank:
Satan
Posted on 24-04-09 20:55
I only have one thing to say...


W3Schools.com , Use it.


Debugging is what programmers do to beta software to make it take up more room on your hard drive if it is running too efficiently.



yours31f@live.com yours31f@yahoo.com rpwd.info
Author

RE: need someone that can handle tables to spare 2 seconds

Sir Hackalot
Banned

Posts: 33
Location: Denmark
Joined: 30.04.06
Rank:
Newbie
Posted on 24-04-09 21:33
yours31f wrote:
I only have one thing to say...


W3Schools.com , Use it.


Yeah, You really should go there and start learning..

Yeah, I'm not speaking to OP, I'm speaking to you Yours31f.
Author

RE: need someone that can handle tables to spare 2 seconds

c4p_sl0ck
Member



Posts: 380
Location: Sweden‮‭
Joined: 17.09.06
Rank:
God
Posted on 25-04-09 16:43
This code works although it's extremely bad "programming". You don't want to mix divs and tables. You should skip the tables.

<table width="100%" height="106" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><div align="center">hello world</div></td>
</tr>
</table>




c4p_sl0ck@hotmail.com
Author

RE: need someone that can handle tables to spare 2 seconds

MH-IA
Member



Posts: 29
Location: The Netherlands
Joined: 18.02.09
Rank:
God
Posted on 24-06-09 09:36
Why don't you use this (if you want to use tables):


<table width="100%" height="106" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top">hello world</td>
</tr>
<tr>
<td align="left" valign="top"><input type="text" /></td>
</tr>
</table>


or simple this:


hello world
<br />
<br />
<input type="text" />



Author

RE: need someone that can handle tables to spare 2 seconds

ynori7
Future Emperor of Earth



Posts: 1481
Location: #valhalla
Joined: 08.10.07
Rank:
Diabolical
Posted on 24-06-09 16:26
MH-IA wrote:
Why don't you use this (if you want to use tables):

Because of three simple reasons:
1. This thread has been dead for more than 2 months.
2. The problem was already solved.
3. The OP hasn't been to HBH for over a month.




ynori7 http://halls-of-valhalla.org
Author

RE: need someone that can handle tables to spare 2 seconds

ranma
Member



Posts: 269
Location: Behind a sphere
Joined: 27.08.05
Rank:
HBH Guru
Posted on 24-06-09 19:04
So much for the "Master Hacker in action" :whoa:


Wisdom spared is wisdom squared.
Guest
Username

Password

Remember Me


Bookmark This Page
Affiliates
Adverts

 

 

Links
By using, viewing or obtaining any information contained on this site, you agree to the disclaimer.

© HellBound Hackers 2008- 2009. Since 3rd December 2004.