Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tables &JavaScript

Status
Not open for further replies.

Nesika

Programmer
Aug 10, 2001
28
0
0
US
1.I have a problem with tables ! Cannot get rid of them!
I set "0" in Properties for Width and Hight!
Doesn't work!
How do I delite tables?

2.When I insert code :
<SCRIPT LANGUAGE=&quot;JavaScript&quot; SRC=&quot;image shows only in &quot;Preview&quot;, NOT in &quot;Normal&quot;
What am I doing wrong?
Thank you
 
1. Don't use <table><td><tr> or any other tags that create the table. However tables keep everything uniform and looking nice, a must to all websites!

If it's the border you want to rid, border=&quot;0&quot;

2.Normal view does not parse scripts, it only shows the little box indicating there is some script or unrecognized code there of some sort. DeZiner
gear.gif width=45 align=left
When the gears stop turning,
we all stop learning.
 
To delete a table click somewhere inside the table. (This chooses the table as the active area.) In the top menu choose &quot;Table, Select. This highlights the table. Then chose Edit, Cut. Table is gone.

If you have further problems with this come see me at bunni.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top