Guest devinh Posted June 17, 2004 Report Posted June 17, 2004 Hi Remy, Before the latest update to rjshortcut I was able to get the appname to center on the page. Now with the new update, I can't get it to center anymore. Any help??? Below is my code.
Guest RemyJ Posted June 17, 2004 Report Posted June 17, 2004 When you set w="-1" in the selected format element, you're setting the width to the exact space needed for the text. There's nothing to center. Set w to something positive (hopefully larger than the text) to get the text to become visible AND centered. For example, if you want the text centered on the screen, set x="0", w="176" and halign="center". Give it a shot and let me know if it works.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now