I first made a webpage for a friend some years ago, and after short readings, I decided to go for it by PS+slicing, because it was the easiest way to do for me back then.
That went quite ok, but when I was asked to update it this year, I was experiencing some troubles.
after overcoming most of them, there is one last issue regarding the table layout being destroyed
by different browsers. e.g. in firefox 38.0.1 the dotted line on this specific subpage is shifted
(http://rossboth.at/katharina/neu/reportage09a.html) - this is not the case when using Chrome.
This seems to be caused by the insert of a hyperlink at the image/table field above:
When I looked for possible solutions, I stumbled upon many threads, recommending a rebuild
using other types of design - and it seemed, that i missed one (or more) trains since my initial first design.
However:
Could anybody provide a simple suggestion/solution for this issue - or do you agree in recommending making a rebuild?
And if so, do you have any good advices of how to catch up on modern webdesign (my āknowledgeā ends with html - so even css is new for meā¦) and how would you start with a new one?
Agreed with @RyanReese to start from scratch as I can see lots if issues with it,
but for a quick fix, add a height of 20px (style=āheight: 20px;ā) to the tr tag that contains the the image link (Bilder/reportage/reportage09a_12.gif )
Oh and for a free course why not use this sites courses on Learnable :
There is no reason to still have a site that uses tables for layout. Rebuild it. It wonāt be that hard. One of the main challenges of CSS sites was box model issues. Usage for such browsers is essentially negligible these days.
BTW, I think your table issue is caused by the fact that you didnāt close your ANCHOR tag.
I believe this comes from a time when mobile was not a consideration. Definitely time for a complete re-code, I think we can all agree on that.
Iāve not been doing this as long as some of you guys, but I canāt imagine designing a website without css.
<!DOCTYPE html>
<html>
That would be a good start IMO. Thatās not trying to be funny, html5 is what you need to bring it up to date. And a RWD without any tables, unless you have tables as content of course.
That makes no sense. It is a mobile browser running on a mobile that always displays table borders - that is a consideration for mobiles since it means less space can be left between cells while ensuring that the tabular data is still readable - plus it only applies when the page is viewed on a mobile device running a mobile browser that does that.
[quote=āSamA74, post:7, topic:193381ā]
I believe this comes from a time when mobile was not a consideration.
[/quote]refers to the OPās site, which was built at a time when mobile was not a consideration.