Help - Search - Members - Calendar
Full Version: Links
World Dating Partners Forum > Support > Can anyone help?
adultplayground.co.za
Hi.

Firstly I would like to say that I am really enjoying working with my new site. I have gained lots of new useful tips and ideas from the forum and hopefully I will start making some money soon.

I would like to know if someone could help me with adding links to my website. I have a basic idea on how to do it but would like to know if anyone can show me a page layout of the edit link page so that I can see if I am doing it correctly.

Regards

Robert
www.adultplayground.co.za
whitelighter
QUOTE(adultplayground.co.za @ Nov 13 2008, 10:05 PM) *
Hi.

Firstly I would like to say that I am really enjoying working with my new site. I have gained lots of new useful tips and ideas from the forum and hopefully I will start making some money soon.

I would like to know if someone could help me with adding links to my website. I have a basic idea on how to do it but would like to know if anyone can show me a page layout of the edit link page so that I can see if I am doing it correctly.

Regards

Robert
www.adultplayground.co.za



Yes, I would be interested to see this too please

Thanks
whitelighter
I am sure it would be very helpful for a lot of us newbies if someone would p-l-e-a-s-e try and help us out by posting a response to adultplayground's posting above.......
Paul8368
Hi all

If you understand html this is quite simple here's an example from the bottom of the standard template sites

CODE
  <tr>
    <td id="bg_footer">
        <ul id="menu_footer">        
            <li><a href="/static/about_us/about_us.do">About us</a></li>
            <li><a href="/registration/step1.do">Join Now!</a></li>
            <li><a href="/links.htm">Links</a></li>
            <li><a href="/contacts.do">Contact Us</a></li>
            <li><a href="/static/faq/faq.do">FAQ</a></li>
            <li><a href="/login.do">Login</a></li>
            <li><a href="/sitemap.xml">XML Site Map</a></li>
        </ul>
    </td>
</tr>


Now if you are simply putting a new row of links copy and paste the same set of code and change the link

<li><a href="*link*">XML Site Map</a></li>

to where you want to point to

and the text

<li><a href="/sitemap.xml">**text**</a></li>

to the text you want to use

If its a pic you want to link from put <img src "http://***"> in place of the text part

If you still struggle let me know what specifically you want to link to and where from on your site and I'll send you the code you need. Can't guarantee it wil be today but certainly within a few days

Paul
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.