tonigarlandart.com is now opening at the bottom of the page. Help? Using CS4, design mode. Thanks!
I copied and replaced the html as you suggested and then the page opened at the top but the music didn't play, then tried just inserting the <-- and --> around what I originally had there, at which point the music played, but it still opened at the bottom and it showed the <-- and --> on the page. Thanks, but I'm still confused.
Try ditching Dreamweaver and switching to Notepad ++, less bugs, less control from big brother, more nimble, less crashes ... simply better than this pile of junk.
Ok - put your style sheet in a separate file and link it.
If you're going to use styles then don't use attributes if you can get away with it. (Have a look at CSS Zen garden - such a great site. May be a little complicated for a beginner, but it gives you something to aim for.)
Ditch the table format - it makes everything far, far more complicated; try using DIVs instead.
NEVER nest tables if you can at all avoid it. Usually you can - it's just a case of looking at column and row spans.
NEVER use something like DreamWeaver in design mode - it's a huge waste of time.
Try starting with something more basic and build it up a step at a time. Test every change stage by stage - if you're painting a picture you never paint the whole thing then take a step back and look, you always paint a piece, step back and look, paint another piece etc...
Most importantly - research which setting (relating to tags, CSS and attributes) actually performs what operation, and which affects which browser. The classic example of this is the Internet Explorer 6.0 box model problem.
But most importantly, ditch DreamWeaver. Hell! VI is better!
Cedar,
Please ignore mandelbrot's irrelevant comments. They don't address the problem you're having.
Your problem is caused by the embedded music player. Apart from being highly annoying (autoplay on page load, no on/off buttons, etc..) it's taking focus away from everything else on your page. My recommendation is to ditch the embedded music. It doesn't lend anything to the site except trouble.
Nancy O.
Thank you. You were more polite re: mandelbrot than I may have been.
I happen to agree with you about the music, but I create what the client wants, and her thinking is that everybody has a mute button on their computer....
Meanwhile, I inserted the music at the top instead of at the bottom of the page, and that seems to have fixed the problem -- the music plays and it opens at the top. Thanks much! C
I understand. If you give the player a valid height & width, people could see it and use the on/off buttons.
I think that what clients often forget to consider is:
a) The sleeping baby in the next room.
b) The co-worker in the next cubicle.
c) Most site visitors don't want to hear gratuitous music EVERY time they visit the site.
d) It competes with other media the end user may be listening too.
You've got to have an OFF button.
Nancy O.
I think that what clients often forget to consider is:
a) The sleeping baby in the next room.
b) The co-worker in the next cubicle.
c) Most site visitors don't want to hear gratuitous music EVERY time they visit the site.
d) It competes with other media the end user may be listening too.
Agreed Nancy.
They also won't get repeat visitors if their site is playing unwanted music whenever some unfortunate soul lands there. When I'm surfing, I remember the annoying sites and avoid them. This one is now on my blacklist (hit mute before going there).
Nancy O. wrote:
Please ignore mandelbrot's irrelevant comments. They don't address the problem you're having.
Ermm. Actually they do go someway to adressing the problem.
By separating your file into stylesheet and HTML files you get a clearer view of what's going on - Development 101.
By not using DreamWeaver design mode you are avoiding any unnecessary functionality that is forced on you by the application.
By avoiding using tables as a layout method you are making your code more relevant as per the W3C specification and far more readable.
By avoiding nested tables you are making your code easier to read later and debug for anyone who needs to.
But yes - Nancy O. is correct in one respect - get rid of the music.
Also, delete any image caching routines added by DreamWeaver. Even though they work they are pointless as the image iwll get cached on first rollover rather than right at the beginning, which slows your page load time.
PPS: Try an app called TopStyle for your CSS (and layout, actually - a third of the price of DreamWeaver and far superior)
North America
Europe, Middle East and Africa
Asia Pacific