I am trying to put a spacer between say two tables, a 1px x 1px image and using height of img tag to adjust.
I Firefox it is OK but in IE extra space appears. I have tried setting margins and padding to 0.
See sample code where the extra space can be seen between the elements.
<html><head>...
I am trying to centre text in an OPTION list.
I can get the following sample code to work in Firefox but IE still left justifies the text.
<SELECT>
<OPTION value="" selected>Select Letter A-C
<OPTION style="TEXT-ALIGN: center" value=A>A
<OPTION style="TEXT-ALIGN: center" value=B>B
<OPTION...
The IF statement checks if a string is empty. If not empty a hyperlink appears on a popup DIV, otherwise the hyperlink should be omitted.
I have attached a piece of cut down code to illustrate the problem.
Follow these steps:
1. Clicking on link A displays a DIV with only a "Close this...
Getting there...
Using the code in the reply I have managed to create as many 'myPanels' as I need on top of a 'MainPanel'.
I am now trying to add other controls to each of the created 'myPanels' but can't assign the myPanelxxx parent name to these controls. I get the error 'Incompatible...
I am trying to write a Delphi 4 programme to display images as thumbnails with specific related info.
I have a panel as the base with image, label, and edit box controls etc on top. I want to create as many of these as required at runtime.
Looking at creating custom controls they seem to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.