Author Topic: HTML problems  (Read 5456 times)

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
HTML problems
« on: June 18, 2003, 09:22:05 PM »
I can't figgure out how to get the table to work properly.
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

xfir

  • Guest
HTML problems
« Reply #1 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.

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
HTML problems
« Reply #2 on: June 18, 2003, 09:32:22 PM »
It wouldn't work
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

xfir

  • Guest
HTML problems
« Reply #3 on: June 18, 2003, 09:33:32 PM »
What wouldn't work?

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
HTML problems
« Reply #4 on: June 18, 2003, 09:37:01 PM »
Instead of a row of information, I got a collum.  Could you give me some help?
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

xfir

  • Guest
HTML problems
« Reply #5 on: June 18, 2003, 09:39:13 PM »
What program are you using?!?

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
HTML problems
« Reply #6 on: June 18, 2003, 09:43:03 PM »
Program?  There are programs that can help with this stuff?
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

xfir

  • Guest
HTML problems
« Reply #7 on: June 18, 2003, 09:45:45 PM »
Yes.. Go to 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.

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
HTML problems
« Reply #8 on: June 18, 2003, 09:49:13 PM »
I have front pag.
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

xfir

  • Guest
HTML problems
« Reply #9 on: June 18, 2003, 09:51:19 PM »
Well try using that to create tables.. then copy the HTML and paste it.

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
HTML problems
« Reply #10 on: June 18, 2003, 09:53:07 PM »
Then what do I do?
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

xfir

  • Guest
HTML problems
« Reply #11 on: June 18, 2003, 10:00:29 PM »
Paste it in the online editor (the File manager) and save it.

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
HTML problems
« Reply #12 on: June 18, 2003, 10:03:08 PM »
okay, thanks
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline Zircon

  • Hero Member
  • *****
  • Posts: 585
HTML problems
« Reply #13 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 !

Offline OP2Patriot

  • Hero Member
  • *****
  • Posts: 2226
HTML problems
« Reply #14 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



The Forbidden Outpost 2 Forum ... they don't want you to know about it.
Yell if the above link disappears.

xfir

  • Guest
HTML problems
« Reply #15 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)

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
HTML problems
« Reply #16 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.
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline new-er-bie

  • Sr. Member
  • ****
  • Posts: 382
HTML problems
« Reply #17 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.  

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
HTML problems
« Reply #18 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.
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

xfir

  • Guest
HTML problems
« Reply #19 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.