Hey, i recently took a HTML course in high school, and i like it a lot and im starting to create my own websites on my own time, but ive ran into a pretty important (well i think its important) part of my website is the layout like how do i get images where i want them links where i want them?

ive been searching the internet been trying a lot of sites like
www.tizag.com/htmlT/htmllayout.php
www.w3schools.com/html/html_layout.asp
they helped me for some things but now how to customize my own layout
i cannot find a good website to help me create and custumize my own layout

i dont have dreamweaver or any of thoes exspensive programs, i have paint.net for editing and notepad and programmers pad idk if thats the best choice but i cant pull out hundreds of dollars for dreamweaver and all that

if someone could help me with this, it would be very appreciated :)

Recommended Answers

All 4 Replies

You can use floats, margins, and padding (along with vertical-align).

Also, post some code and people will give you pointers/hints.

alright i never learnt that yet but ill look into it some more thanks!

As far as text-editors, you can download 'notepad++', it's free and quite awesome...

HTML is only the structure of a web page. CSS is used to style the structure. A layout, is simply HTML elements being styled by CSS.

Some places to check out:

HTML Dog - For HTML and CSS

Google Code University - For HTML, CSS, and some JavaScript

Mozilla's Doc Center - For HTML, CSS, and JavaScript

Any questions? Feel free to post here in the forums.

Regards
Arkinder

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.