I have upgraded from dreamweaver and find that I cannot easily edit a large html table full of links
In DW I can use the design view to just drag a link to a different cell in the table
Here even my list of HTML links doesn't sort properly even when I use the A-Z button
I think if I could just click to highlight a cell in the preview and then see which one it was in the code it would be very helpful - after that dragging code seems easy
I need design view like DreamWeaver
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
We are currently trying to find out how is it possible to tell where have you clicked in the IE preview area. It is a technical problem that we can not solve so far. But rest assured, we are aware of the need for this feature.
We do not have a design area because our editor is a code editor and not a WYSIWYG. If you really want to create webpages by using your mouse, dreamweaver might just be better.
We do not have a design area because our editor is a code editor and not a WYSIWYG. If you really want to create webpages by using your mouse, dreamweaver might just be better.
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Karlis, have you tried firebug yet? It does this. you go into 'inspect' mode and click on the page. up comes the code in the html AND the related code in the CSS - including all of the ancestors its currently inheriting from.
I know I'm always talking about firebug (it's worth talking about!) but I'm mentioning it again here because you said that you were trying to figure out how to do it with IE. Sounds like a nightmare. Firebug already does most of it for you and it's open source. What's not to like? Here's the source: http://fbug.googlecode.com/svn/trunk/ and here's the actual browser plugin: http://www.getfirebug.com/
I can't imagine any of your customers would think it unreasonable for you to say 'if you want to click in preview to highlight code, you must use FF for preview'.
try it! There's more there. The firebug console can pull incredible tricks - including communicating with external programs...
Will
I know I'm always talking about firebug (it's worth talking about!) but I'm mentioning it again here because you said that you were trying to figure out how to do it with IE. Sounds like a nightmare. Firebug already does most of it for you and it's open source. What's not to like? Here's the source: http://fbug.googlecode.com/svn/trunk/ and here's the actual browser plugin: http://www.getfirebug.com/
I can't imagine any of your customers would think it unreasonable for you to say 'if you want to click in preview to highlight code, you must use FF for preview'.
try it! There's more there. The firebug console can pull incredible tricks - including communicating with external programs...

Will