Hi,
I'm using HTML Editor and created an image link with with a photo that links to another page on my site. Once I link it though, I get a blue border around the image - kinda like you'd get a blue underline in text to indicate that it's a link. I don't want the border though, I just want the image as it was. I don't know if this makes any difference or not, but the "image" itself is actually just a slice out of Image Ready.
Any suggestions on how to cure this? Thanks!
Get rid of "blue link border" around...
John,
You may want to click on profile and change your forum name to something other than your email address. No need to post your email address for every spammer to view.
You can remove borders with styling. You can use something like
img {border:none:} in your style section to remove borders on all images.
To remove the border on a single image, the beginning of the code would look like:
<img style="border:none;" src= ...
If you provide a link someone could look at the actual code and may have a better suggestion.
You may want to click on profile and change your forum name to something other than your email address. No need to post your email address for every spammer to view.
You can remove borders with styling. You can use something like
img {border:none:} in your style section to remove borders on all images.
To remove the border on a single image, the beginning of the code would look like:
<img style="border:none;" src= ...
If you provide a link someone could look at the actual code and may have a better suggestion.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.