Unfortunately It did not work. Any pointers pleeeeeease....! I have WSS 3.0
This is what I have in my HTML source..
<TH nowrap scope="col" class="ms-vh2"><div style="width:100%;position:relative;left:0;top:0;"><TABLE style="width:100%;" Sortable="" SortDisable="" FilterDisable="" Filterable="" Name="Title" CtxNum="1" DisplayName="Title" FieldType="Text" ResultType=""
This is what i have in my CEWP source.
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$("table[name=Title]").css("width","50px");
});
</script>