Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
~31.2K People Reached
Member Avatar for Duki
Member Avatar for sillyboy
Member Avatar for ndeniche

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. :)

Member Avatar for Ausopenxcell
0
502
Member Avatar for extofer

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.

Member Avatar for Stefano Mtangoo
0
2K
Member Avatar for TheNNS
Member Avatar for lio04

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, …

Member Avatar for lio04
0
125
Member Avatar for mary81
Member Avatar for rohnni
0
231
Member Avatar for sillyboy

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

Member Avatar for brandmantra
0
270
Member Avatar for sacarias40

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 …

Member Avatar for kanaku
0
224
Member Avatar for Sheridan

You must know one of any script languages to make your page dynamic (e.g. PHP, ASP, Perl...). There's no application for it. :)

Member Avatar for lio04
0
54
Member Avatar for veledrom

I'm using this method: [url]http://www.daniweb.com/forums/post587310.html#post587310[/url]

Member Avatar for lio04
0
538
Member Avatar for hugokang

[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.

Member Avatar for shruti sepra
0
132
Member Avatar for Defcon106

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. :)

Member Avatar for lilith2k3
0
157
Member Avatar for acediamond

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]

Member Avatar for lio04
0
115
Member Avatar for Citrus_Crow
Member Avatar for joshmo
Member Avatar for 0named
0
353
Member Avatar for ckurtz
Member Avatar for icaruslnx
0
155
Member Avatar for lio04

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, …

Member Avatar for linux
0
73
Member Avatar for johar75

Look this thread: [url]http://www.daniweb.com/forums/thread103980.html[/url] The same question. ;)

Member Avatar for sreein1986
0
88
Member Avatar for sreein1986

Me performs, i've inserted to HTML code this: <span class="mainsheet2"> example </span> It works.

Member Avatar for MidiMagic
0
117
Member Avatar for bigixman

Because HTML and CSS code is very big and bad. E.g. (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...) This only one example.

Member Avatar for MidiMagic
0
80
Member Avatar for nokomis

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]

Member Avatar for techbongo
0
55
Member Avatar for w33n

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]

Member Avatar for lio04
0
78
Member Avatar for trient

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. :)

Member Avatar for lio04
0
97
Member Avatar for jptornado
Member Avatar for Dannyo329
0
133
Member Avatar for Persist01

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 …

Member Avatar for MidiMagic
0
96
Member Avatar for veledrom

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.

Member Avatar for MidiMagic
0
76
Member Avatar for kavithakesav
Member Avatar for kavithakesav

Why do you use absolute link for icon ? Try this: [icode]<link rel="shortcut icon" href="images/myicon.ico" />[/icode] :)

Member Avatar for Fungus1487
0
303
Member Avatar for OmniX

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.

Member Avatar for OmniX
0
109