html

Redbull{wings}

Active Member
I'm making a homepage for myself using html and I was wondering if anyone knew the elements for formatting background pictures setting the width/height to 100% instead of the default(I don't want it repeating across screen)

Also I'm looking for how to increase height beyond whats in a table; like I have 3 columns at 25% 50% and 25% but they only go down as far as they are filled in and I want them to extend through the entire page
 
Last edited:
I'm making a homepage for myself using html and I was wondering if anyone knew the elements for formatting background pictures setting the width/height to 100% instead of the default(I don't want it repeating across screen)

just edit the picture, it's easier...
 
If you want to edit the size of a background image (height and width), you will need to do that manually using your basic Microsoft Paint or Photoshop-esque program. If you want to edit the size of your background image using HTML you'll need to use Cascading Style Sheets (CSS) as well.

A good place to quickly learn the basics of HTML and CSS is W3 Schools. Just click the links on the left to get started.
 
Back
Top