• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 04:03
CEST 10:03
KST 17:03
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Serral wins HomeStory Cup 2914Serral wins Maestros of the Game 243ByuL, and the Limitations of Standard Play3Team Liquid Map Contest #22: Results and Winners7Code S Season 2 (2026): RO4 and Finals Preview12
Community News
Weekly Cups (July 27-Aug 2): SHIN's big week0SC4ALL II: Brood War - $2500 - Dec 5-67SC4ALL II announced - $10,000 prize pool, Dec 5-64PIG STY FESTIVAL 8.0! (13 - 23 August)11Neeb returns to progaming; rejoins ONSYDE18
StarCraft 2
General
Clem: "I don't have that much hope in Blizzard" Geoff 'iNcontroL' Robinson has passed away Neeb returns to progaming; rejoins ONSYDE State of the Game podcast archive? Balance hotfix patch 5.0.16b (July 16)
Tourneys
Tasteless Time Warp: SC Evo Showmatch (May 25) SC4ALL II announced - $10,000 prize pool, Dec 5-6 Sparkling Tuna Cup - Weekly Open Tournament PIG STY FESTIVAL 8.0! (13 - 23 August) RSL Revival: Season 6 - Qualifiers and Main Event
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
The PondCast: SC2 News & Results Mutation # 537 Hostile Territory Mutation # 536 Railroad Switch Mutation # 535 Assembly of Vengeance
Brood War
General
ASL22 General Discussion [Personal Project Share] Terran Defense v0.60 Data needed BGH Auto Balance -> http://bghmmr.eu/ BW General Discussion
Tourneys
2v2v2v2 Tournament SC4ALL II: Brood War - $2500 - Dec 5-6 [Megathread] Daily Proleagues Escore Tournament - Season 3
Strategy
Any training maps people recommend? Fighting Spirit mining rates Simple Questions, Simple Answers Odyssey Mineral Stack Saturation
Other Games
General Games
Stormgate/Frost Giant Megathread ZeroSpace Early Access is Now Live! General RTS Discussion Thread Nintendo Switch Thread Beyond All Reason
Dota 2
Looking for a Dota Mentor Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish TSM pausing esports and CLG Dead
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Power Rank TL Mafia Community Thread NeO.D_StephenKing vs This Guy From 1 Million Dance
Community
General
US Politics Mega-thread European Politico-economics QA Mega-thread Russo-Ukrainian War Thread Artificial Intelligence Thread Things Aren’t Peaceful in Palestine
Fan Clubs
The Clem Fan Club INnoVation Fan Club The Scarlett Fan Club
Media & Entertainment
Movie Discussion! Anime Discussion Thread Series you have seen recently... [Req][Books] Good Fantasy/SciFi books
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion MLB/Baseball 2023 McBoner: A hockey love story
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Simple Questions Simple Answers FPS when play League Of Legend on laptop
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Please support my new stand…
Peanutsc
What is a Gamer?
TrAiDoS
Hello guys!
LIN1s
ASL S22 English Commentary…
namkraft
Poker (part 2)
Nebuchad
Customize Sidebar...

Website Feedback

Closed Threads



Active: 3405 users

HTML Help

