This is a discussion on "Converting Tables to CSS Div" within the Web Page Design section. This forum, and the thread "Converting Tables to CSS Div are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Converting Tables to CSS Div
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Converting Tables to CSS Div
Hello
I have some pages using tables with 2 columns and several rows. On the left part of the row there is a photo and on the right part a text. How can I convert the table to CSS, that maybe be better for search engine crawling or if there is no difference I will leave it as it is? Regards Tolis |
|
|
|
|||
|
Re: Converting Tables to CSS Div
let it be
|
|
||||
|
Re: Converting Tables to CSS Div
Do you have a URL we can look at so we can see what you mean?
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
Re: Converting Tables to CSS Div
|
|
|||
|
Re: Converting Tables to CSS Div
should have a <br style="clear:left;" /> after the "text text text." some browsers act funny without it.
personaly I would have done
Mine probaly is a little more bloated but *shrugs* |
|
|||
|
Re: Converting Tables to CSS Div
Dear Phoenix
It looks very simple. Just please tell me how I can make the text to go to the wright side of the image and not to the following line? Regards to all Tolis |
|
|||
|
Re: Converting Tables to CSS Div
I think I found the solution
<div class="nicerow"> <img src="image.jpg" width="164" height="123" align="left" /> <p>Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.</p> <br style="clear: left;" /> </div> <br> BUT is there a way to convert existing table without having to do it again? |
|
|||
|
Re: Converting Tables to CSS Div
Actualy the way to make it go left would have been the same as the post that was above mine. as I mentioned but I guess I wasn't very clear on.
As for your second question, no not realy. |
![]() |
| Tags |
| converting, tables, css, div |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Converting this to css..... | jahphill | Web Page Design | 3 | Jun 9th, 2008 11:19 |
| Converting UTF-8 characters to ISO | darkling235 | JavaScript Forum | 2 | Mar 23rd, 2008 22:40 |
| converting an swf into an fla | danny322 | Flash & Multimedia Forum | 5 | Feb 2nd, 2008 08:32 |
| converting to css | sliz | Web Page Design | 5 | Aug 28th, 2007 14:30 |
| Converting JPEG to gif/bmp | lalmm | PHP Forum | 2 | May 7th, 2007 17:45 |