WhiteKnight77 1 Posted June 12, 2004 Share Posted June 12, 2004 I am trying to build some web pages and need some help. I wish to make a verticle nav bar to place on the left side of the page(s) with text on the right. I have individual graphics similar to the nav bar here and want to stack them on top of each other. I know I need to use a table, but how do I stack them to look all as one big graphic? What tags would I be using? TIA Quote Link to post Share on other sites
Super-Bob 0 Posted June 12, 2004 Share Posted June 12, 2004 Don't use a table, use an unordered list. And in the slyle sheet just add: li { list-style-type: none; }[/code] That will get rid of the bullet points. Quote Link to post Share on other sites
WhiteKnight77 1 Posted June 12, 2004 Author Share Posted June 12, 2004 How would that stack the images to allow for a seamless view? <center><img src="wkbanner00009.jpg" width="741" height="150" alt=""></center> li { list-style-type: none; <img src="statsbutton1.jpg" width="256" height="50" alt="Stats"> <img src="agrsbutton1.jpg" width="256" height="50" alt="Aggression"> } is how it shows in the editor and spreads the buttons out from left to right in a horizontal bar not vertical. Quote Link to post Share on other sites
Super-Bob 0 Posted June 12, 2004 Share Posted June 12, 2004 Ok, apparently you don't know what I'm talking about. This is what you want: <center><img src="wkbanner00009.jpg" width="741" height="150" alt=""></center> <ul style="list-style-type: none;"> <li><img src="statsbutton1.jpg" width="256" height="50" alt="Stats"></li> <li><img src="agrsbutton1.jpg" width="256" height="50" alt="Aggression"></li> </ul>[/code] Quote Link to post Share on other sites
Super-Bob 0 Posted June 12, 2004 Share Posted June 12, 2004 If you want I could go through it with you on ICQ, I'm already currently working on 3 sites, but a 4th wouldn't hurt. Quote Link to post Share on other sites
WhiteKnight77 1 Posted June 13, 2004 Author Share Posted June 13, 2004 That helps alot SB, thanks. Quote Link to post Share on other sites
deadly_sniper22 0 Posted June 13, 2004 Share Posted June 13, 2004 If you want I could go through it with you on ICQ, I'm already currently working on 3 sites, but a 4th wouldn't hurt. talk about a nice guy! i coudn't make/direct or whateve ryou want to call it 1 site let alone 4. How did you learn all the HTML stuff? Quote Link to post Share on other sites
Super-Bob 0 Posted June 13, 2004 Share Posted June 13, 2004 How did you learn all the HTML stuff? By doing. But its not just HTML, theres also PHP, SQL, image stuff, and basic website stuff. Quote Link to post Share on other sites
WhiteKnight77 1 Posted June 13, 2004 Author Share Posted June 13, 2004 WhiteKnight77s Place is the tentative working title of the page. What do y'all think so far? Quote Link to post Share on other sites
deadly_sniper22 0 Posted June 13, 2004 Share Posted June 13, 2004 GJ the banner at the top of the page is a really good first impression. Quote Link to post Share on other sites
Dan 0 Posted June 13, 2004 Share Posted June 13, 2004 If you want I could go through it with you on ICQ, I'm already currently working on 3 sites, but a 4th wouldn't hurt. ah super bob, he really is super!! Quote Link to post Share on other sites
WhiteKnight77 1 Posted June 13, 2004 Author Share Posted June 13, 2004 Yeah, he helped me to understand a few more things about setting up a web page. While I do know basic html, I still have a few things to learn about layouts and getting everything where I want them. I have added a few more things to the page, but remember, that page will not be staying where it is at nor will the pages name be the same. When I get it parked, then will be the time to add it to your bookmarks. Quote Link to post Share on other sites
Rocky 1,224 Posted June 17, 2004 Share Posted June 17, 2004 Ok, apparently you don't know what I'm talking about. This is what you want: LMAO, just just gotta love SB's straight talking. Quote Link to post Share on other sites
Rocky 1,224 Posted June 17, 2004 Share Posted June 17, 2004 I like your Nav buttons WK, they look good. Quote Link to post Share on other sites
deadly_sniper22 0 Posted June 17, 2004 Share Posted June 17, 2004 How did you learn all the HTML stuff? By doing. But its not just HTML, theres also PHP, SQL, image stuff, and basic website stuff. Next year a coarse i'm taking in high school we do that stuff. We have to make our own website(just a small one, a few pages, links, pics,)i 'll post it up here if its any good . Were also doing alittle bit of programming. Then gr 11 i can take either software or hardware, so i decided to take both(my choice might change by then though). Quote Link to post Share on other sites
Avey 0 Posted June 17, 2004 Share Posted June 17, 2004 I find that i got my web design/PS skills on my own, just messing around and looking at others source codes. I've covered numerous courses on Web Design at school, and i have to say, I learnt ###### all. Hope you'res are better than mine DS22! Quote Link to post Share on other sites
deadly_sniper22 0 Posted June 17, 2004 Share Posted June 17, 2004 I find that i got my web design/PS skills on my own, just messing around and looking at others source codes. I've covered numerous courses on Web Design at school, and i have to say, I learnt ###### all. Hope you'res are better than mine DS22! me too, but i've talked to other people who hae had the chorus and they loved it and said they learned alot!and one of the computer programs they have at my school, the teacher brought in 2 guys who worked on metal gear solid! which was really cool. Quote Link to post Share on other sites
WhiteKnight77 1 Posted June 17, 2004 Author Share Posted June 17, 2004 Thanks Rocky. I have been thinking of making some 3d buttons for here. I am looking to get some hosting this weekend to put my site on that is better than Homestead and less expensive. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.