Pro-xanga help me!!!, i just need some code from yall... |
![]() ![]() |
Pro-xanga help me!!!, i just need some code from yall... |
![]()
Post
#1
|
|
![]() ^ I might look scary but i'm the nicest person in cb! ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,364 Joined: Feb 2004 Member No: 4,979 ![]() |
can some one give me the basic code to put the table any where on the pgz and the transparent table aswell!
and what is the code that dont allow the viewr to click view-source? and can you give me the code where u can chage the comments-epopz thing! thank you for reading! html is cool! |
|
|
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 95 Joined: Feb 2004 Member No: 3,903 ![]() |
<script language="JavaScript">
<!-- // No rightclick script. // Find more great scripts and applets at the JavaFile! // http://www.javafile.com // Do not delete this header! var message="dont steal my precious items! i found them on my own!"; // // Don't edit below! function click(e) { if (document.all) { if (event.button == 2) { alert(message); return false; } } if (document.layers) { if (e.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; // --> </script> this code allows no right clicking(also u cant view source either) where it says" dont steal my precious things" u can change it 2 watever message u want... ![]() |
|
|
![]()
Post
#3
|
|
![]() advanced newbie... S2 ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,504 Joined: Jan 2004 Member No: 752 ![]() |
hmm... i sugggest you actually search under scripts before you make a topic such as this. some of these codes have been posted alot
![]() http://www.createblog.com/forums/index.php?showtopic=46 for eprop changing http://www.createblog.com/forums/index.php?showtopic=32 for word changing (eprop, comment) http://www.createblog.com/forums/index.php?showtopic=54 no right click as for the tables, your going to have to make your own tables using the <table> </table> tags... http://xaddons.vzz.net/transpmodbg.htm for transparent tables/modules... ![]() ![]() ![]() |
|
|
![]()
Post
#4
|
|
![]() ^ I might look scary but i'm the nicest person in cb! ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,364 Joined: Feb 2004 Member No: 4,979 ![]() |
i can still click my source with that code??
|
|
|
![]() ![]() |