hello i have an image on my site and want its width to be half of the screen no matter what the size of the screen is also can i reduce the space between my lines with h4 tag i hope you understand
You can use a percentage for the width attribute such as <img src="whatever" width="50%"> For space between lines with <h4> tag, all I know is to use the style rule h4{line-height:0} Also I think you could set a negative margin-bottom such as h4{margin-bottom:-8px}