I would like to see the search button and the edit box line up
Are you talking about the search form in your header?
Edit box? What edit box?
and that vertical line disappear if possible.
Which vertical line are you referring to?
I basically just want to mimic the other page. I took this code
.devotion {background:#fff;padding:10px}
off of the style.css page. We put that earlier so we could see the text, but it is no longer necessary for some reason.
Yes i removed the devotion div, that was simply created initially when making the script/template for you... the line is no longer required because <div class="devotion"> is no longer in the code..
You now have <div id="left-comments"> in it's place. This was an element copied from the original older page. Ideally we should be using a class and not an ID but since the query is only ever returning a single result there should never be an issue.
The new page is wider than the old page. This is fine on my computer, but I wonder if it might be too wide on a computer that has a resolution like 800x600. What do you think?
Looks the same on my screen, can you be more specific?
Let me know regarding the above questions... :)