[menuitem] space between image and text, how???

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

ASP.NET 2.0

I have a menu on a webpage. These menuitems are specified in a .sitemap
file. These menuitems have ImageUrl set with a link to a image.

The menuitems look like this:
[image][title]

The problem is that I want some space between [image] and [title]

I've tryed using text-indent and padding-left but they don't help, they just
move both [image] and [title] to the right

Any suggestions?

Jeff
 
...
Any suggestions?

How about adding " " prior to the text? Or, open up the image file,
and add 5px to the right of it...

Not the prettiest of ways, but it should work shouldn't it?

Regards

Rob
 
Back
Top