| Post |
|
Guest
| Mary 2:31 pm July 4, 2008
| |
|
|
Not sure if my brain is just too fried from looking at this non-stop for the last couple of days or what, but I can't seem to work this out: I'm trying to get the comment form (http://ibreastfed.com/2008/06/test-post1/) to look similar to the participate (http://ibreastfed.com/participate/) and contact (http://ibreastfed.com/contact/) forms. I'm not brilliant with css and php but have hacked my way to making the participate and contact forms look the way I want, but now i'm stuck on the comment form. I just have no idea what to change. Any help would be greatly appreciated. Thanks (and sorry, I know that sounds really vague but I think if you look at the links you'll see what I mean.)
Mary
|
|
|
Admin
| Oliver Munich, Germany posts 6237 8:05 pm July 4, 2008
| |
|
|
Very weird. It seems that this page
http://ibreastfed.com/2008/06/test-post1/
doesn't load (or with errors) the cforms stylesheet as opposed to your contact page which includes the cforms CSS just fine…
|
|
|
|
|
Admin
| Oliver Munich, Germany posts 6237 8:08 pm July 4, 2008
| |
|
|
just saw this:
<form action="http://ibreastfed.com/wp-comments-post.php" method="post" id="commentform">
the above needs to be removed…as well as the closing </form>
I believe you added those manually to your comments.php file
|
|
|
|
|
Guest
| Mary 4:56 am July 5, 2008
| |
|
|
Thanks. Don't know how I failed to RTFM properly the first 10 or so times but had tried putting your php code between the form tags in my template rather than getting rid of the form tags. It worked as soon as I got rid of them. Duh me! Thanks very much for your help!!
cforms is totally great, by the way :)
|
|
|
Admin
| Oliver Munich, Germany posts 6237 2:23 pm July 5, 2008
| |
|
|
|