Search Results

Showing results 1 to 34 of 34
Search took 0.05 seconds.
Search: Posts Made By: peter_budo ; Forum: HTML and CSS and child forums
Forum: HTML and CSS 28 Days Ago
Replies: 8
Views: 343
Posted By peter_budo
The code is local to your machine so we would not be able to see the code till you post it...
Forum: HTML and CSS Oct 18th, 2009
Replies: 9
Views: 702
Posted By peter_budo
You have two instances of bold tag left in wrong places see code bellow.
<DIV style="LEFT: 30px; POSITION: relative; TOP: 65px; visibility: visible;" id="buttonUp"><A ...
Forum: HTML and CSS Oct 17th, 2009
Replies: 9
Views: 702
Posted By peter_budo
Is the problem occurring only on sites you create or in any website. If it is only your creation then we need to see code...
Forum: HTML and CSS Oct 1st, 2009
Replies: 4
Views: 393
Posted By peter_budo
You are not paying attention to your tags formatting, if they have all double quotes as need it, if the tag is correctly closed and if they are in right order

<html>
<head>
<title></title>...
Forum: HTML and CSS Oct 1st, 2009
Replies: 4
Views: 393
Posted By peter_budo
Tags which do not have pair close tags should have back slash on the end of their declaration, which all of yours input tags are missing
Input for ID is missing double quote after size declaration...
Forum: HTML and CSS May 27th, 2009
Replies: 4
Views: 462
Posted By peter_budo
No worries, nobody is perfect.

PS: Nice web site layout
Forum: HTML and CSS Dec 3rd, 2008
Replies: 4
Views: 625
Posted By peter_budo
frames is something w3c would really like to forget about, they did good job some 5-7 years ago, but now are obsolete...
Checking html 5 this concept is nearly abandoned and only remains of previous...
Forum: HTML and CSS Nov 9th, 2008
Replies: 8
Views: 1,409
Posted By peter_budo
This neither concerns Java or JavaScript, links are matter of HTML
Somewhere in your page you will place that applet into view surrounded by link tag as this<a href="#Bottom">APPLET_HERE</a>
and...
Forum: HTML and CSS Sep 28th, 2008
Replies: 5
Views: 1,086
Posted By peter_budo
This is called favicon and it is add through link declaration of head section inside html document. To add one just do as follows

