Jump to content

breNTx22

Member
  • Posts

    12
  • Joined

  • Last visited

breNTx22's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. One thing i'm a little unclear of is how does the webpage know what <div> opening tag goes with the closing tag? For example, how does it know that the bold goes with the bold as opposed to it associating the first </div> tag with "wrapper"? <div id=wrapper> <div id=content> </div> </div>
  2. Wickham - Thank you. I can't seem to find what you changed on the index page though. I put this in and tried it and it's not really what i'm looking for. I'd like the text to the right of the navigation bar as opposed to starting below it. What's wrong with using large negative top/left positioning? If I shouldn't use those, what should I use to get them placed there?
  3. Thanks, this information is very helpful. I'm running into a few small problems still. I loaded my website in 3 different places. IE (local file), Firefox (local file), and Firefox (uploaded onto my webspace). Each of them look different. For instance, each displays the text location differently. In some displays it placed perfectly, other times it's on the banner. I also still have that space between my images but if I load it in IE it's not as obvious.
  4. Thanks, ill try that when I get home.
  5. I posted a few days ago about this. Basically, I'm doing a website for a class i'm taking in college (beginners level) and depending on how well my skills develop I might start doing this more and see where it leads. My site I'm running into a few small problems though. 1) My banner/navigation bar is a different size on my index page then it is on my Shopping and Building pages. They're reading from the same CSS file so why would this be and how could I fix it? 2) My text makes the screen extend, how can I set it so the user doesn't have to scroll right to read the text? 3) I'm still a little unclear how to remove the padding between the images. I set the padding (top, bottom, right, left) to 0px but that didn't seem to affect it. Thanks.
  6. Alright, thanks for the help thus far. I'm going to look a little deeper into CSS and i'll make another topic if I need any more help. Thanks, Brent
  7. I've added the margin/padding attributes to my style sheet (Body and P) They haven't made a difference. I'm just a little unclear of how I can do the layout. When I was taught (3 or 4 years ago) I was always told to make a table and split/merge cells as needed. However, the more I look into it the more I hear that is not the correct way to do it. I'm trying to use ordered lists but i'm not sure how to take the bullets out of them.
  8. Stylesheet: body {background-color:#06C; color:#FFF; Font-family:"Arial Black", Georgia, sans-serif; } p {text-indent:50px; font-size:0.875em; color:#FFF; Font-Family:"Arial", Verdana;} h1 {color:#DBE3E6; font-size:2.5em;} h2 {color:#DBE3E6; font-size:1.875em;} a:link {color:#06C;} a:visited {color:#06C;} a:active {color:#06C;} Unfortunatley, I can't really post a link since I didn't buy web hosting. This project i'm working on now is something that i'm doing for school. Here's an SS of the beginning of the main page so you can see what i'm talking about. http://img443.imageshack.us/img443/3038/websitess.jpg I tried messing with line height, that didn't seem to work. I'm not sure how/where to put cell padding or margins. Would it be better to just do a table as opposed to Div's? Thanks for the help.
  9. I'm trying to get these 2 on my MP3 player: http://www.killersites.com/magazine/2008/the-three-critical-aspects-of-a-website/ http://www.killersites.com/magazine/2008/business-of-web-design-introduction/ I noticed they both have videos as opposed to a link to the MP3. Does that mean there's no way I can get that on my iPod?
  10. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Index</title> </head> <!-- Beginning of banner and links --> <body> <div id="apDiv1" style="position: absolute; left: 13px; top: 55px; width: 604px; height: 108px; z-index: 1; vertical-align: middle"><a href="index.html"><img src="images/Banner.jpg" alt="How to Build a Computer" /></a></div> <div id="apDiv2" style="position: absolute; left: 13px; top: 163px; width: 140px; height: 68px; z-index: 2; vertical-align: middle"><a href="index.html"><img src="images/home.jpg" alt="Home" /></a></div> <div id="apDiv3" style="position: absolute; left: 179px; top: 163px; width: 438px; height: 19px; z-index: 3">
  11. I'm starting with web design and I'm running into a small problem. I have 4 images (1 banner, 3 links). The banner is at the top and the links go down the left side. The only problem is I can't figure out how to remove this slight gap (almost like a padding) between all of the images. If I haven't provided enough info just ask and ill try to tell you what you need to know. Thanks.
×
×
  • Create New...