Re: Fixed size table with scrollbar by Abraham Chaffin on Oct 19, 2009 at 9:13:05 am in the Adobe Dreamweaver Forum You should use a div inside of your table cell to create the desired effect. Making a table cell have a scroll bar doesn't always work.
Here's the code and an example:
<div style="overflow: auto; height: 100px; width: 200px;">Put your text...
Re: Help for a beginner resizing columns by Abraham Chaffin on Aug 29, 2009 at 9:33:59 am in the Adobe Dreamweaver Forum A table by nature is structured on a grid so when you adjust the width of one column the entire column is adjusted. Easiest way to have smaller columns inside of a cell is to insert another table inside of...
Re: Can I get help with my li backgrounds? by Abraham Chaffin on Aug 27, 2009 at 2:03:09 am in the Adobe Dreamweaver Forum Main problem I see is your class and id names. The majority of programming languages. Which CSS and HTML are don't accept variables that start with a number. You should change your class and id names so they don't start...
Re: close window by Abraham Chaffin on Apr 26, 2009 at 6:00:06 pm in the Adobe Dreamweaver Forum Here's an example using the window.close() method:
<a href='#' onclick="window.close();">close</a>
You can add this as a behavior or the link url through the properties pane in DW or directly into the code through code view. Abraham...
Re: Import SWF into illustrator by Abraham Chaffin on Apr 6, 2009 at 10:18:04 am in the Adobe Illustrator Forum If you have Adobe Flash you can export a fla as an ai file under File > Export then choose .ai as the file type to export.
There's no way to directly import an swf into ai as the file types...