|
Body Backgrounds
I need some help understanding body backgrounds. If I get the background to the right dimensions, then the file is too big to save to an image hosting site.
If I keep the background smaller, then it repeats itself. Any experts input would be great. Thanks! ---------------
if you were registered with AF forum before May, 2006 and would like your posts be re-assigned to your new member account, please contact us with your old and new usernames.
the trick is to come up with a small graphic that repeats in such way that you cannot see where the 'tiles' are connected.
An example would be a 1x2 px image. (1 width, 2 height) make one pixel black and the other one white. When you will use this background you will get black and white horizontal stripes which will look nice and continueous ... or take a look at teh background on this site.... it is not that big and repeats, however it is hard to see the where the borders are. Alex, Abstract Fonts
You can also add these to your body{} css...[/b:eaf37da9c8]
background-repeat:repeat[/color:eaf37da9c8] (Default, not really needed) background-repeat:no-repeat[/color:eaf37da9c8] (Shows up only once) background-repeat:repeat-x[/color:eaf37da9c8] (Repeats across the page) background-repeat:repeat-y[/color:eaf37da9c8] (Repeats down the page) background-position:top right[/color:eaf37da9c8] background-position:center right[/color:eaf37da9c8] background-position:bottom center[/color:eaf37da9c8] Positioning your background using pixles or percentages (from top-left of page):[/b:eaf37da9c8] background-position:200 250[/color:eaf37da9c8] background-position:30% 60%[/color:eaf37da9c8] ---------------
if you were registered with AF forum before May, 2006 and would like your posts be re-assigned to your new member account, please contact us with your old and new usernames.
Thanks for the info. That is very useful!
While we're here, why is it so hard to find a way to tab in HTML? I've tried using spaces but then I read that's not cool; that you're supposed to use style sheets, but the code for that was so long and I'm not sure I could make sense out of it. Any ideas...? ---------------
if you were registered with AF forum before May, 2006 and would like your posts be re-assigned to your new member account, please contact us with your old and new usernames.
You're very welcome. :)
Indenting is very simple with CSS. If you want all of your paragraphs to have an indent, then use: p {text-indent: 2em;}[/code:1:66abeaaa7d]If you only want some[/i:66abeaaa7d] of your paragraphs to be indented, you can create a class for it, like so...---------------
if you were registered with AF forum before May, 2006 and would like your posts be re-assigned to your new member account, please contact us with your old and new usernames. |
Register and/or login to access this feature.
|
|