CSS looks messed uponce published

Discussion in 'CSS' started by cj1223, Aug 10, 2006.

  1. #1
    ok, i had everything looking good in dreamweaver but when i go to publish the page to see how it looks all the title A:Links look diffrent? the link is marketpost.net/searchengineoptimization.html
    i am the one with the CSS Question,(super234) anyways everything looks good in the CSS file i saved and uploaded the CSS file to my server i dont know how many times, i saved this page and uploaded it to my server, i dont understand it showsmy newly made
    CSS clases in DW and it looks good in DW why odes it mess uponce published? even my origanal a links looked messed up
     
    cj1223, Aug 10, 2006 IP
  2. mattmdesign

    mattmdesign Well-Known Member

    Messages:
    1,201
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    118
    #2
    You are linking to the style sheet using:

    <link href="TStudioWebsite/HTML/blank/sft.css" rel="stylesheet" type="text/css">

    Which is on your computer. You need to link to wherever it is on the server.
     
    mattmdesign, Aug 10, 2006 IP
    Colleen likes this.
  3. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #3
    o, hopfully thats the reason, man i tell you your a life saver, you dont know how many problems ive had with this site, like i said hopefully i can learn from all my mistakes a not have as much trouble with future sites.
     
    cj1223, Aug 10, 2006 IP
  4. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #4
    i did that, i dont know how i passed that up, anyway i changed it to the right location and now it looks messed up in DW, im going to see if i cant figure it but if you no why please tell
     
    cj1223, Aug 10, 2006 IP
  5. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #5
    it seems my classes are not there once i changed location, there in the sheet, but you now the upper right hand corner in DW were it shows you all your classes? well theres only like 5 classes none of them being the ones on my site, so i think thats my prob, but not sure why this is
     
    cj1223, Aug 10, 2006 IP
  6. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #6
    ok, i figured it out, i dont know why html and CSS confuse me so much.:)
     
    cj1223, Aug 10, 2006 IP
  7. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #7
    ok i finaly got everything looking good except the last middle link on this page marketpost.net, and some of the bottom links on this page marketpost.net/searchengineoptimization.html, in both cases the code is the same as the other links so i dont understand, plus i linked them using CSS so every link should be the same.
     
    cj1223, Aug 10, 2006 IP
  8. mattmdesign

    mattmdesign Well-Known Member

    Messages:
    1,201
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    118
    #8
    It is the visited links that are showing up differently. You need to change the visited code for the title class to whatever you want them to look like.
     
    mattmdesign, Aug 10, 2006 IP
  9. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #9
    oh ok, even for the second page? thanks alot it should be all coverd now, i hope, i thought that 10 post ago too.:D
     
    cj1223, Aug 10, 2006 IP
  10. mattmdesign

    mattmdesign Well-Known Member

    Messages:
    1,201
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    118
    #10
    You don't need to change anything in the 2 pages, just in your stylesheet.
     
    mattmdesign, Aug 10, 2006 IP
  11. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #11
    i bet your woundering how someone who knows nothin about website design can have a website on website design:) im woundering the same thing:)
    right
     
    cj1223, Aug 10, 2006 IP
  12. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #12
    ok does it go like this }
    .title A:link visited {
    font-family: Tahoma;
    font-size: 20px;
    font-style: normal;
    color: 3366FF;
    font-weight: bold;
    }
    Thats how i got it and it has no effect, i thought thats how you said to do it sepreatly, enstead of attaching the visited to the title.
     
    cj1223, Aug 10, 2006 IP
  13. mattmdesign

    mattmdesign Well-Known Member

    Messages:
    1,201
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    118
    #13
    It goes a little something like this ;)

    .title A:visited {
    font-family: Tahoma;
    font-size: 20px;
    font-style: normal;
    color: 3366FF;
    font-weight: bold;
    }
     
    mattmdesign, Aug 10, 2006 IP
  14. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #14
    OMG, everythings fixed, thanks alot, i was looking at your profile a min ago and i clicked on your webdesign site and i got an error just thought you might like to know:)
     
    cj1223, Aug 10, 2006 IP
  15. mattmdesign

    mattmdesign Well-Known Member

    Messages:
    1,201
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    118
    #15
    What kind of error?
     
    mattmdesign, Aug 10, 2006 IP
  16. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #16
    a server error, it wouldnt load the page, does it load for you?
     
    cj1223, Aug 10, 2006 IP
  17. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #17
    your persanol web design sig. link seems to do the same thing
     
    cj1223, Aug 10, 2006 IP
  18. mattmdesign

    mattmdesign Well-Known Member

    Messages:
    1,201
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    118
    #18
    hmm it is loading fine for me.
     
    mattmdesign, Aug 10, 2006 IP
  19. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #19
    thats wierd i would ask someone els to try, its not working for me, and i got 4-5 other internet pages loaded with cable modem so its not on my end
     
    cj1223, Aug 10, 2006 IP
  20. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #20
    fudge works;)
     
    cj1223, Aug 10, 2006 IP