Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

table @ min 640pixels

Status
Not open for further replies.

killbuzz

Technical User
Mar 21, 2001
103
US
Hello, Im trying to make my side frames on my site not go down pass 640pixels. I have them at 100% on all. What do I need to make this work?
This is what my table html looks like...

<table width=&quot;100%&quot; height=&quot;100%&quot; border=&quot;0&quot;>
<tr>
<td width=&quot;100%&quot; height=&quot;100%&quot;>&nbsp;</td>
</tr>
</table>

Thanks again!

 
what does 100% mean in LIFE.....ok...now do u travel 75% milles/km to get to the beach?.....ok....so how about we use the same concept and maybe use px (pixels) as our measurement?!

now
&quot;Im trying to make my side frames &quot; ....&quot;my table html &quot;
so u need help with the frame size or with the table size?

----table issue----
<table width=&quot;50 px&quot; height=&quot;50 px&quot; border=&quot;0&quot;>
<tr>
<td width=&quot;50 px&quot; height=&quot;50 px&quot;> </td>
</tr>
</table>
------------------

---frame------
<frameset rows=&quot;*&quot; cols=&quot;50,*&quot; framespacing=&quot;0&quot; frameborder=&quot;NO&quot; border=&quot;0&quot;>.........
......
...
--------------

All the best! ;-)

> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top