Site Issues (noob)

Soldato
Joined
14 Apr 2003
Posts
5,716
Location
Leicester
Hi all,

Just started on a site for someone off here, but now when trying to add news items on it, if any more than one gets added it breaks the layout, is there anyway to get the image to streach rather than just break the layout (along with the rest of the site/images?) I haven't done HTML in a long while, so you will have to bear with me :p

Here is the site so far:

http://metalmayhem.org/dev/cmc/

Thanks in advance
 
Thats some layout using tables :cool:

CSS and using divs is ten times better, probably would cut your code down by half.
 
Have you experience using CSS?

If so it shouldnt be that hard.

If you have not used CSS before I could do a quick a diagram for you to show how you could do it with divs??
 
You could do something like this:

http://img220.imageshack.us/img220/5062/temptu9.jpg

Round 7 divs and should not take too much tweaking. For the logo could set image as a background to header, aligned top left, and for the 2 news divs, float them both left.

Navigation Float right.

Also can use the container to center the whole web page :)
 
Last edited:
You could do something like this:

http://img220.imageshack.us/img220/5062/temptu9.jpg

Round 7 divs and should not take too much tweaking. For the logo could set image as a background to header, aligned top left, and for the 2 news divs, float them both left.

Navigation Float right.

Also can use the container to center the whole web page :)

How do I set where I want things to be? Something which has always confused me:(
 
For your layout you can simply use Float and it can all go into place nicely as its a simple layout.

Then use a bit of margin and padding to make it neater

take a look at the css and html might explain things a bit better lol

Take a look

http://www.stash.io/OCUK/mySite.html
 
Last edited:
Back
Top Bottom