Align slider images

What CSS do I need to edit to align the images in the slider on this page
I want to get it to display the same as in this template

Thanks for your time.

Hello :).

You have this

[TABLE]
[TR]
[TD="class: webkit-line-content"]<p>                            <a class="_next" href="[#](http://www.drostdesigns.com/DEV/#)">next</a><br />[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]                            <a class="_prev" href="[#](http://www.drostdesigns.com/DEV/#)">ptev</a>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]                        </div>[/TD]
[/TR]
[/TABLE]


[TABLE]
[TR]
[TD="class: webkit-line-content"]<a class="_next" href="[#](http://www.drostdesigns.com/DEV/#)">next</a>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]                            <a class="_prev" href="[#](http://www.drostdesigns.com/DEV/#)">ptev</a>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"][/TD]
[/TR]
[/TABLE]

Edit-sorry for the weird… appearance of the code. I hate Sitepoints editor.

Thanks for your help…

<br /> removed
but when I remove </div> at the end of the code the text overlaps the slider image.

Please advise what I’m missing.

Did you also remove the <p> like I siad? I literally just removed the <p> and </p>, and the stray div, and it worked. Oh, and the <br>

I didn’t test if the </div> stays in. But I know the <p>s and the <br> need to go.

How do I remove the <p>s in the WordPress HTML editor?
Even though I removed them in the editor they still appear in the html code when I view the source code in my browser?

Thanks for your patience.

Update…when I added a plugin that removed automatic formatting of WordPress pages it fixed the problem so you were correct.
Since I don’t want to remove formatting of all pages do you know how to do this for just this page?

Thanks a bunch…you saved me from pulling all my hair out:-)

I’m not a Wordpress expert. I’d start a thread in the CMSs part of this forum and hopefully they can provide you with a solution just for that single page.

You’re welcome :).