« June 2004 »
S M T W T F S
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

You are not logged in. Log in
Open Community
Post to this Blog

Helpful Links
Angelfire Home
Register Your Domain
Angelfire's Twitter
Angelfire's Facebook

Angelfire Club Blog
Need assistance and ideas from fellow Angelfire members to help build and manage your website? You've come to the right place!
To join this Community Blog, you must be an Angelfire member. Just click the "Join this Community" link, and start posting immediately.

Hint: When posting, select a topic that most relates to your question. (News, FrontPage, HTML Questions, etc...) This will help to keep the blog organized for everyone.

View Latest Entries

Saturday, 12 June 2004

Mood:  irritated
Topic: HTML Questions
Can anyone help me with putting the " = a" symbol (in the picture) a little bit higher, it should be just between where it is now and the top.
The HTML-Code is:
Thank you for your time.
(I've taken away some "<" and ">" otherwise you can't see the code without "view source")
table border="0">
table border="0">
tbody>
tr>
td> td>1td>td valign="middle" rowspan="3" colspan="3">=td valign="middle" rowspan="3" colspan="1">a/tr>
tr>
td rowspan="1" colspan="3" height="2%" valign="middle"
hr width="100%" size="1" noshade="noshade" color="black">/tr>
tr>
td> td>table border="0"
tbody>
tr>
td>1/tr>
tr>
td rowspan="1" colspan="3" height="2%" valign="middle"
hr width="100%" size="1" noshade="noshade" color="black">/tr>
tr>
td>a
/tr>
/tbody>
/table>
/td>
/tr>
/tbody>


Posted by theforce/myspip at 6:14 AM EDT | Post Comment | View Comments (2) | Permalink | Share This Post

Saturday, 12 June 2004 - 9:03 AM EDT

Name: jrp34

FYI, you can show HTML source code if you replace the "

Saturday, 12 June 2004 - 3:43 PM EDT

Name: dalleh

<table cellpadding=2 cellspacing=2 border=0 width=0>
<tbody>
<tr>
<td valign="top">1 </td>
<td valign="top">
</td>
<td valign="top">
</td>
<td valign="top">
</td>
</tr>
<tr>
<td valign="top">
<HR WIDTH="100%" SIZE="1" ALIGN="CENTER" NOSHADE>1
</td>
<td valign="top">= </td>
<td valign="top">4 </td>
<td valign="top">
</td>
</tr>
<tr>
<td valign="top">
<HR WIDTH="100%" SIZE="1" ALIGN="CENTER" NOSHADE>
</td>
<td valign="top">
</td>
<td valign="top">
</td>
<td valign="top">
</td>
</tr>
<tr>
<td valign="top">a </td>
<td valign="top">
</td>
<td valign="top">
</td>
<td valign="top">
</td>
</tr>

</tbody>
</table>

View Latest Entries