Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)
  • Thread Starter _rg_

    (@arriba)

    yea! is the same, the same error with the default theme. ??
    BUTTTTT!!!! ?fk

    this is the peace of code suposed to be wrong:
    [code]
    <p><span class="postbody"><img alt="sandy1.jpg" id="image5" src="Escuela%20Freudiana%20de%20Montevideo_archivos/sandy1.jpg">bla <a href="https://192.168.1.11/_trabajos/wordpress/escuelafreudiana/?p=3#more-3">Read More?</a>
    </span></p>

    [/code]

    so, i′m not seeing nothing wrong with this. Any body see something?
    :::?????

    Thread Starter _rg_

    (@arriba)

    thks again, sorry for your time. But the_content, i think, it don′t use at all nothing from the theme, isn′t that way? I mean the code generated by the_content it′s not configurated inside any file of any theme, so i don′t think it could be the problem. But i′m gonna try it…!!
    I coludn′t show you a link because i′m running it in a virtual host.. ??

    Thread Starter _rg_

    (@arriba)

    thks handy but yes, is the only one error that validator indicates. ops!!

    Thread Starter _rg_

    (@arriba)

    ok, i could find how to do it… if anybody needs it:

    in the “admin-functions.php” i add this line:
    @ imagerectangle ( $thumbnail, $xstart, $ystart, $xend, $yend, $lineColor);

    after this one:
    @ imagecopyresampled($thumbnail, $image, 0, 0, 0, 0, $image_new_width, $image_new_height, $image_attr[0], $image_attr[1]);

    ref:
    $xstart and $ystart are the [left,top] point of the image.
    $xend and $yend are the [right, bottom] point of the image.
    $lineColor guess what??!! yes the line color.

Viewing 4 replies - 31 through 34 (of 34 total)