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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help cant see tables

Status
Not open for further replies.

stingman1

Programmer
May 28, 2000
53
US
Hello I cant see the tables on some of the pages that I have created using Front Page 2000 I wanted to switch to Dream Weaver but it is looking like a night mare any help would be apreciated.
 
Any chance you could post some of the code surrounding your table? Front Page produces lots and lots of extra code which interferes with Dreamweaver.

I stripped out anything that looked Front Page'ish out of the html and the site functions fine now. Labor intensive up front, but the benefits of using DW over FP are worth it. [sig][/sig]
 
Here is the html:
<table width=&quot;100%&quot; border=&quot;0&quot;>
<tr>
<td valign=&quot;top&quot; align=&quot;left&quot;>&nbsp;<SCRIPT LANGUAGE=&quot;JavaScript&quot; SRC=&quot; <td valign=&quot;top&quot; align=&quot;left&quot; rowspan=&quot;2&quot;>&nbsp;<SCRIPT LANGUAGE=&quot;JavaScript&quot; SRC=&quot; <td valign=&quot;top&quot; align=&quot;left&quot; rowspan=&quot;2&quot;>&nbsp;<SCRIPT LANGUAGE=&quot;JavaScript&quot; SRC=&quot; <td valign=&quot;top&quot; align=&quot;left&quot; rowspan=&quot;2&quot;>&nbsp;<SCRIPT LANGUAGE=&quot;JavaScript&quot; SRC=&quot; <td valign=&quot;top&quot; align=&quot;left&quot; rowspan=&quot;2&quot;>&nbsp;<SCRIPT LANGUAGE=&quot;JavaScript&quot; SRC=&quot; </tr>
<tr>
<td valign=&quot;top&quot; align=&quot;left&quot;>&nbsp;<!-- begin weather.com viewer include code -->
<form method=&quot;post&quot; action=&quot;<table>
<tr> <td >
<font face=&quot;arial,helvetica&quot; color=&quot;#004371&quot; size=&quot;2&quot;>
&nbsp;Enter a city or US Zip </font> &nbsp;
<input name=&quot;destination&quot; type=&quot;text&quot; size=&quot;8&quot; value=&quot;&quot;>&nbsp;
<input type=&quot;image&quot; src=&quot; width=&quot;26&quot; height=&quot;23&quot; border=&quot;0&quot; alt=&quot;go!&quot; value=&quot;Go City&quot;> </td> </tr>
<tr> <td colspan = &quot;3&quot; align = &quot;left&quot; >
<a href=&quot;Today's Weather</a>
</td> </tr>
</table></form>
<!-- end weather.com viewer include code--></td>
</tr>
</table>
I dont know exactly why it is not showing up but it is just blank in Dream Weaver [sig]<p>Steve Hagerman<br><a href=mailto:Admin@Advancedisp.com>Admin@Advancedisp.com</a><br><a href= ISP high speed internet access</a><br>I did it my way![/sig]
 
I pulled your code into Dreamweaver, and it does not display. You've got some Java scripts though, I suspect that DW won't actually execute them. Previewing the page in a browser shows the entire table with the form at the bottom.

To verify that I used Homesite to check the code and got the same results.

Sorry, I think it's working just as it's supposed to. [sig][/sig]
 
I thought that maybe I was just doing something wrong some how with the dream weaver configuration. the code show up fine in Front Page but doenst show at all with Dream Weaver shame though I was looking forward to using it since it had a wysiwyg designer as well as a way to work with homesite [sig]<p>Steve Hagerman<br><a href=mailto:Admin@Advancedisp.com>Admin@Advancedisp.com</a><br><a href= ISP high speed internet access</a><br>I did it my way![/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top