|
Re: Team Force Web Page
I tried it and made it work. Although I couldn't exactly download the images, I don't see anything in this that would screw it up.
Right before you have all your 'weblogs' you have: <div align="left">. I changed it to: <div align="justify" style="padding: 5px;"> to make it look nicer, IMO.
Obviously, the other way to do this is something like:
Code:
.content_base {
padding: px;
}
<div align="justify" class="content_base">
__________________
I'm a professional web developer. I'm good with PHP, Perl, Java/JSP, some RoR, XML, Javascript (AJAX as well), (x)HTML, CSS, etc.. Validated code is good; fully cross-browser code is better (you comply to your users and the software they use, not the other way around. Sorry!)
|