bamassippi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problems with Picturesheyrsmith
Is that the only code you have in place?
Can you post your full image script here?
Forum: Themes and Templates
In reply to: Problems with PicturesOk, here’s the image script from my site. I would like all images to move right with wrap-aroudn text. Can you help?
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}/* Using ‘class=”alignright”‘ on an image will (who would’ve
thought?!) align the image to the right. And using ‘class=”centered’,
will of course center the image. This is much better than using
align=”center”, being much more futureproof (and valid) */img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}.alignright {
float: right;
}.alignleft {
float: left
}
/* End Images */Forum: Themes and Templates
In reply to: Problems with PicturesNo, check my other blog juiceenewsdaily.com (there’s no pictures on there)
Can you help moshu?
Forum: Themes and Templates
In reply to: Problems with PicturesErr, it’s not working.
Anybody wanna volunteer to help a brother out my changing my script?
Forum: Themes and Templates
In reply to: Problems with Picturesthnx
Forum: Fixing WordPress
In reply to: Oh, crap. Problems with Internet ExplorerSo, how do I fix it once tells me what’s missing in this case?
Forum: Fixing WordPress
In reply to: Oh, crap. Problems with Internet ExplorerHow do you validate the site?
Forum: Fixing WordPress
In reply to: Problems with permalinksWhat is “usual”…. I’m a “new guy”
Forum: Fixing WordPress
In reply to: Problems with permalinksI tried to change to a usual style: author, category, year, month, day, title
Forum: Fixing WordPress
In reply to: Making my picture go rightGOT IT!
ThanksForum: Fixing WordPress
In reply to: Making my picture go rightIs that in the Stylesheet Beel?
Forum: Fixing WordPress
In reply to: Making my picture go rightAny suggestions as to what I should do next?
Forum: Fixing WordPress
In reply to: Making my picture go rightWell, when I view JUST the article in its permalink… it works.
However, when I am looking at the article on the homepage, it is still to the left.
Forum: Fixing WordPress
In reply to: Making my picture go rightOk,so… I got it on this page:
https://landonhowell.com/?page_id=3But I can’t get it on my posts:
Forum: Fixing WordPress
In reply to: Making my picture go rightOk, so… what do I change the following script too… I don;t want to add or take away anything that I have to have:
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}/* Using ‘class=”alignright”‘ on an image will (who would’ve
thought?!) align the image to the right. And using ‘class=”centered’,
will of course center the image. This is much better than using
align=”center”, being much more futureproof (and valid) */img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}.alignright {
float: right;
}.alignleft {
float: left
}
/* End Images */