Activity Stream
48,167 MEMBERS
6944 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 8 of 8
  1.     
    #1
    Member
    Website's:
    SourceParadise.com MobileMaster.org

    Default Help with CSS/HTML

    How to fix this thing ?


    You can see the text is broken out of margin, I guess its something related to CSS, but can anyone tell me what exactly it is ?

    Link to the page:
    http://sectut.com/267/how-to-change-...e-and-quality/
    nEw_boY Reviewed by nEw_boY on . Help with CSS/HTML How to fix this thing ? http://screensnapr.com/e/luriwl.png You can see the text is broken out of margin, I guess its something related to CSS, but can anyone tell me what exactly it is ? Link to the page: http://sectut.com/267/how-to-change-thumbnail-size-and-quality/ Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Developer
    first why are you using pre tag everywhere in post?
    u need to modify pre in your css, and that is most messed up CSS file I ever seen.
    Bots Development | Web Development | Wordpress Customization | PSD Conversion

    Life has many twists and turns in it, you have to take what you are given and use it for the best.

  4.     
    #3
    Member
    Website's:
    SourceParadise.com MobileMaster.org
    It isnt my custom thing. Some shitty paid skin - nulled but I liked the layout.

    Here is the CSS:
    http://pastebin.com/Jq9neMXw

    Should I switch to another theme ? Is there any way to fix this by the way ?

  5.     
    #4
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    This is indeed a fucked up css.. I tried to fix it too, but seriously, I don't know how (tried widths, paddings etc)

  6.     
    #5
    Respected Developer
    why are you giving that many pre tags in your post?

    and to fix that change this

    Code: 
    pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
    to
    Code: 
    pre, code { font-family: arial; margin: 0px; padding:0; width: 250px; }
    // change above setting as u like... actually u will just change font name and it should fix....
    Bots Development | Web Development | Wordpress Customization | PSD Conversion

    Life has many twists and turns in it, you have to take what you are given and use it for the best.

  7.     
    #6
    Member
    Website's:
    SourceParadise.com MobileMaster.org
    Well, I`m used to post articles from text editor most of times, not HTML editor so pre tags arent being assigned by me.

    About that fix, it isnt working.
    http://sectut.com/247/make-a-autorun-file-for-ur-cd/

    Yesterday I there was a plugin update that fucked up my permissions so images folder was blocked for outsiders, took me a while to actually identify it.
    Can this be fixed ?

  8.     
    #7
    Respected Member
    Take the width: 250px; out. Doesn't work on css pre. You can add a width in the pre html but only for characters not px or cm .

    Add this instead:
    Code: 
    white-space: -moz-pre-wrap;/* Mozilla, supported since 1999 */
    white-space: -pre-wrap;/* Opera */
    white-space: -o-pre-wrap;/* Opera */
    white-space: pre-wrap;/* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word;/* IE 5.5+ */
    


  9.     
    #8
    Member
    Website's:
    PornShareProject.org MidnightDesires.org
    Or you can simply replace <pre> </pre> tags with <p> </p>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. html and css help
    By tractor3231 in forum Web Development Area
    Replies: 7
    Last Post: 5th Sep 2011, 08:42 AM
  2. PSD to HTML
    By ddlshack in forum Graphics Area
    Replies: 1
    Last Post: 26th May 2011, 11:07 AM
  3. PSD to PHP/HTML?
    By .:Jamie:. in forum Web Development Area
    Replies: 8
    Last Post: 1st Mar 2011, 08:17 AM
  4. Replies: 8
    Last Post: 21st Jul 2010, 06:13 PM
  5. HTML help
    By n4pst3r in forum Server Management
    Replies: 5
    Last Post: 30th Mar 2010, 09:38 AM

Tags for this Thread

BE SOCIAL