mypilatessite Posted February 3, 2023 Posted February 3, 2023 Hello, i am building a simple one page website - i am using div tags to make jumps from the menu to sections in the website. It works fine except the div tags cause issues with the text on the section headers. It forces the text out of alignment - Can anyone help me resolve this issue or suggest a another option to make the menu jump to section in my one pager? Any help much appreciated .... Romina
tuanphan Posted February 8, 2023 Posted February 8, 2023 Hi, Maybe you missing closing tag Which div tag did you use? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
mypilatessite Posted February 8, 2023 Author Posted February 8, 2023 Hello, thanks for you reply, ive attached a screen grab of the simple code -
creedon Posted February 8, 2023 Posted February 8, 2023 You have a syntax error. The code should be. <div id="quienes-somos"> </div> I suggest also not using spaces in your id attribute values. Using spaces can cause issues. Let us know how it goes. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
mypilatessite Posted February 9, 2023 Author Posted February 9, 2023 12 hours ago, creedon said: You have a syntax error. The code should be. <div id="quienes-somos"> </div> I suggest also not using spaces in your id attribute values. Using spaces can cause issues. Let us know how it goes. Thanks i will try ! creedon and tuanphan 1 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment