PDA

View Full Version : it's almost done


apkesh
09-03-2005, 05:36 PM
Hi there,

I am somewhat new to this. I've got my first test run up and running (checkout: http://x.rev360.com) but have a few questions that I hope someone here can answer.

1. I'd like to have links setup in the comment section so that when users click on the link it opens up a new window. I used a simple html tag <a href="http://www.google.com" target="_new"> but for some weird reason I don't see the default underline for the texts. Can someone tell me how to fix this please?

2. I'd like to start 'promoting' my photoblog at sometime in future. How would one go about doing this? Can you list the names of sites I can add my link to?

3. Last, I'd like to modify my template a bit and have the 'next' and 'previous' links moved to the top. I know there is no simple answer to this. But if anyone has done something similar, I'd like to see how you did it.

Thanks a bunch in advance.

Joe[y]
09-03-2005, 06:49 PM
1) change

a {
color:#333;
text-decoration:none;
}

in templates/simple/styles/light.css to

a {
color:#333;
text-decoration:underline;
}

2) Enter photofriday.com and pxite.com competitions. Also, photoblogs.org for listing and perhaps photoblogring as well!

3) Look at my site : http://photos.jlspurling.com - the html code is identical to simple template. you only need to move one bit of code.