
May 9th, 2011, 03:51 PM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 1
Time spent in forums: 14 m 39 sec
Reputation Power: 0
|
|
|
Adding a Link in XML
Hello,
I am having a mental block right now and I have forgotten how to add a link to a xml file.
The current code reads like so:
<social align="center" x="320" y="5" spacing="5">
<feed></feed>
<twitter></twitter>
<flickr></flickr>
<digg></digg>
<linkedin></linkedin>
<youtube></youtube>
</social>
let's use "<feed>" as an example. Whenever I change it to:
<feed>google.com</feed>
it just adds google.com to the end of my url like:
myurl,com/google.com
I want it to just completely redirect to google.com.
Thanks for the help in advance. I really appriciate the help overcoming my mental block 
|