how can i make text in my table to be vertical rather than horizontal (in html) ie text at a 90 degree angle to norm
Printable View
how can i make text in my table to be vertical rather than horizontal (in html) ie text at a 90 degree angle to norm
either make it as a image, or you can try CSS but Netscape may cower under that.
http://web3.w3.org/TR/WD-i18n-format...vanceDirection
or
Code:<object classid="clsid:99B42120-6EC7-11CF-A6C7-00AA00A47DD2"
align="left" id="vertText" width="40" height="400">
<param name="caption" value="What's new *****cat?">
<param name="angle" value="90">
<param name="alignment" value="0">
<param name="BackStyle" value="0">
<param name="FontName" value="Verdana">
<param name="FontSize" value="16">
<param name="FontBold" value="1">
<param name="Forecolor" value="16711833">
</object>
ok, humour me as im a complete n00b!, where do i put that in my code exactly
where ever you want it in the body tag.
ok, and what if its using php, and the bits where i edit the table are in a .txt file what do i do then :D
what is in the text file?