Fuerteventura Forum

General Chit Chat & Queries - no commercial links => General Chat - old => Topic started by: admin on July 25, 2013, 19:10:54 PM

Title: At last ! Long Urls reduced
Post by: admin on July 25, 2013, 19:10:54 PM
I think I've finally cracked the problem of long Urls breaking up the layout.

eg - this URL posted by spike was very wide - it seems ok now.
http://boardreader.com/fp/Expat_Forum_For_Expats_For_Mov_371930/Greece_Expat_Forum_for_Expats_Living_in_840868.html (http://boardreader.com/fp/Expat_Forum_For_Expats_For_Mov_371930/Greece_Expat_Forum_for_Expats_Living_in_840868.html)

That should save me the time that I used to spend tidying links like that.  :)
Title: Re: At last ! Long Urls reduced
Post by: emmi on July 25, 2013, 19:39:04 PM
Do you know about this?

http://tiny.cc/ (http://tiny.cc/)

You just copy and paste your long url into the space, click, and it turns into a tiny url.
Very useful.
Title: Re: At last ! Long Urls reduced
Post by: Spike On Q on July 25, 2013, 20:01:39 PM
My URL is very wide - I told you not to tell anyone - you naughty boy!!
Title: Re: At last ! Long Urls reduced
Post by: admin on July 25, 2013, 21:35:38 PM
QuoteDo you know about this?

http://tiny.cc/ (http://tiny.cc/)
Yes I did thanks - and I think there was a mod that can do that for the forum. The problem is that if tiny.cc go out of business then all the urls will no longer work.

I did it without using a mod. I used css so there is no extra code involved.

QuoteI told you not to tell anyone - you naughty boy!!
Sorry Spike but I thought you were proud of it  :)
Title: Re: At last ! Long Urls reduced
Post by: Brightspark on July 26, 2013, 07:56:42 AM
border-bottom: 1px solid #A8B6CF;
display: inline-block;
max-width: 24em;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
white-space: pre;

Very clever  ;)
Title: Re: At last ! Long Urls reduced
Post by: isleswing on July 26, 2013, 11:31:38 AM
Now you're just showing off to us Luddites !!