Skip to main content
teeeeer
Participant
January 15, 2017
Answered

Deleting blank spaces and reducing negative space

  • January 15, 2017
  • 2 replies
  • 838 views

I'm pretty new to the web design scene and I just had a few small questions.

I was wondering how to reduce this unused space and bring things closer together

Also one last thing.

how can I bring this text up beside the image

Thanks heaps for any help you provide

This topic has been closed for replies.
Correct answer BenPleysier

For starters, you are using tables for your layout. This will not help you with proper flexible layouts.

Secondly, it is hard for us to help you without seeing the code; images do not help.

If you want to know how to properly create a website, have a look at https://forums.adobe.com/message/9260597?et=watches.email.thread#9260597

2 replies

Nancy OShea
Community Expert
Community Expert
January 15, 2017

I 2nd Ben's remarks about not using tables for layouts.  It's no longer necessary with CSS layouts.

All browsers add default margins and padding to every HTML element.  And the amount varies in each browser.  If you want to reduce white space or establish a baseline, you can zero out margins & padding in your CSS code or use a CSS Resetter such as Normalize.css

Normalize.css: Make browsers render all elements more consistently.

Nancy

Nancy O'Shea— Product User & Community Expert
BenPleysier
Community Expert
BenPleysierCommunity ExpertCorrect answer
Community Expert
January 15, 2017

For starters, you are using tables for your layout. This will not help you with proper flexible layouts.

Secondly, it is hard for us to help you without seeing the code; images do not help.

If you want to know how to properly create a website, have a look at https://forums.adobe.com/message/9260597?et=watches.email.thread#9260597

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
teeeeer
teeeeerAuthor
Participant
January 15, 2017

Thanks heaps for the help Ben! Do you mind if I come back at you if I have anymore issues?

BenPleysier
Community Expert
Community Expert
January 15, 2017

Please do.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!