/    Sign up×
Community /Pin to ProfileBookmark

This spacer is driving me nuts

Hi guys.
This is my first post here and I have found solutions to 2 other problems in here. Very usefull place. Hope to see more of all of you.

Right now I am stucked with someting that is driving me crazy.
I am not such a pro and here is the problem.
[URL=http://72.232.27.133/imagePROB.jpg]problem[/URL]

What is causing this is last part of this code but I am posting whole page:

<table border=0 cellpadding=0 cellspacing=0 id=Tabelle_01 width=180>
<tr>
<td><img alt=”” height=31 src=themes/B-Web/images2/blockupleft.jpg width=15></td>

<td colspan=3 align=”left” valign=”middle” background=”themes/B-Web/images2/blockupbg.jpg”><b>$title</b></td>
<td><img alt=”” height=31 src=themes/B-Web/images2/blockupright.jpg width=25></td>
</tr>
<tr>
<td colspan=2 background=”themes/B-Web/images2/blockright.jpg”></td>
<td colspan=2 background=”themes/B-Web/images2/navigation_05.gif”>$content<br>
</td>
<td background=”themes/B-Web/images2/blockright2.jpg”></td>
</tr>
<tr>
<td colspan=2><img alt=”” height=37 src=themes/B-Web/images2/blockdownleft.jpg width=15></td>
<td><img alt=”” height=37 src=themes/B-Web/images2/blockdownmid.jpg width=150></td>
<td colspan=2><div align=”right”><img alt=”” height=37 src=themes/B-Web/images2/blockdownright.jpg width=25></div></td>

</tr>
<tr>
<td><img alt=”” height=1 src=themes/B-Web/images/spacerl1.jpg width=1></td>
<td><img alt=”” height=1 src=themes/B-Web/images/spacerl1.jpg width=1></td>
<td><img alt=”” height=1 src=themes/B-Web/images/spacerl1.jpg width=139></td>
<td><img alt=”” height=1 src=themes/B-Web/images/spacerr1.jpg width=1></td>
<td><img alt=”” height=1 src=themes/B-Web/images/spacerr1.jpg width=1></td>
</tr>

</table>

I tried to change values of those spacers, to delete some of them and I still dont understand why are they showing up exactly there. It might be that I am missing some bacis info but help would be highly appritiated…

Thanks in advance

[upl-file uuid=63c1dce6-37cb-4128-90c1-9394b9bd4b1c size=2kB]imagePROB.jpg[/upl-file]

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@FangMay 06.2006 — Try:&lt;style type="text/css"&gt;
#Tabelle_01 td {vertical-align:bottom;}
&lt;/style&gt;
Copy linkTweet thisAlerts:
@hopacupaauthorMay 06.2006 — ANd where would I put that in code and will bottom alignment remove those spacers ?
Copy linkTweet thisAlerts:
@FangMay 06.2006 — Possibly, but without seeing the document it is a guess.&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;title&gt;Basic HTML&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;

&lt;script type="text/javascript"&gt;

&lt;/script&gt;

&lt;style type="text/css"&gt;
#Tabelle_01 td {vertical-align:bottom;}
&lt;/style&gt;

&lt;/head&gt;
&lt;body&gt;

&lt;/body&gt;
&lt;/html&gt;
×

Success!

Help @hopacupa spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.4,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...