In my blog at blogger.com, I've set the images to have borders of 1px as default. Now I want a particular image to be borderless. I've tried the (border="0") thing but it didn't work.
Thanks for help...
In my blog at blogger.com, I've set the images to have borders of 1px as default. Now I want a particular image to be borderless. I've tried the (border="0") thing but it didn't work.
Thanks for help...
style="border-style:none;border-width:0;"
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Thank you..
What if I want to set a particular image without 'margins'?
style="margin-top:0px;"
the red can be replaced by margin-left, right, bottom, and in the example, top
Or you can just set margin:0; to remove all margins.
Sleipner: 0 is the only value that doesn't require a unit.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Thanks
Bookmarks