Random Lines Appearing - Urgent Digital Media UI / UX Design by zobadof …> <div><a href="dedicatedservers.php">Billing</a></div&…div> <div><a href="dedicatedservers.php">Dedicated Servers</a></…div> <br /> <a href="/dedicatedservers.php"><img src="images/Dedi Server… Switching Text Digital Media UI / UX Design by zobadof …;</div> <div><a href="dedicatedservers.php">Dedicated Servers</a></div…; </div> <br /> <a href="/dedicatedservers.php"><img src="images/Dedi Server… Re: Random Lines Appearing - Urgent Digital Media UI / UX Design by EvolutionFallen The lines are coming from borders on the link items in the menus (*see* style.css.php, line 122). My recommendation is that you add `class="first"` to the first `<a>` tag in each menu, and `class="last"` to the last `<a>` tag in each menu. Then in your CSS, create new rules: div.menu a.first { left-border: 0; }… Re: Random Lines Appearing - Urgent Digital Media UI / UX Design by zobadof Hello, This doesn't fix it, However, I may have put the code in the header.php wrong. Could you please add in your code into the section and show me? For the header.php I've removed what I added for the time being. In the css sheet I added it, did I put it in wrong? For now I am testing on "right wrapper" .rightwrapper {… Re: Random Lines Appearing - Urgent Digital Media UI / UX Design by EvolutionFallen I made a typo in my message above, it should have been border-left and border-right, not left-border and right-border. Also, how did you solve the issue? Re: Switching Text Digital Media UI / UX Design by zobadof Can anyone help? Re: Switching Text Digital Media UI / UX Design by EvolutionFallen There's a couple of ways to do this. You'll need JavaScript for this. I see you already have jQuery installed, so I'll use that. First thing I did is restructure your HTML a bit. Take everything from `<div class="whyppp">` to *its closing `</div>` tag*, and replace it with the following (make sure you back up your file first… Re: Switching Text Digital Media UI / UX Design by zobadof Hi, It adds a weird gap at the top. See here: http://www.mingul.co.uk/jadonsnapr/n7dArh.jpg And it doesn't actually change on click. There's new text there, but doesn't change; http://www.mingul.co.uk/jadonsnapr/XZjdOU.jpg Website: http://www.betappp.plugpayplay.com Re: Switching Text Digital Media UI / UX Design by zobadof Hi, Solved this now. Turns out I needed to make a new js file, put the code you said to put in the header in a new js file and kabam it worked! And the gap has gone. Cheers!