Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Help on some basic link/span issues. Reply To: Help on some basic link/span issues.

#153704
Paulie_D
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.