|
-
Mar 7th, 2002, 02:00 PM
#1
Thread Starter
Lively Member
tables and vertical text
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
-
Mar 7th, 2002, 02:39 PM
#2
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>
-
Mar 7th, 2002, 02:49 PM
#3
Thread Starter
Lively Member
ok, humour me as im a complete n00b!, where do i put that in my code exactly
-
Mar 7th, 2002, 03:05 PM
#4
where ever you want it in the body tag.
-
Mar 7th, 2002, 03:09 PM
#5
Thread Starter
Lively Member
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
-
Mar 7th, 2002, 03:26 PM
#6
what is in the text file?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|