View Full Version : Petpage Page Reverse tag


Destervetha
03-02-2005, 04:59 PM
div style="direction:ltr" is a tag I am having some trouble with. On Mukiryoko's Petpage (http://home.neopets.com/templates/homepage.phtml?pet_name=Mukiryoko) I want my little table to have a scrollbar on the other side. Where do I put this tag?

I have already used it in the coding, can someone knowledgable view source and tell me what I have done wrong, since it is not working?

ToeBee
03-04-2005, 05:13 AM
Well I don't know if it can be used on a neopets page but this is how it would be done normally.

<head>
<style type="text/css">body
{direction:rtl;}
</style>
</head>

<body>
<div style="direction:ltr">
</div></body>