krazitrain
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Image and Text – vspace hspaceI also tried this in stylesheet..
p img {
padding: 0;
max-width: 100%;
}img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}img.alignright {
margin: 0 0 2px 7px;
display: inline;
}img.alignleft {
margin: 0 7px 2px 0;
display: inline;
}.alignright {
float: right;
}.alignleft {
float: left;
}and class=”alignleft” in my post
it still isnt working.
Forum: Themes and Templates
In reply to: Image and Text – vspace hspaceI’m having trouble wrapping image around text NOT USING hspace or vspace. if these won’t work in the new XML, I want to change now…
I usually place,
‘style=”float: left” hspace=”20″‘, next to the img code when I post.So i added to my stylesheet the following…
‘img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.right { float: right; }
.left { float: left; }’then put ‘class=”left”‘ by my image code.. according to http://codex.wordpress.org/Wrapping_Text_Around_Images
this should work. It doesn’t.What am I missing?
Forum: Themes and Templates
In reply to: Need Help putting linkable logo into wordpress headerWoohoo! Thank you!
Forum: Fixing WordPress
In reply to: How do I Make my images biugger when posting?What good is the function button…original size.. when it doesn’t work?
Forum: Fixing WordPress
In reply to: How do I Make my images biugger when posting?I thought I figured it out by increasing height and width, but all it did was distort the image.
Forum: Fixing WordPress
In reply to: How do I Make my images biugger when posting?i figured it out.. just change height and width
Forum: Fixing WordPress
In reply to: How do I Make my images biugger when posting?here is an example.
Forum: Installing WordPress
In reply to: trouble installing wordpress on dreamhostI just tried it with a 2nd domain.. same thing.
Gonna delete them and try it manually.
Forum: Installing WordPress
In reply to: trouble installing wordpress on dreamhostThe email from them gives me a link to http://my-website.com/wp-admin/install.php
My website is showing still parked.
I’ll ask in their forum. This makes no sense.