<html>
<head>
<title>Page Title</title>
<link rel="shortcut...
Forum: HTML and CSS Sep 25th, 2008
Replies: 9
Views: 1,465
Posted By peter_budo
5 out of 8 replies (not including my) mentioned same link, w3schools. I know repetition is good for memory but you just over done on this ...
Forum: HTML and CSS Sep 2nd, 2008
Replies: 6
Views: 864
Posted By peter_budo
Spot on, I just merged these two
Forum: HTML and CSS Sep 2nd, 2008
Replies: 6
Views: 864
Posted By peter_budo
You should use JavaScript for this
Forum: HTML and CSS Aug 29th, 2008
Replies: 1
Views: 474
Posted By peter_budo
Isn't this Coldfusion question?
Forum: HTML and CSS Jul 28th, 2008
Replies: 13
Views: 4,277
Posted By peter_budo
Man when do you start reading posts as whole, not just section you want!
Question asked was how do I save my external CSS in notepad, not how do I call my CSS in web site document!
Forum: HTML and CSS Jul 25th, 2008
Replies: 13
Views: 4,277
Posted By peter_budo
LOL, somebody is trying for clever. How about creating file through command line? Faster then extra click in dialogue menus. I can do that...
Forum: HTML and CSS Jul 24th, 2008
Replies: 13
Views: 4,277
Posted By peter_budo
Change "Save as type" from "Text Documents (*.txt)" to "All Files" and in "File Name" type name with css file extention like styles.css. Always work for me...
Forum: HTML and CSS Jul 23rd, 2008
Replies: 8
Solved: Navigation
Views: 788
Posted By peter_budo
Try this one, Horizontal CSS Dropdown Menus (http://www.cssnewbie.com/horizontal-dropdown-menus/).
What do you think of it?
Forum: HTML and CSS Jul 19th, 2008
Replies: 11
Views: 1,927
Posted By peter_budo
Only people who can mark thread as solved is original poster or member of moderators team, but we usually leave it to poster
Forum: HTML and CSS Jul 5th, 2008
Replies: 6
Solved: Image mapping
Views: 1,173
Posted By peter_budo
Dreamweaver is not all, secondly is not for free and installing trial version for such banality is silly

Code is OK, however you should swap name attribute for id attribute in start of map tag ...
Forum: HTML and CSS Jun 14th, 2008
Replies: 2
Views: 1,578
Posted By peter_budo
Not possible as original post has a reply. Next time just click "Flag bad post" and type short message.
I will mark the post as solved now.
Forum: HTML and CSS Jun 8th, 2008
Replies: 10
Views: 2,410
Posted By peter_budo
I think the post is over year old. Don't yoy think it is either solved or poster long forgoten about and moved on?
If you have no valuable information to pass, please do not re-open old threads!
Forum: HTML and CSS May 29th, 2008
Replies: 6
Views: 2,953
Posted By peter_budo
Try to clear your browser cache, it may still keep the all setings befor you corrected the problem
Forum: HTML and CSS May 29th, 2008
Replies: 2
Views: 2,483
Posted By peter_budo
You have to simply love w3schools.com (http://www.w3schools.com/html/html_frames.asp) and all the examples which provides, mixed frameset...
Forum: HTML and CSS Apr 29th, 2008
Replies: 2
Views: 1,975
Posted By peter_budo
Wouldn't be that because you disabled scrolling? Did you try to set it as auto?
Forum: HTML and CSS Mar 22nd, 2008
Replies: 4
Views: 1,255
Posted By peter_budo
Only diference that I spoted is top images marging from top of the page, plus seems to me there is no font formating in FF. Can you make a screenshot or tell exactly what is the problem?
Forum: HTML and CSS Mar 12th, 2008
Replies: 5
Views: 4,758
Posted By peter_budo
1) Create one site with resolution 800x600 and use relative positioning to place it in the middle. Not pretty but you certain that there is no scrolling, it will happens only if somebody still use...
Forum: HTML and CSS Mar 12th, 2008
Replies: 5
Views: 4,758
Posted By peter_budo
This option is only available to FRAME (http://www.w3.org/TR/html401/present/frames.html#h-16.2.2) and IFRAME (http://www.w3.org/TR/html401/present/frames.html#h-16.5)(scrolling...
Forum: HTML and CSS Mar 11th, 2008
Replies: 4
Views: 972
Posted By peter_budo
There are several problems in your page, Go Live still did not reach standards of Dreamweaver. As you been changing your code some parts hasn't been removed/updated plus you missing some tag...
Forum: HTML and CSS Mar 10th, 2008
Replies: 4
Views: 972
Posted By peter_budo
This looks like you trying to read JavaScript from your pc directory. Doesn't look like pointing to JS on server....
Forum: HTML and CSS Mar 10th, 2008
Replies: 6
Views: 4,874
Posted By peter_budo
You just open 3 years old post, is there any need? :?:
Forum: HTML and CSS Mar 5th, 2008
Replies: 4
Views: 1,062
Posted By peter_budo
Refer to this tutorial (http://www.w3schools.com/html/html_frames.asp) you really need it as your code is big mess
Forum: HTML and CSS Feb 20th, 2008
Replies: 3
Views: 1,718
Posted By peter_budo
You need to be more specific about your problem. Just droping numerous lines of code on us wouldn't get you anywhere. Sort of "I'm trying to align to some element" would help
Forum: HTML and CSS Nov 28th, 2006
Replies: 7
Views: 8,403
Posted By peter_budo
IS NOT a JavaScript, it is only action taken once button pressed, which will triget this action. So as it is on its own that code will do nothing
Forum: HTML and CSS Nov 26th, 2006
Replies: 7
Views: 8,403
Posted By peter_budo
Secondly what you provided is not JavaScript only onClick action which take place on press of submit button. So put one and one together you are trying to steal somebody's work and have no idea what...
Showing results 1 to 34 of 34

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC