hi, i made a webpage on cjb.net > http://blogs.cjb.net/forumin now on this page i have a link saying " View my profile " After clickin that link on the next page there is a link saying " contact me - visit my website " so i was thinking that can this happed that when ppl click > http://blogs.cjb.net/forumin , they automatically are sent to my website or something like that. someone said me to use side script i dont know what it is and i dont knw html either and cjb gives me to edit my page in this form. so tell me what can i change in here..... The text field below contains your current weblog template. You can use this field to make custom changes to your template. <html> <head> <title><%Title%></title> <style type="text/css"> p { margin: 0px; } body { background: #000000; margin: 0px; margin-top: 30px; } td { font-family: "Trebuchet MS"; verdana, arial, sans-serif; font-size: 9pt; line-height: 20px; color: #DDDDDD; } td.title { border-bottom: 1px dashed #333333; } td.leftside { padding: 10px; padding-left: 0px; text-align: justify; } td.rightside { padding: 10px; border-left: 1px dashed #333333; line-height: normal; } td.eyes { padding-left: 10px; padding-bottom: 3px; } div.avatar { float: left; margin: 5px; margin-left: 0px; margin-bottom: 0px; } h2 { font-family: "Trebuchet MS"; verdana, arial, sans-serif; font-size: 20pt; color: #FFFFFF; margin-bottom: 12px; } h3 { font-family: "Trebuchet MS"; verdana, arial, sans-serif; font-size: 10pt; color: #FFFFFF; margin-bottom: 2px; } font.gray { color: #777777; } a:link { color: #EEEEEE; } a:visited { color: #EEEEEE; } a:hover { color: #6699FF; } </style> </head> <body> <center> <table cellpadding='0' cellspacing='0' align='center'> <tr><td class='title' colspan='2'> <table cellpadding='0' cellspacing='0'> <tr> <td><h2><%Title%></h2></td> <td class='eyes'><img src='./templates/noir/eyes.gif' border='0'></td> </tr> </table> </td></tr> <tr> <td width='600' class='leftside' valign='top' NOWRAP> <!-- BEGIN LEFTSIDE --> <IfArchivePage> <h3>Archives</h3> <%ArchiveInfo%> </IfArchivePage> <Entry> <table width='100%' cellpadding='0' cellspacing='0'> <tr><td> <h3><%EntryDate%> - <%EntryTitle%></h3> <%EntryBody%> </td></tr> <tr><td> <IfCommentsAllowed><IfMainPage><a href='<%EntryURL%>'>Comments</a> (<%EntryCommentCount%>) </IfMainPage><IfCommentPostAllowed><IfMainPage><font class='gray'>::</font></IfMainPage> <a href='<%CommentPostURL%>'>Post A Comment!</a></IfCommentPostAllowed> <IfMainPage><font class='gray'>::</font></IfMainPage></IfCommentsAllowed> <IfMainPage><a href='<%EntryURL%>'>Permanent Link</a></IfMainPage> </td></tr> </table> <br> <IfEntryPage> <IfCommentsAllowed> <Comment> <table cellpadding='0' cellspacing='0' style='margin-left: 30px;'> <tr><td><h3><%CommentDate%> - <%CommentTitle%></h3></td></tr> <tr><td>Posted by <%CommentAuthor%> <%CommentAuthorIP%></td></tr> <tr><td><%CommentBody%></td></tr> <tr><td><a href='<%CommentURL%>'>Permanent Link</a> <CommentEdit>Edit</CommentEdit> <CommentDelete>Delete</CommentDelete></td></tr> </table> <br> </Comment> </IfCommentsAllowed> </IfEntryPage> </Entry> <IfPages> <table cellpadding='0' cellspacing='0' width='100%'> <tr><td><- <LaterLink>Last Page</LaterLink> :: <EarlierLink>Next Page</EarlierLink> -></td></tr> </table> </IfPages> </td> <td width='200' class='rightside' valign='top' NOWRAP> <!-- BEGIN RIGHTSIDE --> <h3>About Me</h3> <div class='avatar'><img src='<%Avatar%>' border='0'></div> <%Description%> <div style='clear: both;'> <h3>Recent Posts</h3> <RecentEntry> • <%RecentEntryTitle%><br> </RecentEntry> </div> <h3>Links</h3> • <a href='<%MainPageURL%>'>Home</a><br> • <a href='<%ProfileURL%>'>View my profile</a><br> • <a href='<%ArchiveURL%>'>Archives</a><br> • <a href='mailto: <%Email%>'>Email Me</a><br> </td> </tr> </table> </center> </body> </html>
you can try a javascript redirect if they allow you to put in <script> tags.. so for example put this code in (right before the </head> line) and see if it redirects your page to google <script type="text/javascript"> <!-- window.location = "http://www.google.com/" //--> </script> Code (markup): if it goes to google then just change the http:// in the code to your site