Blogs > Polemos
Post a Reply
1 2 Next All
Polemos
Profile Blog Joined March 2011
United States160 Posts
Last Edited: 2011-08-09 14:56:04
August 09 2011 14:54 GMT
#1
Hi!
Recently, I've been teaching myself HTML and CSS, with a bit of javascript thrown in. Unfortunately, I have run into a block, and I can't seem to find an error with my code (it's really, really simple.) I've looked at it for hours, and I still can't find an error. I was wondering if anyone could help :/ I'll put all the info in a spoiler below.


+ Show Spoiler +

http://dev.ieworks.net/devtest/location_add.html


+ Show Spoiler +


<!DOCTYPE html>
<head>
<title>Pop-Up Location Form</title>
</head>
<body>
<table>
<tr>
<td>Name: <input type="text" id="loc_name" /></td>
</tr>
<tr>
<td >Address 1: <input type="text" id="loc_add_1" /></td>
</tr>
<tr>
<td>Address 2: <input type="text" id="loc_add_2" /></td>
</tr>
<tr>
<td>City:<input type="tex" id="city_add" /></td>
<td>State: <select name="state" />
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select></td>
<td>Zip Code:<input type="Text" id="loc_zip" /></td>
</tr>
<tr>
<td><input type="button" id="button_cancel" value="Cancel" /></td>
<td><input type="button" id="button_save" value="Save" /></td>
</tr>
</table>
</body>
</html>


P.S. I've run it through a code validator to no avail, and I've tried using Firebug, but I can't figure out how to use it ._.

It is better to be hated for who you are then loved for who you are not.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
August 09 2011 14:58 GMT
#2
On August 09 2011 23:54 Polemos wrote:
Hi!
Recently, I've been teaching myself HTML and CSS, with a bit of javascript thrown in. Unfortunately, I have run into a block, and I can't seem to find an error with my code (it's really, really simple.) I've looked at it for hours, and I still can't find an error. I was wondering if anyone could help :/ I'll put all the info in a spoiler below.


+ Show Spoiler +

http://dev.ieworks.net/devtest/location_add.html


+ Show Spoiler +


<!DOCTYPE html>
<head>
<title>Pop-Up Location Form</title>
</head>
<body>
<table>
<tr>
<td>Name: <input type="text" id="loc_name" /></td>
</tr>
<tr>
<td >Address 1: <input type="text" id="loc_add_1" /></td>
</tr>
<tr>
<td>Address 2: <input type="text" id="loc_add_2" /></td>
</tr>
<tr>
<td>City:<input type="tex" id="city_add" /></td>
<td>State: <select name="state" />
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select></td>
<td>Zip Code:<input type="Text" id="loc_zip" /></td>
</tr>
<tr>
<td><input type="button" id="button_cancel" value="Cancel" /></td>
<td><input type="button" id="button_save" value="Save" /></td>
</tr>
</table>
</body>
</html>


P.S. I've run it through a code validator to no avail, and I've tried using Firebug, but I can't figure out how to use it ._.


<select name="state" />

There is your mistake.
Remove the / in the opening select tag.

NihiLStarcraft
Profile Blog Joined January 2010
Denmark1413 Posts
Last Edited: 2011-08-09 14:59:04
August 09 2011 14:58 GMT
#3
It'd probably save time if you let us know what the problem is? :p

EDIT: Ninja'd.
Polemos
Profile Blog Joined March 2011
United States160 Posts
August 09 2011 14:59 GMT
#4
I have done so, but it still hasn't done anything with my formatting issues ._.
It is better to be hated for who you are then loved for who you are not.
Polemos
Profile Blog Joined March 2011
United States160 Posts
August 09 2011 15:00 GMT
#5
Look at the first spoiler. Since it's in a table, all the text inputs, and name address & w/e should be lining up, but they aren't. My issue is finding out why they aren't lining up.
It is better to be hated for who you are then loved for who you are not.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
Last Edited: 2011-08-09 15:07:49
August 09 2011 15:01 GMT
#6
On August 09 2011 23:59 Polemos wrote:
I have done so, but it still hasn't done anything with my formatting issues ._.


Ok, what are your formatting issues then?
Edit: Now i got Ninjaed.

They are aligning up exactly like you wrote in the code.
The layout is exactly as defined.

However, your table structure is broken in a logical/semantical way, not a syntactical way.

A table has a defined number of rows and columns and should have the same number of columns in every row.
Your first 3 rows only have 1 column (td)

<tr>
->>> <td>Name: <input type="text" id="loc_name" /></td>
</tr>
<tr>
->>> <td >Address 1: <input type="text" id="loc_add_1" /></td>
</tr>
<tr>
->>> <td>Address 2: <input type="text" id="loc_add_2" /></td>
</tr>


Your fourth row has 3

<tr>
->>> <td>City:<input type="tex" id="city_add" /></td>
->>> <td>State: <select name="state">
<option value="AL">Alabama</option>
..snip..
</select></td>
->>> <td>Zip Code:<input type="Text" id="loc_zip" /></td>
</tr>


Your fifth row has 2:


<tr>
->>> <td><input type="button" id="button_cancel" value="Cancel" /></td>
->>> <td><input type="button" id="button_save" value="Save" /></td>
</tr>


You probably want to have the label in a seperate column.
Polemos
Profile Blog Joined March 2011
United States160 Posts
August 09 2011 15:02 GMT
#7
Look up one post
It is better to be hated for who you are then loved for who you are not.
Moff
Profile Joined August 2008
United Kingdom166 Posts
August 09 2011 15:07 GMT
#8
http://jsfiddle.net/BjgW4/

Is that what you wanted?

Since you put two <td> inside one <tr> it messed up the formatting.
Polemos
Profile Blog Joined March 2011
United States160 Posts
August 09 2011 15:13 GMT
#9
So, if I understand you correctly Morf, I can only have like
<tr>
<td>xxxx</td>
</tr>

and no other TD's in there?
It is better to be hated for who you are then loved for who you are not.
Polemos
Profile Blog Joined March 2011
United States160 Posts
August 09 2011 15:13 GMT
#10
Assuming that I want them to be all lined up
It is better to be hated for who you are then loved for who you are not.
lolsixtynine
Profile Blog Joined January 2011
United States600 Posts
Last Edited: 2011-08-09 15:20:58
August 09 2011 15:17 GMT
#11
No, you can have multiple tds in a tr, you just need to have the same number in each or the formatting can get wacky. Normally if you have the same number of td's in each row, it will automatically align them into columns.

Edit for example:

You currently have
<td>Name: <input type="text" id="loc_name" /></td>


You want:

<td>Name: </td> 
<td> <input type="text" id="loc_name" /></td>

Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
August 09 2011 15:19 GMT
#12
On August 10 2011 00:13 Polemos wrote:
So, if I understand you correctly Morf, I can only have like
<tr>
<td>xxxx</td>
</tr>

and no other TD's in there?


You can have as many as you want, you should just always have the same number of <td>s in all <tr>s of the same table.

<tr> starts a new row (table row)
<td> starts a new column (table data)

A table is always a rectangle.
For example, a table 2 cells wide, 5 rows high would be:
(Using dummy content)

<table>
<tr>
<td>Name</td>
<td><input type="text" name="name" /></td>
</tr>
<tr>
<td>City</td>
<td><input type="text" name="city" /></td>
</tr>
<tr>
<td>ZIP code</td>
<td><input type="text" name="zip" /></td>
</tr>
<tr>
<td>State</td>
<td><input type="text" name="state" /></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="save" /></td>
<!-- colspan means, this column should span over 2 columns, it counts double in this case -->
</tr>
</table>

Polemos
Profile Blog Joined March 2011
United States160 Posts
August 09 2011 15:22 GMT
#13
Ahhhhhhhhhhhhhh!! I understand ! Thank you all very much!
It is better to be hated for who you are then loved for who you are not.
Trowabarton756
Profile Blog Joined May 2008
United States870 Posts
August 09 2011 15:45 GMT
#14
Basically bra when i looked at your page it was fine in firefox, but you gotta understand that just because the code works in 1 browser doesn't mean it will work in another(i assume you're looking at this in IE or another browser) so make sure to check it in as many browsers as you can to make sure the code properly works.
http://www.teamliquid.net/video/streams/Trowabarton756
Marou
Profile Blog Joined April 2010
Germany1371 Posts
August 09 2011 16:58 GMT
#15
i wouldn't recomend using tables for your layout, but rather use div and css to have boxes layed out the same way as a table does it. That's just my opinion tho, many people still use tables, but if you are serious about html/css you shouldn't rely on them to much.
twitter@RickyMarou
aike
Profile Blog Joined July 2010
United States1629 Posts
Last Edited: 2011-08-09 17:35:25
August 09 2011 17:34 GMT
#16
On August 10 2011 01:58 Marou wrote:
i wouldn't recomend using tables for your layout, but rather use div and css to have boxes layed out the same way as a table does it. That's just my opinion tho, many people still use tables, but if you are serious about html/css you shouldn't rely on them to much.


This exactly. Tables are supposed to be for tabular data. Like say you want to display the results of all info that has ever been submitted with the current from, you'd want it to be laid out like a spreadsheet. But for actual page formatting you should use CSS + Divs and other HTML elements. With CSS you can position things anywhere you want on the page, you aren't stuck with the constraints of a table.

And to Trowabarton756, that isn't completely true. These days as long as you are using proper CSS and HTML your pages should look the same in all browsers. I haven't had any issues with different stuff in different browsers in a long time.
Wahaha
KeksX
Profile Blog Joined November 2010
Germany3634 Posts
Last Edited: 2011-08-09 18:03:36
August 09 2011 17:59 GMT
#17
On August 10 2011 00:19 Morfildur wrote:
Show nested quote +
On August 10 2011 00:13 Polemos wrote:
So, if I understand you correctly Morf, I can only have like
<tr>
<td>xxxx</td>
</tr>

and no other TD's in there?


You can have as many as you want, you should just always have the same number of <td>s in all <tr>s of the same table.


Not (100%) true, you can just use colspans !
Integra
Profile Blog Joined January 2008
Sweden5626 Posts
August 09 2011 18:08 GMT
#18
I just read your code, why are you using CSS when you clearly aren't using it? Your form should not be formatted through tables, since you are using CSS. Just setup the form using the List tag and then format it with CSS.
"Dark Pleasure" | | I survived the Locust war of May 3, 2014
SarR
Profile Joined June 2011
476 Posts
Last Edited: 2011-08-09 18:19:17
August 09 2011 18:16 GMT
#19
I strongly recommend that you do not use tables to arrange HTML elements. It could get real ugly for you should you decide to make changes later. Tables are so 1995

Use CSS instead to arrange your elements. Id even go so far as to say that tables are unnecessary in this age. CSS is the way you should be going.

Edit:
Could you provide a screenshot of what you expect your HTML form to look like and id make some time to to recreate it using CSS as an example for you.
KeksX
Profile Blog Joined November 2010
Germany3634 Posts
August 09 2011 18:20 GMT
#20
On August 10 2011 03:16 SarR wrote:
I strongly recommend that you do not use tables to arrange HTML elements. It could get real ugly for you should you decide to make changes later. Tables are so 1995

Use CSS instead to arrange your elements. Id even go so far as to say that tables are unnecessary in this age. CSS is the way you should be going.

Edit:
Could you provide a screenshot of what you expect your HTML form to look like and id make some time to to recreate it using CSS as an example for you.


"to break a butterfly on a wheel"

He needs a table. He makes a table. :3
1 2 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 1h 58m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
WinterStarcraft661
Nina 112
StarCraft: Brood War
Bisu 679
Leta 129
JYJ 126
Soma 119
ggaemo 119
Mind 71
Hyun 60
Sharp 41
Bale 33
Larva 31
[ Show more ]
Noble 27
Purpose 20
ajuk12(nOOB) 16
NotJumperer 12
Nal_rA 12
League of Legends
JimRising 604
Counter-Strike
summit1g6707
byalli186
Super Smash Bros
Mew2King136
Other Games
ceh9564
Happy230
crisheroes197
Fuzer 57
RuFF_SC247
singsing11
BEARDiaguz8
Organizations
Other Games
gamesdonequick578
StarCraft: Brood War
UltimateBattle 52
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH120
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 12
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota2513
League of Legends
• Stunt498
• Jankos301
Upcoming Events
KCM Race Survival
1h 58m
The PondCast
1h 58m
OSC
1h 58m
INu's Battles
2h 58m
Percival vs Cure
Classic vs Clem
Replay Cast
15h 58m
Escore
1d 1h
IntoTheTV X SOOP
1d 2h
RSL Revival
2 days
herO vs SHIN
Clem vs Solar
Serral vs Rogue
RSL Revival
3 days
WardiTV Weekly
4 days
[ Show More ]
The Patches Monday
4 days
Sparkling Tuna Cup
5 days
PiG Sty Festival
5 days
PiGosaur Cup
5 days
Replay Cast
6 days
Kung Fu Cup
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2026-08-04
CranK Gathers Season 4: BW vs SC2 Team League
Eternal Conflict S2 Finale

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
Acropolis #5
RSL Revival: Season 6
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026

Upcoming

Escore Tournament S3: W6
Escore Tournament S3: W7
CSLAN 4
ASL Season 22
Escore Tournament S3: W8
Acropolis #5 - TRS
Blizzard Classic Cup 2026
HSC XXX
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
PiG Sty Festival 8.0
Big Dog Cup 2026 Div 1
Thunderpick World Champ.
ESL Pro League Season 24
Stake Ranked Episode 4
Logitech G Connect 2026
SL StarSeries Fall 2026
FISSURE Playground #5
BLAST Open Fall 2026
Esports World Cup 2026
Esports World Cup 2026: LCQ
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.