+ Reply to Thread
Results 1 to 8 of 8

Thread: Burrrrrrrrrrrrrrrrrrpppppppppppppppppp

  1. #1
    Join Date
    Nov 2005
    Location
    Branson
    Posts
    256

    I want a free website review and free seo review

    Now i have your attention in need some help
    This is not a site review but then again it is.
    I need some help with coding and design but i need it reviwing as well.

    There dosent seem to be a category for design suff so it will be here

    Right
    Look at this
    http://www.syndk8.net/

    I like the top header and dont worry about the rest becuse it is under construction.

    But i want to reflect the header as much as possible into the forums
    http://www.syndk8.net/forum/

    now the problem is that i have never ever worked with something as strange as smf and the whole thing works off a template on the fly but it is not the usual kind of php template and more of a lot of jumbled code that seems to work very well.

    I have managed to insert an image on the left back to the main cms but i want to replace the image on the right with a small block of navigation.

    I need to replace

    <a href="http://www.syndk8.net/forum/" style="border:none;"><img src="', $settings['images_url'], '/smflogo_2.gif" width="244" height="38" style="float: right;" border="0" alt="SEO Mobsters Forum" /></a>

    With 4 links with anchor texts over them
    But the code needs to be pretty much the same.

    Anyone got any ideas?

    this is what i have now
    <a href="http://www.syndk8.net/forum/" style="border:none;"><img src="', $settings['images_url'], '/smflogo_2.gif" width="244" height="38" style="float: right;" border="0" alt="SEO Mobsters Forum" /></a>
    <a href="http://www.syndk8.net"><img src="http://www.syndk8.com/images/logo_syndk8.gif" width="209" height="75" border="0"></a>';
    Last edited by skitzzo; 12-08-2005 at 06:22 PM. Reason: tried to fix url... no luck....

  2. #2
    Join Date
    Nov 2005
    Location
    Dordrecht NL
    Posts
    5,064
    You know, in the old days I could have fixed that...

  3. #3
    Join Date
    Nov 2005
    Location
    Branson
    Posts
    256
    I forgot
    on its way

  4. #4
    Join Date
    Dec 2005
    Posts
    217
    If you replace the imagecode from the image on the right, this:
    Code:
    <a href="http://www.syndk8.net/forum/" style="border:none;"><img src="http://syndk8.net/forum/Themes/default/images/smflogo_2.gif" width="244" height="38" style="float: right;" border="0" alt="SEO Mobsters Forum" /></a>
    With this:
    Code:
    <div style="float: right; margin-top:30px"> <A href="http://www.syndk8.net/pages/Home" style="color:white; text-decoration:none;">Home</A> | <A href="http://www.syndk8.net/pages/Syndicate" style="color:white; text-decoration:none;">Syndicate</A> | <A href="http://www.syndk8.net/pages/Site-Map" style="color:white; text-decoration:none;">Site Map</A>  | <a href="http://www.syndk8.net/forum/" style="color:white; text-decoration:none;"><strong>Black 
                Hat Seo Forum</strong></a> </div>
    Then it looks almost the same as on the frontpage, just don't ask me where to change it on SMF...

  5. #5
    Join Date
    Nov 2005
    Location
    Branson
    Posts
    256
    How?
    jammer how do you manage to get it right the first time every time?
    It is absolutely perfect
    Thanks man,, i appreciate it

  6. #6
    Join Date
    Nov 2005
    Location
    online
    Posts
    5,608
    Quote Originally Posted by seoplebian
    How?
    jammer how do you manage to get it right the first time every time?
    It is absolutely perfect
    Thanks man,, i appreciate it
    Jammer is most def a

  7. #7
    Join Date
    Dec 2005
    Posts
    217
    Quote Originally Posted by skitzzo
    Jammer is most def a
    Nah, I just made it my lifes work to help seoplebian

  8. #8
    Join Date
    Nov 2005
    Location
    Franklinton, LA, USA
    Posts
    3,786
    I have a few smf forums, so even though this problem is already resolved, feel free to holler at me if you get in another jam. No promises, of course. LOL.
    You'll never shine if you don't glow

    Donna Fontenot - eBusiness Coach / Consultant.

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts