Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Need help, maybe with tables?


  • Please log in to reply

#1
A Train

A Train

    Member

  • Member
  • PipPip
  • 70 posts
Well this is what my webpage is looking like so far. Picture number 1

Now in the Navigation panel I want to add text links, for all the other pages in my site. And then in the open area of my page I want to be able to write a few things down, maybe give a few pictures or what ever. What kind of html Code would I use to do that.

If you dont wanna write the code, can you maybe direct my in the direction of a tutorial for what I am trying to do.

Cheers,
Aaron

Attached Thumbnails

  • webpage.JPG

  • 0

Advertisements


#2
ScHwErV

ScHwErV

    Member 5k

  • Retired Staff
  • 21,285 posts
  • MVP
Other than having the yahoo toolbar installed, I dont see anything wrong with that picture. You already have the menu on the left, or is that just an image and you want to place text over top of the background?

ScHwErV :tazz:
  • 0

#3
A Train

A Train

    Member

  • Topic Starter
  • Member
  • PipPip
  • 70 posts
Yea that is just a background image.
  • 0

#4
Magosis

Magosis

    Retired Staff

  • Retired Staff
  • 190 posts
I would Recoment\d using tables combined with absolute positioning in CSS for a tutorial on this check out
http://www.w3schools.com
  • 0

#5
DeSade

DeSade

    Member

  • Member
  • PipPipPip
  • 377 posts
And if you get lost with the CSS side of things then try this code to make a frame.

<html>
<title>??????????</title>

<frameset cols="20%,80%">

<frame noresize="noresize" src="navigation page here.html">
<frame noresize="noresize" src="info page here.html" name="showframe">

</frameset>

</html>

Its very basic adjust the cols to suit your page and use this as a index.
The nav bar will open in frame 1 and the info in frame 2

<a href="body.htm" target="showframe">
<center><img border="0" src="pics/b-home2.jpg" width="95%"></a></center>

This is a example of the code you would use to make the links in the nav bar, this is actually a picture button but replace that code with your text format tags and you have what you need. Notive that in the frame code above the 2nd frame is named "showframe" and notice in the link code there is a target=showframe, that decides where the page will open (you don't need this in the nav part as your nav usually doesn't change)

PS - the no resize removes the horizontal scroll bars, I hate them so thats just my preference.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP