Outpost Universe Forums

Community => Feedback/Suggestions/Problems => Topic started by: CK9 on June 18, 2003, 09:22:05 PM

Title: HTML problems
Post by: CK9 on June 18, 2003, 09:22:05 PM
I can't figgure out how to get the table to work properly.
Title: HTML problems
Post by: xfir on June 18, 2003, 09:25:52 PM
Tables?

Okay here is how it goes:

Code: [Select]
<table><tr><td>Hey</td><td>hey 2</td></tr></table>

Which creates a table like so:
Heyhey 2

Code: [Select]
<tr></tr>

You use tr to create a table row.

Code: [Select]
<td></td>

You use td to create a table division, or column.
Title: HTML problems
Post by: CK9 on June 18, 2003, 09:32:22 PM
It wouldn't work
Title: HTML problems
Post by: xfir on June 18, 2003, 09:33:32 PM
What wouldn't work?
Title: HTML problems
Post by: CK9 on June 18, 2003, 09:37:01 PM
Instead of a row of information, I got a collum.  Could you give me some help?
Title: HTML problems
Post by: xfir on June 18, 2003, 09:39:13 PM
What program are you using?!?
Title: HTML problems
Post by: CK9 on June 18, 2003, 09:43:03 PM
Program?  There are programs that can help with this stuff?
Title: HTML problems
Post by: xfir on June 18, 2003, 09:45:45 PM
Yes.. Go to http://www.download.com (http://www.download.com) and go into web development and browse around a while.

I mainly use Microsoft Frontpage (Included in some Office CDs) to edit the tables then I do the rest using Notepad.
Title: HTML problems
Post by: CK9 on June 18, 2003, 09:49:13 PM
I have front pag.
Title: HTML problems
Post by: xfir on June 18, 2003, 09:51:19 PM
Well try using that to create tables.. then copy the HTML and paste it.
Title: HTML problems
Post by: CK9 on June 18, 2003, 09:53:07 PM
Then what do I do?
Title: HTML problems
Post by: xfir on June 18, 2003, 10:00:29 PM
Paste it in the online editor (the File manager) and save it.
Title: HTML problems
Post by: CK9 on June 18, 2003, 10:03:08 PM
okay, thanks
Title: HTML problems
Post by: Zircon on June 19, 2003, 06:16:17 AM
From my own  experience i think those programs like frontpage and dreamweaver is... *shrugs* Im not gonna say it...

Long live notepad !
Title: HTML problems
Post by: OP2Patriot on June 19, 2003, 08:14:46 AM
Amen, Zircon, amen. Although, I like using SoThink. You can do it manually and wysiwyg, and preview what you are doing.

---philipu2001
Title: HTML problems
Post by: xfir on June 19, 2003, 10:12:18 AM
I only use Frontpage to edit the tables. After that, I use Notepad and ASWS (a PHP editor with stynax highlighting)
Title: HTML problems
Post by: CK9 on June 19, 2003, 06:14:57 PM
It didn't give me enough info.  I wasted a good chunk of time getting it to work properly.
Title: HTML problems
Post by: new-er-bie on June 21, 2003, 01:29:59 AM
CK9 we have a bunch of experts here, just post what you have so far and then everyone can help you.  
Title: HTML problems
Post by: CK9 on June 21, 2003, 11:57:27 AM
I was just about to post something when it finnaly worked out for me.  Tables are a pain.
Title: HTML problems
Post by: xfir on October 02, 2003, 09:49:10 PM
As I said in another thread, check your HTML tips. If you'd like, I could add onto them.