Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

i need help with dreamweaver

Options
  • 08-08-2008 9:51pm
    #1
    Closed Accounts Posts: 126 ✭✭


    Does anyone here use dreamweaver? I'm making a website in dreamweaver, and when i link one picture to another page, theres a blue frame around it that i cant get away.. anyone know what i can do to get it away?


Comments

  • Registered Users Posts: 1,464 ✭✭✭snollup


    webmonkey used to have a few decent free tutorials. not sure if still running site tho.


  • Closed Accounts Posts: 1,637 ✭✭✭joePC


    Hi Isar,

    There is a border value in the image properties - just click on the image and the properties will show at the bottom of Dreamweaver. Or go into the code and set the border to 0

    Cheers, Joe


  • Registered Users Posts: 9,579 ✭✭✭Webmonkey


    snollup wrote: »
    webmonkey used to have a few decent free tutorials. not sure if still running site tho.
    Did I :)

    OP try just placing <img style='border:none;' src='xxx' alt='' />


  • Registered Users Posts: 1,464 ✭✭✭snollup




  • Registered Users Posts: 9,579 ✭✭✭Webmonkey


    Nah but it is where I got my name from I think....


  • Advertisement
  • Registered Users Posts: 1,464 ✭✭✭snollup


    used to use the site a long time ago, thought i was on the same site as the one who thought me the way of the web!!! oh the disappointment :confused::confused:


  • Registered Users Posts: 2,413 ✭✭✭Stab*City


    the correct way to do this would be through css but yeah the border="0" still works..


  • Registered Users Posts: 596 ✭✭✭fi


    :( Sorry to hijack this thread but i was unable to find a way to post a new topic.....

    anyway i have build my own web site and my friend added some stuff to it as he uses Visual Studio, so teh page is .aspx

    however in Dreamweaver i jsut see place holders for asp but the page doesnt display correctly, i am desperate for help.

    please help me....

    thank you


  • Closed Accounts Posts: 18,163 ✭✭✭✭Liam Byrne


    :P Tell him to use a proper system.

    Seriously, though - asp (or indeed php) requires a proper server to run it, and if you don't have that running then no, the page won't display correctly.

    What did he use asp for ? What did he add to the site ? Unless there's some really good reason for using asp, I'd give him a rap on the knuckles.

    To the OP - this is standard behaviour for an image in HTML when it's a link. If you can set up a CSS style sheet file for the site and set the following code, you'll be sorted.

    a img {
    border:none;
    }


  • Registered Users Posts: 596 ✭✭✭fi


    thanks Liam....

    he used it to add a table which draws information from somewhere??? its was also used to give me a TABBED system on the pages.... so instead of having a page linking to 12 other different pages we have ussed tabs to click thorugh them


  • Advertisement
Advertisement