I am pretty new to wordpress. I tried to link an image to the blog post and found that it has no options for wrapping text around. On exploring further I found a plug-in which helps in uploading, and creating img code to be placed in post, but again the text wrap (and image float) around image is no where. Wordpress support says one has to do it with using style...ummmm why can't it be a standard feature (like the one in blogger). Is there any plug-in which takes care of complete image handling? Any suggestions are welcome. (note: Last 30 mins I have been searching wordpress support forums, but couldn't find anything which will resolve this with plug-in) TIA
Could be, but I tend to just do one of these two to have center, no text wrap just use <center></center> to have text wrap use <div style='float: left; margin-right: 10px;'><img></div> Code (markup): or <div style='float: right; margin-left: 10px;'><img></div> Code (markup): I should get into my stylesheet and create two classes to handle that but it works, I'm happy.
Hurrah!!! I was just about to ask about the Text Alignment and Font sixe and all the stuff,but thanks SEBasic you gamme the WYSIWYG Editor,me too is very new to wrodpress and aint got any idea how to deal with formatting!!! So now how to install this editor??
I'm pretty sure it's just like any other plugin. There are some good install instructions with that script.
Let me see if i can handle it,or else i would be asking you to help me out! BTW,i havent installed any plug-in previously!
Seems easy!!!Thanks though ,currently uploading the files to the desired directories and will certainly let you know in case there is some problem! DP Zindabad
Well am done with the WYSIWYG editor but i cant see any Font size increase option,i heard u need to edit some files!!! the question is where to edit them and where are these files located,do i have to go to the wordpress root folder installed on my server and edit a particular file or is there anyother way out!
Personally I wouldn't know about that, because I make sure that all my elements are stuyled the way I want. You should be able to use <Hx> tags to create headings...