No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I've got the beginnings of a website, with the header and navigation bar already implemented. I also have a main section implemented, but only in absolute positioning. I've tried many things, but how would I go about positioning it relatively? Every time I try, the section and the header get … | |
So, I was making a personal website (at [Jacob's Site 1](http://jacobssite1.bugs3.com/)), but i tried to center the navbar, which was created using an image and some CSS, and everything worked fine except the submenu (which is horizontal). Here's the code for HTML: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta … | |
Re: Have you tried removing the header from its div? It might seem a bit semantically unorthodox, but there is no negative effetcs I can think of. | |
Hi guys, So I'm making a random sentence generator that takes subjects, predicates, etc. from user input, stores them, and then randomly chooses one value from each category and prints it in a textbox. Or at least, that's how it's supposed to work. But I just can't seem to get … |