Jump to content
Ghost Recon.net Forums

Recommended Posts

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

Link to post
Share on other sites

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.

Link to post
Share on other sites

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]

Link to post
Share on other sites
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! :thumbsup: 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?

Link to post
Share on other sites
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!!

Link to post
Share on other sites

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.

Link to post
Share on other sites
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 :rofl: . 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). :thumbsup:

Link to post
Share on other sites

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! ;)

Link to post
Share on other sites
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! ;)

:P 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.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...