som
08-05-2010, 10:09 AM
I need to make an dynamic editable links box which I can put on every page of my website, but instead of having to change the links manually I can just do it to one source file, and the box will display that.
I want to do it in a way very similar to how if you link all of the pages on your site to 1 css file, you can make the style changes site wide just by editing that one css file.
This is how the box will look:
http://tvomic.com/index.html
so where the text Editable Link #1 is shown, instead whatever the source file says the first link is will display.
I need to make it so the editable source file, which will control what the box displays sitewide, will work like
<a href="(insert hyperlink)"> (insert text)</a>
<a href="(insert hyperlink)"> (insert text)</a>
<a href="(insert hyperlink)"> (insert text)</a>
<a href="(insert hyperlink)"> (insert text)</a>
<a href="(insert hyperlink)"> (insert text)</a>
<a href="(insert hyperlink)"> (insert text)</a>
or somehow so all I do is insert the 6 different hyperlinks, upload the file to my site, and then the box will display this site wide.
then when I will update my site again I can just easily do this again using the same method, only just replacing the old links in the source file with the new ones.
I have thousands of pages, so I need to make so
In the end product, I need something
Just like "recent Posts" box on this site:
http://fastonlinetvs.co.tv/
The only problem is my site is in html so I don't think wordpress will work (which is what they use).
I want to do it in a way very similar to how if you link all of the pages on your site to 1 css file, you can make the style changes site wide just by editing that one css file.
This is how the box will look:
http://tvomic.com/index.html
so where the text Editable Link #1 is shown, instead whatever the source file says the first link is will display.
I need to make it so the editable source file, which will control what the box displays sitewide, will work like
<a href="(insert hyperlink)"> (insert text)</a>
<a href="(insert hyperlink)"> (insert text)</a>
<a href="(insert hyperlink)"> (insert text)</a>
<a href="(insert hyperlink)"> (insert text)</a>
<a href="(insert hyperlink)"> (insert text)</a>
<a href="(insert hyperlink)"> (insert text)</a>
or somehow so all I do is insert the 6 different hyperlinks, upload the file to my site, and then the box will display this site wide.
then when I will update my site again I can just easily do this again using the same method, only just replacing the old links in the source file with the new ones.
I have thousands of pages, so I need to make so
In the end product, I need something
Just like "recent Posts" box on this site:
http://fastonlinetvs.co.tv/
The only problem is my site is in html so I don't think wordpress will work (which is what they use).