OSDev.org
Or you can Google for the developer areas of Linux or FreeBSD to get a handful of information about such things.
User Profile
Collapse
-
Remove the center tags and never, ever use them again.
In your css for the body, change your margin to
Code:margin:0 auto;
Leave a comment:
-
You can set the width of the body equal to the size of that banner image. Then, to center everything, set the body to 'margin:0 auto'.
Unfortunately, the rest of the markup is not really aligned to doing it that way and you'll see some shifting of elements.Leave a comment:
-
-
Isn't this like a duck out of water? It sounds like you're trying to force a square peg into a round hole. I no sooner would do Windows development with cygwin than I'd try and use Mono or VS for Android or the iPhone. And, particularly, I don't even know if VS can work with Xcode and all the tools Apple requires you to use.
As far as Mono goes, the best tools for creating software on *nix are already built in to *nix.Leave a comment:
-
For the element on the page you want it to go to, give it an id name
Code:<p id="first-link">
Code:<a href="services#first-link">
Leave a comment:
-
I'm not saying remove it from the span. I'm saying the CSS is putting it where it is. If you remove 'position:absol ute' you'll see it goes back to the bottom.Leave a comment:
-
The CSS is telling it to be there:
Code:left:-5px; top:40px;
Leave a comment:
-
Emacs. Followed closely by Vim though it's not really an IDE but all of *nix is an IDE of sorts. Some like Eclipse. Others like CodeBlocks.Leave a comment:
-
ALL browsers fetch external stylesheets as a separate page and MUST be served as text/css. Why IE was able to handle that might be attributed to it being a Microsoft product but that is not standard....Leave a comment:
-
So is the stylesheet link showing up in the browser markup? Can you access it directly from the web? Can you post the link here?Leave a comment:
-
Define "not working". It's not a technical term. Did it ever work in Firefox? By "production environment" I take it you mean locally and now it doesn't work on the server?Leave a comment:
-
Percentages are a percentage of its parent element. What is the parent element set to? If it, too, is a percent of something, what is that parent set to? Eventually one of those elements must be set to some unit value, such as px or em, or reached all the way up to the viewport (the html element).Leave a comment:
-
-
drhowarddrfine replied to Which is best for Server Administration? Ubuntu Linux Vs Red Hat Linux Vs Fedora Corein SecurityYou should look into the BSD's: FreeBSD and OpenBSD in particular. Especially cause you are looking for a server.Leave a comment:
-
-
So you set them to those percentages but they are a percentage of what?Leave a comment:
-
Almost five years ago, WHEN THIS THREAD ORIGINALLY STARTED, trying to make a div a link was invalid. It has only been possible and valid to do with HTML5.Leave a comment:
-
-
No activity results to display
Show More
Leave a comment: