ImageButton display problem

  • Thread starter Thread starter Dariusz Tomon
  • Start date Start date
D

Dariusz Tomon

Hi

I have got two ImageButtons, one is a neighbour to another. Normally when I
tried to use <image src=....><image src=....> the 2 pictures were displayed
without any space between them.
Now I want to have them as active ImageButtons and I can see space between
them. I tried to define css but with no result. Is it maybe issue - this
behaviour or I have to do something in css class?

Best Regards

Darek
 
Dariusz said:
Hi

I have got two ImageButtons, one is a neighbour to another. Normally
when I tried to use <image src=....><image src=....> the 2 pictures
were displayed without any space between them.
Now I want to have them as active ImageButtons and I can see space
between them. I tried to define css but with no result. Is it maybe
issue - this behaviour or I have to do something in css class?

Best Regards

Darek

Check the markup that was generated by the ASP.NET engine by viewing
the html source in the browser. Check what is causing the space there.
Maybe this will help you finding the cause.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top