How do I set up the links to open to a new window? Where is this edited? Thanks, Chris
How do I set up the links to open to a new window? Where is this edited? Thanks, Chris
go to themes/default folder
look for a file called "rows.html", this is the file you want to edit.
You want to edit the "title" to open in new browser
<A STYLE="text-decoration:" HREF="go.php?id=<%link_id%>" TARGET="_blank"><B><%title%></B></A>
Thanks!!