Page21
10-01-2004, 05:08 AM
www.xanga.com/age19
is there a way i can make those "October" and "September" buttons not open a new window? I just want to redirect the current window to that link. anything i cand do? thanks!
-Skyler
oincubusx
10-01-2004, 05:33 AM
k...
you have this in your source:
<a href="http://www.xanga.com/item.aspx?user=Age19&tab=weblogs&uid=138265186" target="_blank"><img src="http://ic1.deviantart.com/fs5/i/2004/274/d/2/Sept__2004_by_Page21.jpg"></a>
<a href="http://www.xanga.com/item.aspx?user=Age19&tab=weblogs&uid=139298367" target="_blank"><img src="http://ic1.deviantart.com/fs5/i/2004/274/8/d/oct_2004_by_Page21.jpg"></a>
replace that with this:
<a href="http://www.xanga.com/item.aspx?user=Age19&tab=weblogs&uid=138265186"><img src="http://ic1.deviantart.com/fs5/i/2004/274/d/2/Sept__2004_by_Page21.jpg"></a>
<a href="http://www.xanga.com/item.aspx?user=Age19&tab=weblogs&uid=139298367"><img src="http://ic1.deviantart.com/fs5/i/2004/274/8/d/oct_2004_by_Page21.jpg"></a>
Page21
10-02-2004, 04:00 PM
Thanks a bunch! Wow, people are great!
-Skyler