- Strength to Increase Rep
- +5
- Strength to Decrease Rep
- -1
- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Re: I have now on my table Ginkgo Biloba drink. | |
Re: Writing by myself, sure. I prefer Kate editor in my Debian on desktop. It's better, because wysiwyg editor makes huge and evently not valid code. :) | |
Re: If anybody will have this problem in future, try [B]/etc/init.d/gdm start[/B] to start gnome display manager. Of course, with super user privileges. *gdm can be replaced with kdm, xdm. Depends on your login manager. | |
I have got a weird problem with text terminals. When I am switching to text terminals 1-6 with key-combinations [B]Ctrl+Alt+F1[/B], [B]Ctrl+Alt+F2[/B] ... [B]Ctrl+Alt+F6[/B], I am getting on my screen only white blinking vertical lines. I have added a photo attachment here. I think, that this is a matter of graphics, … | |
Re: e.g. [url]http://www.thewebhelp.com/php/php_contact_form_with_image_validation/[/url] | |
Re: Only pure Coffee without any addition (sugar, milk). I put cca 4 spoons to the cup and then I'm hyperactive in the school. :D | |
Re: Change your wrapper div on the page to <div id="wrapper"> and in the CSS file set fixed width and margin, which will have value 0 auto. Try this: [code=css] #wrapper { width: 1000px; height: auto; margin: 0 auto; } [/code] Edit: I don't know, whether it will work, because on … | |
Re: You must know one of any script languages to make your page dynamic (e.g. PHP, ASP, Perl...). There's no application for it. :) | |
Re: I'm using this method: [url]http://www.daniweb.com/forums/post587310.html#post587310[/url] | |
Re: [QUOTE=MidiMagic;743079]css is an addition to html, not a replacement for it.[/QUOTE] Yes, but some obsolete and non-valid tags (font, body background etc...) were replaced with CSS. | |
Re: In my humble opinion Ubuntu isn't way for beginners, because it's very click-like distro. You learn nothing in that kind. My recommendation is Debian 1CD with KDE. Problems with anything are compulsion to be geek. :) | |
Re: There's solution with CSS, but it's running correctly from IE7 to higher. (And other quality browsers of course.) [code=css] position: fixed; [/code] | |
Re: I prefer listening to music, specially Joe Satriani (my God). :P | |
Re: I have Debian lenny/sid, no problem with installing Apache, MySQL and PHP. | |
Do you know any feature, which is similar like this ? I know, that this feature is also plugin in Compiz, but there's no point to install Compiz, for one feature. I have Debian lenny, the best solution will be *.deb package, but it's not required. I found only Skippy, … | |
Re: Look this thread: [url]http://www.daniweb.com/forums/thread103980.html[/url] The same question. ;) | |
Re: Me performs, i've inserted to HTML code this: <span class="mainsheet2"> example </span> It works. | |
Re: Because HTML and CSS code is very big and bad. E.g. ( ...) This only one example. | |
Re: Is this that, what you want ? :) [code]<input id="inputsubmit3" type="submit" name="inputsubmit3" value="Create Game" onclick="window.open('http://garb.100webspace.net/Checkers.html');" />[/code] | |
Re: Sure, define any <div> in your CSS file, which will have width and height properities + overflow setting, if is content bigger than box. Something like this: [code] #box { width: 200px; height: 400px; background: #F2F2F2; border: 1px solid #DDDFFF; overflow: scroll; } [/code] | |
Re: CSS isn't hard, I learned it from [url]http://www.w3schools.com[/url], at home I have only small guide, if I forget anything. :) | |
Re: If you want really good code, there's no point to use WYSIWYG editors. :) | |
Re: You must set attributes to main content div, because it will dependent by the size of content inside. I have this: [code]#content { width: 545px; min-height: 600px; margin-top: 3px; border: 1px solid gray; background-color: black; float: left; }[/code] Btw> Internet Explorer ignore attribute min-anything, there is height the same as … | |
Re: Sure, see the cue property in CSS. [url]http://www.w3schools.com/css/css_ref_aural.asp[/url] I don't know, why is this possible in all browsers, but in new browsers it could be possible. | |
Re: It'd be convenient, show the page. :) | |
Re: Why do you use absolute link for icon ? Try this: [icode]<link rel="shortcut icon" href="images/myicon.ico" />[/icode] :) | |
Re: A href tag is only link, you can't set border, height, width. These attributes you can set to any <div id="">, <img> tags and other, which be bounded between <a href="#"></a>. Show here your code, because we don't know, what you need create with code. |