Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Dreamweaver (https://www.askmehelpdesk.com/forumdisplay.php?f=470)
-   -   Change how linked objects view in browser (https://www.askmehelpdesk.com/showthread.php?t=277424)

  • Nov 5, 2008, 11:00 AM
    risaz1
    Change how linked objects view in browser
    I am creating a site in Dreamweaver CS3. Images that I have attached links to appear in the browsers with blue or purple frames around them. Does someone know how I can get rid of the frames?
  • Jan 14, 2009, 01:19 PM
    Artem

    Img {
    Border: none;
    }
  • Feb 20, 2009, 08:10 PM
    ahcould

    It also depends on how it is anchored. Are you using CSS? Are the images housed in a <TD>?

    In CSS you wuld need to style the <a> tag of where ever the image is anchored.
  • Oct 16, 2009, 07:00 PM
    wadeofalltrades
    Within the img tag line you can tell the browsers that you do NOT want a border around the image...

    <img src="" width="100px" height="100px" border="0px" />

    Good luck

  • All times are GMT -7. The time now is 08:48 PM.