Der Führer
I feel pretty...
Gender:
Posts: 184
481 credits Members referred : 0
« on: Jul 03, 2006, 10:29:27 am »
I'm trying to change the link style on the links this iframe pulls in. It is a RSS Feed. I tried just making a standard style for all links and it didnt work.
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Jul 03, 2006, 10:54:07 am »
give the iFrame an ID and create the style voor the element with this ID (if this will help)
Don't forget that the feed is on a remote location, I place always feeds on my own site, ask yourself why do you place this feed on your site, content? information?
Der Führer
I feel pretty...
Gender:
Posts: 184
481 credits Members referred : 0
« Reply #2 on: Jul 03, 2006, 11:03:25 am »
I can't get it to work with that, I am probably coding it wrong. The reason I want this feed is for the Start Page I have been making.
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
I can't get it to work with that, I am probably coding it wrong. The reason I want this feed is for the Start Page I have been making.
of course but try to place the feed on your page without having an iframe, if you parse the feed inside your html you have some content on you page too...
otherwise post the link to your page...
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #4 on: Jul 03, 2006, 04:55:31 pm »
Or you can use some kind of javascript parse to the feed. I think there is a thread about that somewhere in the forums