| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
||||
|
||||
|
Spacing problem
Hi. Just want to ask some help about html here.
try to go to http://recruit.mnetrade.com/home.asp I have put my table to cellpadding="0" cellspacing="0" but how come there is a little gap between the image Job Seeker to the line below. Thanks. |
|
#2
|
||||
|
||||
|
Change your <img> tags to:
Code:
<img src="images/jobseeker2a.gif" name="jobseeker" border="0" align="absbottom" />
__________________
-
thought-after | my thoughts on web development Get Firefox, the developers browser Budget hosting - recommended [/left] |
|
#3
|
||||
|
||||
|
That works. Thanks.
![]() |
|
#4
|
||||
|
||||
|
I must stress XHTL, CSS, and W3C compliance!!
The CSS alternative to using the deprecated align attribute is: Code:
img {
vertical-align: bottom;
}
__________________
If you found a post of mine helpful, please click on the on my post to add to my reputation.
|
![]() |
| Viewing: ASP Free Forums > Web Design > Web Layout > Spacing problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|