Welcome to the Blackout Audio Techno Forums :: Underground Network.
Results 1 to 17 of 17
  1. #1
    BOA Lifetime Member
    Join Date
    Dec 2002
    Location
    1982
    Posts
    5,256

    Default Weird txt problem with dreamweaver Im having....

    Would love to know why this happens...

    When Im in dreamweaver if i make text a link even tho I select red it turns out black (untill I put my mouse over it). Really blagging my head this, no idea why...

    example...

    http://www.forbiddensilence.co.uk/main.htm

    Any ideas

  2. #2
    Keepin' it Unreal
    Join Date
    Jan 2003
    Location
    Crackpool
    Posts
    2,836

    Default

    You need to set your java script up propperly.

    In the code, where it says -

    a:hover{color:red}

    Add this underneath -

    a:link{color:red}

  3. #3
    Keepin' it Unreal
    Join Date
    Jan 2003
    Location
    Crackpool
    Posts
    2,836

    Default

    Btw, you should really be using css for this. It would make things a lot easier ;)

  4. #4
    BOA Lifetime Member
    Join Date
    Dec 2002
    Location
    1982
    Posts
    5,256

    Default

    Im going to look now thanks

  5. #5
    BOA Lifetime Member
    Join Date
    Dec 2002
    Location
    1982
    Posts
    5,256

    Default

    I gave that a shot, have used a css file and linked all the pages to it

    Been cleaning up the code buts still ****ed up

    Still having the same problems, now its blue instead of black :lol:

  6. #6
    Supreme Freak
    Join Date
    Jan 2003
    Location
    Lester, Earth
    Posts
    965

    Default

    use this as a stylesheet

    Code:
    a {color: #CC3300};
    if that doesn't work, try this:

    Code:
    a:link,a:visited,a:hover,a:activ {color: #CC3300};

  7. #7
    Supreme Freak
    Join Date
    Jan 2003
    Location
    Lester, Earth
    Posts
    965

    Default

    that bottom one should be (****in edit button!!!):

    Code:
    a:link,a:visited,a:hover,a:active {color: #CC3300};
    [/quote]

  8. #8
    BOA Lifetime Member
    Join Date
    Nov 2004
    Location
    dublin
    Posts
    2,781

    Default

    so i keep hearing aboutt CSS........... plus i make webpages for a few bob here and there, but i'm too lazy to start CSS, even tho i know it will save me time in the long run!


    any nice tutorials around?

  9. #9
    Parsnip
    Join Date
    Apr 2004
    Location
    Bangalore, India
    Posts
    15,336

    Default

    Quote Originally Posted by stjohn
    so i keep hearing aboutt CSS........... plus i make webpages for a few bob here and there, but i'm too lazy to start CSS, even tho i know it will save me time in the long run!


    any nice tutorials around?
    http://webmonkey.wired.com/webmonkey...g/stylesheets/

  10. #10
    BOA Lifetime Member
    Join Date
    Nov 2004
    Location
    dublin
    Posts
    2,781

    Default

    muchas gracias

  11. #11
    Ultimate Freak
    Join Date
    Apr 2004
    Posts
    1,417

    Default

    Quote Originally Posted by stjohn
    so i keep hearing aboutt CSS........... plus i make webpages for a few bob here and there, but i'm too lazy to start CSS, even tho i know it will save me time in the long run!


    any nice tutorials around?
    Its quicker in the short run as well. :lol:

  12. #12
    Parsnip
    Join Date
    Apr 2004
    Location
    Bangalore, India
    Posts
    15,336

    Default

    Quote Originally Posted by MangaFish
    Quote Originally Posted by stjohn
    so i keep hearing aboutt CSS........... plus i make webpages for a few bob here and there, but i'm too lazy to start CSS, even tho i know it will save me time in the long run!


    any nice tutorials around?
    Its quicker in the short run as well. :lol:
    Not to mention should you ever want to change the styling of an entire site, you only have to do it in one place.

    This is why XML / XSLT is the future.

  13. #13
    Ultimate Freak
    Join Date
    Apr 2004
    Posts
    1,417

    Default

    to be honnest i cant be bothered to learn XML. i can do everything i could possibly need with a combination of server side scripting, DHTML and CSS.

    Thats not to say that XML doesnt have its places, just that i havent had the time or patience to learn it yet.

    BTW, what ever happened to VRML? I was starting to get the hang of it by version 2 but then it just dissapeard. Was pretty cool stuff too

  14. #14
    Supreme Freak
    Join Date
    Jan 2003
    Location
    Lester, Earth
    Posts
    965

    Default

    Quote Originally Posted by MangaFish
    to be honnest i cant be bothered to learn XML. i can do everything i could possibly need with a combination of server side scripting, DHTML and CSS.

    Thats not to say that XML doesnt have its places, just that i havent had the time or patience to learn it yet.

    BTW, what ever happened to VRML? I was starting to get the hang of it by version 2 but then it just dissapeard. Was pretty cool stuff too
    XML is so ****ing easy, an 8 year old could learn it.

    XSL is more complicated, but entirely logical.

    Well worth adding these to your skillset imho.

  15. #15
    Parsnip
    Join Date
    Apr 2004
    Location
    Bangalore, India
    Posts
    15,336

    Default

    Quote Originally Posted by MangaFish
    BTW, what ever happened to VRML? I was starting to get the hang of it by version 2 but then it just dissapeard. Was pretty cool stuff too
    Still around... just no-one ever really did anything useful with it.

    AJAX is the future.

    Application Servers, interacting asynchronously with dyanmically generated web pages (XML/XSLT) using XML as a transport, and JavaScript to tie it all together.

    AJAX Word Processor: http://www.writely.com/

  16. #16
    Ultimate Freak
    Join Date
    Apr 2004
    Posts
    1,417

    Default

    Quote Originally Posted by TechMouse
    Quote Originally Posted by MangaFish
    BTW, what ever happened to VRML? I was starting to get the hang of it by version 2 but then it just dissapeard. Was pretty cool stuff too
    Still around... just no-one ever really did anything useful with it.
    But it look cool :lol:

  17. #17
    Supreme Freak
    Join Date
    Jan 2003
    Location
    Lester, Earth
    Posts
    965

    Default

    Quote Originally Posted by TechMouse
    Quote Originally Posted by MangaFish
    BTW, what ever happened to VRML? I was starting to get the hang of it by version 2 but then it just dissapeard. Was pretty cool stuff too
    Still around... just no-one ever really did anything useful with it.

    AJAX is the future.

    Application Servers, interacting asynchronously with dyanmically generated web pages (XML/XSLT) using XML as a transport, and JavaScript to tie it all together.

    AJAX Word Processor: http://www.writely.com/
    mmmm AJAX is bling :D

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Back to top