I need some help here!!!

Discussion in 'CSS' started by Franky2.0, May 27, 2006.

  1. #1
    How do I define a aria for all my links to open in on the webpage???:confused:
     
    Franky2.0, May 27, 2006 IP
  2. khakha

    khakha Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    whats aria?
     
    khakha, May 27, 2006 IP
  3. tschrock

    tschrock Peon

    Messages:
    527
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you mean define an area, there are a lot of ways you could do it. What is your webpage? Maybe someone here could take a look abd make some suggestions. The easiest way is tables, but too many tables can be hard on Google's spider.
     
    tschrock, May 27, 2006 IP
  4. johneva

    johneva Well-Known Member

    Messages:
    1,480
    Likes Received:
    46
    Best Answers:
    1
    Trophy Points:
    170
    #4
    Table are not the best way. :rolleyes:

    Tables granted maybe the easyest way for newbies but far from the best way.

    Tables are for displaying tabular data only.

    Divs and CSS should be used for layout perpouses not tables.
     
    johneva, Jun 1, 2006 IP
  5. Franky2.0

    Franky2.0 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thats just what I'm having troble with!!! I can't get the links to load in the main part of the page!
     
    Franky2.0, Jun 1, 2006 IP
  6. johneva

    johneva Well-Known Member

    Messages:
    1,480
    Likes Received:
    46
    Best Answers:
    1
    Trophy Points:
    170
    #6
    What do you mean?

    You still dont make any sence.

    Give us a link to your page so we can see what you mean.

    I am taking a guess here but are you saying you carnt get the links in one frame to load in another frame?

    If so I can tell ya 99% of the time using frames is a bad idea anyways, but you need to use the target attribute in your anchor tag and name your frame in the frameset. As I say though I highly recommend against the use of frames if this is what your even talking about. ;)

    W3schools frames tutorial

    Please give us a better explaination on what you need help with and a link to the page as you just are not making any sence so far.
     
    johneva, Jun 1, 2006 IP
  7. Franky2.0

    Franky2.0 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I am using a CSS layout and I want the links in my navagation section to load in my mian content section!! here is the page: URL="http://franky20.ca/jesse/franky21/index.htm"
    and here is my css:
    And my sorce code for "index.html":
    here is another person who has a simelar problem:
     
    Franky2.0, Jun 2, 2006 IP