![]() |
|
| Domain Name Sales | Domain Software | Calculate UK Domain Drop Dates | Domain Registration | NameDrive | Domain Parking | Subscribe to our Domains For Sale newsletter |
| | ||||||
| Home | Register | Rules | Membership Upgrade | Domains For Sale | Domain Name Escrow | Mark Forums Read | Domain Classified | Chat Room |
| Website Design Discuss web design |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
![]() | Basic html help
Can anyone advise on a basic html issue i'm having on a wordpress site? I have some text with an image underneath and then some more text under the image. However I'm getting the text I want under the image appearing to the right of it. If I then view visually in wordpress and press return until the text is below the image I then get lots of break space tags appear in the html which is not good. I hope that makes sense if not could send link and html to a kind person. I've forgotten more html than i've learnt. all these wysiwyg tools are good in some ways but bad in others! Here 's more of a visual lorum ipsum photo lorum ipsum is how i want it but below is how it's displaying lorum ipsum photo lorum ipsum and if i amend visually the html then shows lorum ipsum photo       lorum ipsum. |
| |
| | #2 (permalink) |
![]() |
A quick & dirty, you could pop in a <br/> after the image. Better to do it with CSS, but often the quick & dirty does the trick.
__________________ Alex Monaghan - Drop Catch & Drop Lists - PM for details Online Accounting|Pine Furniture|Barbie |
| |
| | #4 (permalink) | |
![]() | Quote:
In the HTML view, after the image, place the following: Code: <div style="clear:both;"></div> Chris | |
| |
| | #5 (permalink) |
![]() |
You are editing html entities into a wysiwyg environment, you would need to put them into the code area not the visual area.
__________________ Browse: |
| |
| | #6 (permalink) |
![]() |
I'm guessing there are some CSS rules overriding your desired layout. Try <br style="clear:left" /> If you have chrome, you can right click on an element and "inspect" it, this will let you see the CSS formatting that is applied and lots of other useful debug goodies. Other browsers have similar tools.
__________________ Alex Monaghan - Drop Catch & Drop Lists - PM for details Online Accounting|Pine Furniture|Barbie |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Domain Name Community | Replies | Last Post |
| Suggestions of where to buy a quality html template | seanh | Website Design | 1 | 03-03-2009 06:20:27 PM |
| looking for a very basic CMS Script | mattonline | Content Management Systems | 10 | 15-03-2008 11:20:54 AM |
| Looking for Simple WYSIWYG HTML Editor | nnh | Website Design | 5 | 17-09-2007 12:31:14 PM |
| Free Software HTML Editor | admin | Website Design | 1 | 22-01-2006 02:22:37 PM |
| html redirect | admin | Website Design | 0 | 03-04-2005 08:22:51 PM |