Jump to content


image borders


6 replies to this topic

#1 Mr. Matt

    Moderator

  • P2L Staff
  • PipPipPipPip
  • 1,945 posts
  • Gender:Not Telling

Posted 07 October 2005 - 07:59 AM

right i will make this nice and simple.

if i add a border to an image the border is black, that is what colour i want.

when i add a link to the image the colour of the border changes to blue

how can i keep it on black?

thx

Edited by deadly, 07 October 2005 - 08:00 AM.


#2 d7x

    P2L Jedi

  • Twodded Staff
  • PipPipPip
  • 586 posts
  • Gender:Male
  • Location:Virginia
  • Interests:Life

Posted 07 October 2005 - 08:01 AM

this belongs in website design help....

and ill answer your question, you would have to add
border="none"
to your html

#3 Mr. Matt

    Moderator

  • P2L Staff
  • PipPipPipPip
  • 1,945 posts
  • Gender:Not Telling

Posted 07 October 2005 - 08:26 AM

i just realiesd i put it in the wrong place <_<

and that gets rid of the border, i want the border to be black not nothing

#4 trancedm

    Young Padawan

  • Members
  • Pip
  • 57 posts

Posted 07 October 2005 - 10:29 AM

img { border: 1px solid #000000 }

that should work, if it doesnt post your css/html code so we can see how you set it up

#5 Althanis

    Young Padawan

  • Members
  • Pip
  • 62 posts

Posted 07 October 2005 - 10:37 AM

Actually you made a little mistake there, it's:

img { border: 1px #000000 solid}
size colour type

#6 xgfxdesignx

    Young Padawan

  • Members
  • Pip
  • 38 posts
  • Gender:Female
  • Location:Louisville, KY
  • Interests:Computers,graphic design,music,video games,dragons,resident evil,invader zim

Posted 07 October 2005 - 11:25 AM

I made a css style:

<style type="text/css">
<!--
img {
border: #000000;
}
-->
</style>


No more blue border :)

#7 coolaid

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,435 posts
  • Gender:Male
  • Interests:i wonder..

Posted 07 October 2005 - 05:47 PM

Althanis, on Oct 7 2005, 03:37 PM, said:

Actually you made a little mistake there, it's:

img { border: 1px #000000 solid}
size colour type
it doesnt matter.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users