Here is my registration page:
![[Image: untitled.jpg]](https://camo.mybb.com/9139bc05bbec22f47525f902c93096dfaf8af4cd/687474703a2f2f7777772e646f64616a2e72732f662f31362f766c2f68576c327454532f756e7469746c65642e6a7067)
I would like to where I pointed with red to there be line that I pointed with black circle. Can anyone help me with that?
Here is my code
http://pastebin.com/XfVAKecX
It is the probably the inline styling from brad's template. Look for the <style> tags and remove the border attribute.
(2012-08-24, 01:50 PM)Leefish Wrote: [ -> ]It is the probably the inline styling from brad's template. Look for the <style> tags and remove the border attribute.
I don't want only to remove that lines. I want to put there this lines:
![[Image: line.jpg]](https://camo.mybb.com/648c78df1bffe52998e5ebae95b0e9d23e27147e/687474703a2f2f7777772e646f64616a2e72732f662f336c2f61522f33727361547664642f6c696e652e6a7067)
(sighs)
fixed. You have the fieldset incorrectly defined in your global css: the left and right borders were setting back to default.
I fixed this by dropping in an <style> tag at the top of your member register template and got rid of the legend on your registration question.