And sometimes you need to add style="white-space: nowrap". On Jan 16, 10:02 pm, Boohle <[email protected]> wrote: > My popup-code is: > > <!DOCTYPE html> > <html> > <head> > <style> > html {margin:0px; padding:0px;} > body { margin:0px; padding:0px; background-color:red;} > img { margin:0px; padding:0px; border:none;} > </style> > <body> > <img src="http://www.mydomain.com/myimage.jpg" /> > </body> > </html> > > But always I have 5 pixels space under image (red background is > shown), if I put <img> twice, red line is seen under each of images. > > Now I found solution by adding style="display:block" to <img> and > these 5 pixels are removed :)
-- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
