Warning: fopen(graphic_design/files/thread-27-1.txt) [function.fopen]: failed to open stream: Permission denied in /graphic_design/global.php on line 421
file NOT opened Writing HTML to table cells -
PDA

View Full Version : Writing HTML to table cells


freakyclean
04-10-2002, 03:37 PM
Anyone know how to interact with table cells to change their content? I saw it in a book at Chapters but can't remember which one it was. I have checked a few websites and found no mention of it.

Thanks :)

Freakyclean

deep_thought
04-10-2002, 04:24 PM
Just modfy whatever is between the cell tags.

Example:

<td>
This text shows up in the table cell
</td>

Now if I change it:

<td>
Now this text shows up in the table cell
</td>

I don't know if this is the answer you're looking for, but I can pretty much guarantee you can find your answer here:

http://www.w3schools.com/


:)

freakyclean
04-10-2002, 10:07 PM
Actually I found what I was looking for here:

http://www.iarchitec.com/articles/InlineDynamicContent.asp

but thanks anyway :)

Steeldolphin
04-10-2002, 11:04 PM
Oh and here I was ready to go into scripting a page for dynamic content. ;)

adam
04-11-2002, 06:33 PM
augh thats why Im not an html programmer x.x

OtakuLad
04-12-2002, 11:24 AM
HTML isn't bad...
It's when there's letters in front of it or other acronymns with "P" in them.

DreamWeaver Ultradev is pretty powerful for client-side page construction.

Steeldolphin
04-12-2002, 12:04 PM
I have never had the opportunity to use UltraDev...I had a trial version at one point but I never installed it.

aksen
04-12-2002, 09:04 PM
Originally posted by Steeldolphin
I have never had the opportunity to use UltraDev...I had a trial version at one point but I never installed it.

I used to use it, but never really liked it, so i switched to HomeSite, and love it. Its got syntax highlighting for almost everything.

Nothing beats vi though ;)

- Juri

Steeldolphin
04-13-2002, 11:31 AM
yeah homesite is cool. I actually knew one of the guys who was on the original developement team way back when Allaire had it...man that's awhile back. He was also the guy who gave me my first HTMl lesson, and I nearly passed out when he got to tables. :)

Nothing beats vi though
heheh..programmers. ;)

aksen
04-14-2002, 12:29 PM
Chris,

Wade got me into using vi along time ago, and so i just kind of stuck with it :cool:

- Juri

Steeldolphin
04-14-2002, 12:46 PM
Originally posted by aksen
Chris,

Wade got me into using vi along time ago, and so i just kind of stuck with it :cool:

- Juri

yeah Wade is a magician with vi. :)