Home › Forums › CSS › [Solved] Help on some basic link/span issues. › Reply To: Help on some basic link/span issues.
October 22, 2013 at 9:21 am
#153704
Member
Unfortunately, you have started off with using absolute positioning, inline CSS and used some elements that really aren’t suited for the purpose.
I’d recommend getting to grips with some basic layout options (http://learnlayout.com/)
Fully externalising your CSS into a proper CSS stylesheet and looking into some basic element selections.