Simple one again but my web knowledge is below simple i' afraid!
If i put a div in my project content what do i then need to put in my custom HTML to adjust its position?
For example, this is in my contact page project content:
I assume i need to start the code in my html with
to target the correct div and i will need to adjust the right etc values, i just need to know how exactly to format the code.
If i put a div in my project content what do i then need to put in my custom HTML to adjust its position?
For example, this is in my contact page project content:
<div id="twitter_button"><a href="https://twitter.com/floriographic" target="_blank"><img src="http://payload25.cargocollective.com/1/2/90213/2803008/twitter_o.png" /></div>
I assume i need to start the code in my html with
<div id="twitter_button">
to target the correct div and i will need to adjust the right etc values, i just need to know how exactly to format the code.