Skip navigation

Login or Register to find out more about Jon Fritz II
Jon Fritz II has no profile image available
Status Level:

Recent Activity

Jon Fritz II replied to Problem with Quicktime controller?

"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
Jon Fritz II replied to YouTube & HTML5

"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
Jon Fritz II replied to Assets panel in Dreamwever CS6

"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
Jon Fritz II replied to Live View not working in DW CS6

"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
Jon Fritz II replied to Lay-out is scrammbled in DW CS4

"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
Jon Fritz II replied to Dreamweaver layout issue

"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
Jon Fritz II replied to Creating rounded corner boxes in Dreamweaver cs5

""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
Jon Fritz II replied to Can I make an Imageboard in a HTML page (using JavaScript)?

"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
Jon Fritz II replied to Can I make an Imageboard in a HTML page (using JavaScript)?

"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
Jon Fritz II replied to Alt Tags - How To make Visible?

"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
Jon Fritz II replied to How do you correctly update a external CSS for a whole site map?

"Could be a virus too."

in Dreamweaver 8 replies
2 days ago
Jon Fritz II replied to Why can't I get the buttons to stay where I want them?

"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
Jon Fritz II replied to background image

"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
Jon Fritz II replied to Is dreamweaver CS6 buggy after latest update?

"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
Jon Fritz II replied to How do you correctly update a external CSS for a whole site map?

"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
Jon Fritz II replied to Is dreamweaver CS6 buggy after latest update?

"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
Jon Fritz II replied to Help please with nav bar!!

"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
Jon Fritz II replied to Center heading text

"<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
Jon Fritz II replied to css styles donot work well inside headers

"It's more likely the <h1> needs its default, browser added margins removed...   h1 {      margin:0; }"

in Dreamweaver 11 replies
2 days ago
Jon Fritz II replied to Missing Image Dreamweaver CS5

"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
Jon Fritz II replied to Why do links in the template change location to 'file:///'...on the pages created from the template?

"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
Jon Fritz II replied to Why do links in the template change location to 'file:///'...on the pages created from the template?

"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
Jon Fritz II replied to Ignore link color from page properties?

"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
Jon Fritz II replied to Image Gallery or Lightbox that works for DW CS6?

"Yes.   The problem could very well be within one of those dependant files."

in Dreamweaver 5 replies
3 days ago
Jon Fritz II replied to Center heading text

"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