|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi, I finished my macro called "Tiled Floor" (thanks to Hugo for helping me)
you download it at http://membres.lycos.fr/sfz/Povpages/Pov.htm and try
it... There is my new Pages about my Pov-Ray universe... thank you to visit
and tell me what you think about it. This is an image created with my macro
:
Post a reply to this message
Attachments:
Download 'TF_Sample.GIF' (22 KB)
Preview of image 'TF_Sample.GIF'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
_Light_Beam_ wrote:
>
> Hi, I finished my macro called "Tiled Floor" (thanks to Hugo for helping me)
> you download it at http://membres.lycos.fr/sfz/Povpages/Pov.htm and try
> it... There is my new Pages about my Pov-Ray universe... thank you to visit
> and tell me what you think about it. This is an image created with my macro
Please only post binaries in the binaries groups.
Concerning the website, it would be a good idea not to make it dependant
on flash.
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 21 Feb. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nice to see you got it to work! :o) The website .... well, somehow it
won't run on my computer. Probably due to flash. Though I'd like to see what
you have there. If you want more visitors maybe you should post in the
p.general group where there is more "life". (And as Christoph said,
attachments are better off in the binary groups ... then everybody will be
pleased) :o)
Regards,
Hugo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> website
Objects & Links buttons seem to not work. Try using this for your
buttons instead of Flash.
<FORM>
<A href="objects.htm"><INPUT type="button" value="Objects"
width=100></A><BR>
<A href="links.htm"><INPUT type="button" value="Links"
width=100></A><BR>
[...etc]
</FORM>
_Light_Beam_ wrote:
>
> Hi, I finished my macro called "Tiled Floor" (thanks to Hugo for helping me)
> you download it at http://membres.lycos.fr/sfz/Povpages/Pov.htm and try
> it... There is my new Pages about my Pov-Ray universe... thank you to visit
> and tell me what you think about it. This is an image created with my macro
> :
>
> [Image]
--
signature{
"Grey Knight" contact{ email "gre### [at] yahoocom" }
site_of_week{ url "http://digilander.iol.it/jrgpov" }
}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 13 Mar 2002 10:21:15 +0000, Grey Knight <s16### [at] namtarqubacuk>
wrote:
> <FORM>
> <A href="objects.htm"><INPUT type="button" value="Objects"
> width=100></A><BR>
> <A href="links.htm"><INPUT type="button" value="Links"
> width=100></A><BR>
> [...etc]
> </FORM>
Any reference to WIDTH attribute of INPUT ?
Take a look at:
http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_sformsmodule
http://www.w3.org/TR/html401/interact/forms.html#edef-INPUT
http://www.w3.org/TR/1998/REC-html40-19980424/interact/forms.html#edef-INPUT
http://www.w3.org/TR/REC-html32#input
http://www.w3.org/MarkUp/html-spec/L2index.html#INPUT
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>
> On Wed, 13 Mar 2002 10:21:15 +0000, Grey Knight <s16### [at] namtarqubacuk>
> wrote:
> > <FORM>
> > <A href="objects.htm"><INPUT type="button" value="Objects"
> > width=100></A><BR>
> > <A href="links.htm"><INPUT type="button" value="Links"
> > width=100></A><BR>
> > [...etc]
> > </FORM>
>
> Any reference to WIDTH attribute of INPUT ?
> Take a look at:
> http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_sformsmodule
> http://www.w3.org/TR/html401/interact/forms.html#edef-INPUT
> http://www.w3.org/TR/1998/REC-html40-19980424/interact/forms.html#edef-INPUT
> http://www.w3.org/TR/REC-html32#input
> http://www.w3.org/MarkUp/html-spec/L2index.html#INPUT
>
> ABX
Hmm, interesting. I think this one is legal, from reading one of those
pages;
<FORM>
<A href="objects.htm"><INPUT type="button" value="Objects"
size=100></A><BR>
[...etc]
</FORM>
--
signature{
"Grey Knight" contact{ email "gre### [at] yahoocom" }
site_of_week{ url "http://digilander.iol.it/jrgpov" }
}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
<abx### [at] babilonorg> wrote:
>Any reference to WIDTH attribute of INPUT ?
If you want to go with the standards, use STYLE="width: 200px" :)
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |