Copy link to clipboard
Copied
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 ![]()
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Thanks heaps for the help Ben! Do you mind if I come back at you if I have anymore issues?
Copy link to clipboard
Copied
Please do.
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now