Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

i need help with dreamweaver

  • 08-08-2008 09: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, Registered Users 2 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, Registered Users 2 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, Registered Users 2 Posts: 1,464 ✭✭✭snollup




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


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


  • Advertisement
  • Registered Users, Registered Users 2 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, Registered Users 2 Posts: 2,413 ✭✭✭Stab*City


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


  • Registered Users, Registered Users 2 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, Registered Users 2 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