Jump to content

austinlikesdubstep

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by austinlikesdubstep

  1. Would that center it on every resolution? I'm always a little antsy about using px because with every different screen resolution it'll look different. Is there any place I can put the text-align:center tag in to make it center that div?
  2. That didn't change anything. I'll try experimenting, but nothing I'm trying (changing the text align of different divs) is working, so I really don't know. I'll edit this with an update in a it.
  3. If there was a facebook like button, I would like that post. I get captcha for newcomers like myself, it's just if there were no end, I would possibly lose my oracle of sanity haha
  4. Hey there, So this is a question for the admins of the site... Is there any point where users can bypass the captcha code? It gets to me, and every other post or so, I usually get it wrong. Is there a certain post count, or a certain setting that allows individual users not to have to enter the code? Not saying specifically for me, that's being self centered, but I was just curious if there's a minimum at which you have to post before you're free of CAPTCHAtivity. Cheers bros
  5. Oh goodness, flash. I taught myself PHP at the age of 12, and created a fully functioning forum system for my website with full user profiles (lots of changeable information, avatars, profile pages, posts, topics, forums, etc.) yet now at 16, I can't even handle flash even after taking two semesters of highschool lessons haha. I'm glad there's someone out there who can work the danged thing. Anyways, hiya! I'm new here too. Just getting to meet a few of the people.
  6. The first thing that caught my eye was the title. I would suggest spaces. And maybe give your site some identity? I mean, I know you're not like, making a company statement or anything, but what makes your website better than any other of the youtube downloaders. Uniqueness is key. What sets you apart from the others?
  7. It worked! Gracias! One last thing, if you recheck the link now, the container is centered...why isn't the middle (darkish gray) box centered? Shouldn't the text align apply to every div tag within the Container? Gosh it's been a while since I've worked with CSS, I'm rusty at this stuff o.O haha
  8. Thanks, friend. And yeah, I used to have my LIFE on forums... It's good to be back home, if ya know what I mean.
  9. Hi there, So I've had experience in designing site templates using CSS before, I've done it on about 6 sites over a course of 4 years. So I'm now working on this new one and for some odd reason, I can't get the site to align correctly. I'll give you an overview, then get into details after: I have created a container div (div.Container) and it is 65% wide, and I simply want to center it in the page. I should be able to know how to do this, but it's 2 AM, and I can't figure out what's going wrong. I set text-align:center within body stylings, but that didn't work. So I tried creating a div that covered the entire page, and centering it's contents (div.Envelope). That's where I am now. http://austinlindgren.com/david/ Here is the CCS for the above page: div.Envelope { width:auto; height:auto; text-align:center; } div.Container { text-align:center; border:1px solid black; width:65%; height:auto; } div.Header { background-color:#c3baba; width:100%; height:124px; } div.Content { background-color:#837a7a; width:90%; height:600px; } div.Footer { background-color:#5c5b5b; width:100%; height:30px; } I just simply want to get this Container div to be centered. If needed, here is the code for the page itself: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css" /> <title>David Johnson Photography</title> </head> <body> <div class="Envelope" style="text-align:center;"> <div class="Container" style="text-align:center;"> <div class="Header"> <table width="100%"> <tr> <td style="width:*;text-align:left;text-valign:middle;font-family:Verdana;font-size:24px;"> David Johnson Photography </td> <td width="360px;"> <img src="images/dummylogo.jpg" alt=""> </td> </tr> </table> </div> <div class="Content"> </div> <div class="Footer"> </div> </div> </div> </body> </html> Alright, so can anyone direct me on how to center this page? Preferably without using the div.Envelope, I don't like that there. I just did it because I thought it might be my only option. Can someone show me how to center the text of the body so that the div.Container is in the center of the page? Thanks for any help in advanced, Austin
  10. Hey, So I'm a sixteen year old guy hailing from WA state, USA. Currently a soph in highschool. I've been doing web design since I was 12, starting with basic HTML and CSS, moved into PHP and SQL when I was 13 and by 13 & 1/2, I designed a fully functional forum system for my old website. Right now I'm trying out web design as a freelance business, and I'm starting out for a friend of mine who's doing photography. I joined here because I needed someone help with some problems. Beyond that, I'm also a musician. I play ukulele, guitar, drums, bass & piano (and a little mandolin & violin on the side). I also create various synth genres using Reason 5.0 as a production program. Need anything musical for a site or something? Hit me up. As well, I'm working on getting an HD camera to start youtube videos with. I'm going to do gaming videos of Minecraft, Call of Duty 1, Star Wars Battlefront, Rollercoaster Tycoon, and a few others. As well as that, I'm starting up covers that I'm doing of various songs... I've always wanted to get into film production, so I put alot of effort into the covers to make sure they are perfect and in every way as professional and clean as I can get them to be. I take pride in my work. So yeah, other than that, I'm a Christian, personality-wise I'm a free spirited ISFP (for those of you who know personality types) and I just want to live it up, to be honest. Talk to me sometime. Cheers, Austin P.S. - now that I reread the rules, and I look back on my post, it seems kinda advertise-y, kinda sales pitch-y haha, so I've made sure not to include any links or anything, if you really do care, hit me up, I love to talk to people
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.