Hi all im hoping someone can help me with what i think is a simple fix.
Im no web dev but getting into it slowly.. anyway im adding some bits on my dads website to help him out.
And im having a issue were text is not re sizing when i shrink my broswer window, but the images i put in are.
The reason the images are is because i wrapped the whole thing inc text into a div and its class="wrapper_2"
in css i have....
.wrapper_2 {
margin-right:auto;
width:1250px;
}
which as i say works fine for the images but not the text.
Here is the web page im trying to achieve this.....
http://www.lampspares.co.uk/wiring-a-lamp-base-for-the-first-time/
Please go gentle on the coding i know its not pretty but it kinda works for now lol as i say im learning.
thanks in advance.
Im no web dev but getting into it slowly.. anyway im adding some bits on my dads website to help him out.
And im having a issue were text is not re sizing when i shrink my broswer window, but the images i put in are.
The reason the images are is because i wrapped the whole thing inc text into a div and its class="wrapper_2"
in css i have....
.wrapper_2 {
margin-right:auto;
width:1250px;
}
which as i say works fine for the images but not the text.
Here is the web page im trying to achieve this.....
http://www.lampspares.co.uk/wiring-a-lamp-base-for-the-first-time/
Please go gentle on the coding i know its not pretty but it kinda works for now lol as i say im learning.
thanks in advance.