Margin problem!

liunx

Guest
I posted about my margin problem a few days ago, I kind of fixed it, but I still can't complete the margin. Here are my 3 problems:<br />
<br />
1. I can't make the yellow margin bigger in heigth (it's too short).<br />
<br />
2. How can I put the text that is inside the margin on the top?...I don't want it in the middle like it is right now.<br />
<br />
3. How do I write the rest of my html codes next to the margin?<br />
<br />
Here is the url:<br />
<br />
<!-- m --><a class="postlink" href="http://members.fortunecity.com/centertopic/main.html">http://members.fortunecity.com/centertopic/main.html</a><!-- m --><!--content-->1) Add a "height=" attribute in the <td> tag for the table. <br />
2) In the <td> tag, put in a "valign=top" attribute.<br />
3) Didn't understand.<br />
<br />
:P<!--content-->ok sunkissgirl:<br />
<br />
<br />
1) <table bgcolor=#ffff99><br />
should be like <table bgcolor=#ffff99 height="100%"><br />
<br />
but will only go as big as the text you have in it or the window size, which ever is first.<br />
<br />
<br />
2)<IMG SRC=http://www.htmlforums.com/archive/index.php/"SPACER.gif" width="0" height="210"<br />
---1) it does not have a > on the end. second you made the height to big, make it like 10 instead of 210<br />
<br />
3) actually you need to do this.<br />
<br />
</TD><br />
<!--the rest of my webpage stuff goes here--><br />
<TD VALIGN=TOP><br />
<br />
text on the right hand side.<br />
</TD><!--content-->Thank you both very much for helping me out during these frustrating html times...lol. Thanks!<!--content-->
 
Back
Top