|
"What's the actual size of the video? Are you cutting the controller off by makeing the object /element smaller than the actual video?" in Dreamweaver • 5 replies |
1 day ago |
|
"You actually can't use the html5 <video> tag for youtube videos, they are not the correct format to do that. Mhollis gave you the correct" in Dreamweaver • 6 replies |
1 day ago |
|
"Generally speaking, whenever my DW starts acting up, I go right for rebuilding the cache file... http://forums.adobe.com/thread/494811" in Dreamweaver • 1 replies |
1 day ago |
|
"Are you coding in php? Could you post a link to your page? If not, posting your page's code in the forum is a distant second." in Dreamweaver • 5 replies |
1 day ago |
|
"Your blue bar background is not set with css at all, you are using the html background attribute which will repeat automatically. Remove the" in Dreamweaver • 2 replies |
1 day ago |
|
"Without knowing what problem you actually want to fix, I can still say it's likely caused by an html error. You have over 230 html errors" in Dreamweaver • 3 replies |
1 day ago |
|
""Technically" the browser specific prefixes are "invalid code" however they are necessary in the older versions of the individual browsers t" in Dreamweaver • 6 replies |
1 day ago |
|
"Unfortunately, there isn't anything in DW that can do this type of thing for you, although if you were to learn php and mySQL you definitely" in Dreamweaver • 4 replies |
2 days ago |
|
"How are they logging in? This sounds like a job for PHP at minimum, likely a database on top of it." in Dreamweaver • 4 replies |
2 days ago |
|
"The behavior described is normally attributed to the title attribute in images. Alt attributes are only supposed to show if the image fai" in Dreamweaver • 4 replies |
2 days ago |
|
"Could be a virus too." in Dreamweaver • 8 replies |
2 days ago |
|
"You also have some html errors. The first one I saw was a missing starting <body> tag. HTML errors can cause all kinds of display issues" in Dreamweaver • 3 replies |
2 days ago |
|
"Add a background-image to the <body> tag to give the <body> a background. body { background-image:url(your_image.jpg); backgr" in Dreamweaver • 9 replies |
2 days ago |
|
"Given your explanation, I'm almost sure the new version is ignoring some deprecated code or getting confused by html attributes and css cont" in Dreamweaver • 6 replies |
2 days ago |
|
"If you are using an external stylesheet, a .css file, there isn't anything on the pages that use it that needs to be updated... For examp" in Dreamweaver • 8 replies |
2 days ago |
|
"The new version has deprecated a bunch of menu items. There were a large number of people upset by it... http://helpx.adobe.com/dreamweav" in Dreamweaver • 6 replies |
2 days ago |
|
"I'm not seeing what you describe in Firefox or IE on Windows7 or on my iPhone. Did you already repair this, or am I missing something? " in Dreamweaver • 1 replies |
2 days ago |
|
"<h1> needs to be used somewhere within the <body> tag set. If you are using html5 and have a <header> tag, it can be used there (since <" in Dreamweaver • 14 replies |
2 days ago |
|
"It's more likely the <h1> needs its default, browser added margins removed... h1 { margin:0; }" in Dreamweaver • 11 replies |
2 days ago |
|
"Looks like the javascript on line 392 in your Yellowstone Falls image is hiding apDiv1 onload, which is the container for your geology logo." in Dreamweaver • 2 replies |
2 days ago |
|
"When you create a page from the template file are you just doing a Save As and changing .dwt to .html or are you going to File > New then Pa" in Dreamweaver • 6 replies |
3 days ago |
|
"Usually this happens when you don't use a proper Site Definition, or if you have files outside your defined site folder. Have you defined" in Dreamweaver • 6 replies |
3 days ago |
|
"Ah, actually never noticed that before or the sun was in my eyes, and something about the contrast on my monitor. " in Dreamweaver • 13 replies |
3 days ago |
|
"Yes. The problem could very well be within one of those dependant files." in Dreamweaver • 5 replies |
3 days ago |
|
"Placing text within an image is completely ignored by search engines, there is no way for them to see it or do anything with it. Your pag" in Dreamweaver • 14 replies |
3 days ago |