Monday, November 24, 2008
Friday, October 31, 2008
Fixing palette and menu locations in Dreamweaver 8
Wednesday, October 29, 2008
Some thoughts on Computer Monitors
"Hi George,
Thursday, September 04, 2008
Putting borders on tables in Dreamweaver 8
Question:
Hi:
I Purchased you complete software program dream weaver 8. I am having a problem. When I want to create a new document Basic - HTML, I then put in a background display which is twinkling stars GIF. I go to insert and put in a layer. The layer box that shows is in blue. I then go to insert a table. When the table appears it does not show any rows or columns it is as if they are hidden. I know I programmed the table right giving it rows, columns etc. I don't understand why the table does not show the rows and columns. I must of done something to hide them and this pertains to all the tables that I sent up in my web site. I might of changed the visual and preferences but I am not sure. Please help me with this.
Answer:
By default there is no border shown on tables in Dreamweaver. You can easily add a border using the Properties palette below the design window. You can also show a design outline for the table if you want to see the borders, but not have them showing on the web.
To put a border on the table that will show on the web:
Click anyplace inside the table,
Then below the design window you will see a line of text something like this: body table tr td
It won't necessarily be exactly the same, just similar.
Click on the table text that is furthest to the left, this will select the whole table on your page
Now in the design panel below the design window you will see the properties for the table, where it says Border with a box after it put a 1 in the box, this will add a 1 point border to your table. Try different numbers to see what happens.
To put a border on the table that only shows in Dreamweaver Design View, but does not show on the web:
Click on the View menu
Click on Visual Aids,
Then click on Table Borders.
This will put dotted lines around all of your tables, rows, and cells, making them easy to see while you work on your layout.
These dotted lines will not show up on the web, only in Dreamweaver Design View.
George
Wednesday, September 03, 2008
Using PageMaker to create interactivity
> Hello. I recently purchased the pagemaker training and found it very
> helpful, so thanks for that. However, I am trying to design an
> interactive manual, similar to the "How to Gurus" home page, where you
> have a listing on the left side of the screen and by clicking on a topic
> it will take you to that subject. Can that be accomplished in pagemaker?
> If so, I would like to know the best way to do it. Any help would be
> appreciated. ..............Thanks
PageMaker is designed for creating printed material, not interactive
materials. So you can't create the interactivity in PageMaker. What you can
do though is to do the design/layout in PageMaker, then save the file as
Adobe Acrobat (this would of course require that you also own the full
version of Acrobat). You can then put together the interactivity in Acrobat.
This is basically what I did for an e-Book that I am giving away on our home
page, the e-Book was designed in InDesign, but I didn't do anything that you
couldn't do in PageMaker. Once the e-Book was laid out I saved it as a PDF
file (Adobe Acrobat), opened it in Acrobat and then put in the interactivity
by creating links to the different pages. We don't currently have any
training on Acrobat, but it is pretty easy to use and has a good help file.
Go to www.howtogurus.com to get the free e-Book for an example of using a
page layout program (PageMaker, InDesign, QuarkXPress) along with Acrobat to
create interactivity.
George
Thursday, August 21, 2008
Photoshop Elements 5 saved Image location
----------------
Do I need to learn ActionScript 3.0 to use the new Flash CS3
Do I need to learn ActionScript 3.0 to use the new Flash CS3 or can I still use ActionScript 2?
ActionScript 3.0 was a major change over previous versions, although the
basic programming language stays the same. The layout of 3.0 is different.
But, you can still program in ActionScript 2.0 if you are using Flash CS3
and there is no reason not to unless you are an advanced programmer. When
you open up the Actions pane in CS3 there is a drop down list that lets you
select which version of ActionScript you want to use. You can also decide on
which version you want to use when you create a new file.
George
Sound Controls using ActionScript
Question:
I installed a instrumental drum music on stage from the
library in flash CS2 and a layer of 2 buttons on the stage named "sound
on" and "sound off". I cannot get the correct scripting for shutting off
and on when pressing the relative buttons. I have also asked a few friends
and no luck. Please help. I have the music on "loop" and "stream".
Answer:
The function you want to use is setVolume()
For no sound it should look like this setVolume(0)
For full sound it should look like this setVolume(100)
With the number being the percentage of sound.
Wednesday, January 17, 2007
"Help, Dreamweaver preview is going to my live site instead of previewing locally."
That is not how Dreamweaver is supposed to act. You can check the preview setting by going to the Edit menu, Click on Preferences, then click on Preview in Browser in the left side Catagory list. You should see "iexplore F12" in the window. You can change this by clicking on the Edit button.
One thing though, if your site uses absolute links then those links will go to the live site. You need to use relative links for proper testing on your local machine. Here are examples:
absolute link: http://www.howtogurus.com/support.html
relative link: ../support.html or just support.html, depends on where the file is relative to the page linking to it.
Basically if your links have http://www.whatever.com (your web site address) included in them then those links will go to that live page. Also if your opening page automatically goes to your live site through a forwarding absolute link (like you have a splash page or something) then you will see the live site and not your testing site.
My guess is that you have absolute links on your testing site. But even with absolute links it should show the first page you open on your local machine since you are not going to that by an absolute link, but are opening it directly.
Labels: Dreamweaver
