|
#1
|
|||
|
|||
|
Mysterious <p> tag
On my website http://www.movement4.com, I have a mystery <p> tag showing up before my <IMAGE_NOTES> and I can't locate it. I want to delete it because it's throwing off my alignment. It's not in my template... I have checked 10 times. Where should I look? Any help appreciated!
-spoon |
|
#2
|
|||
|
|||
|
this tag is added by the markdown-functionality which is integrated into the admin area to format the text which is entered as image-note
try to edit the css: now you have to add one more statement: nav > p { text-align: left | right | justify | center; } choose one of the alignments this will define that <p> in the first level after <span> will be aligned in the way you whish it |
|
#3
|
|||
|
|||
|
Thanks for the help!
I've added the CSS you recommended and it worked (sort of). It's funny, because in IE it looks just fine, but in Firefox and Safari it's throwing the <IMAGE_NOTES> down a line break. |
|
#4
|
|||
|
|||
|
i've removed the <p></p> tag around <image_notes> by going into the markdown.php file in the admin area and just put "#"s in front of all the lines associated with "Wrap <p> tags." about 2/3 of the way down. i don't use markup, so hopefully this won't cause my any trouble. if it does, i'll post it here.
|
| Post Reply |
| Thread Tools | |
|
|