Jump to content

veritas762

Members
  • Posts

    9
  • Joined

  • Last visited

About veritas762

  • Birthday 10/26/1993

Previous Fields

  • Languages
    Learning HTML, CSS, JavaScript

Profile Information

  • Location
    New York, USA

veritas762's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thanks. I will give you guys a preview of the site when i get done
  2. Thanks that worked. Where would I edit the text size?
  3. Sorry for all the questions. Is there a way to increase the size of the link buttons? I have tried already and i feel stupid
  4. Thank very much! I appreciate the help for a beginner like me.
  5. How do i get the buttons that are the link to go to the right? I want to put a logo on the left and put the link button for the pages while leaving the bar to stretch from side to side and leave it pushed on top.
  6. Also is there a way that i can get the link buttons to the right while leaving the whole bar stretch across the top? I would like to try and get a logo inside the nav bar. I just tried the float option but i think im doing it wrong.
  7. Yes that was exactly what I was going for may you tell me what you edited that did that? I have been sitting here trying to figure that out and poof! you just did it
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="stylesheet" href="sample.css" type="text/css" /></head><body><div id="navbar"> <ul> <li><a href="#">Home</a></li> <li><a href="#">...</a></li> <li><a href="#">...</a></li> <li><a href="#">...</a></li> <li><a href="#">...</a></li> <li><a href="#">...</a></li> <li><a href="#">...</a></li> <li><a href="#">...</a></li> </ul></div></body></html> Here you go. Constructive criticism is welcome as I am VERY new to this but please be nice
  9. I am wondering if you guys could help me with a little something. I'm very new to the coding area of everything and I was wondering how to get the nav bar on top of the website. img{position:left,top;}body { background-color:#333333; }<!--#navbar ul { float:center; margin:1; padding: 5px; list-style-type: none; text-align: center; background-color:purple; } #navbar ul li { height:50px; float:center; display:inline; } #navbar ul li a { float:center; text-decoration: none; padding: .2em 1em; color: #fff; background-color: #000; } #navbar ul li a:hover { float:center; color: #000; background-color: #fff; } --> This is the style code for what I am working on. I'm trying to find out if there is a way to get the nav bar to push to the top of the page, sorta like invision board has with the profile bar.
×
×
  • Create New...