Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 06-18-2005, 08:00   #1 (permalink)
Els
Civilians

 
Default Re: Need Help Fixing Layout Issue

RobertTG wrote:

> I need help with Style.
> In screen shot below I need the 2 corners circled in red aligned.
> http://img160.echo.cx/img160/3312/screen9ad.png
>
> XHTML template code is below, please fix for me.
> Thanks !


[snip one mile and a half of code]

You're not actually serious, are you?
a) provide a real URL, not a screenshot with a lot of code
b) cut all the stuff that doesnt matter, so people can focus on the
problem, without having to eliminate all the rest of the stuff first

Oh, and c) we're not here to fix your problems, we're here because we
like to be here, and we may enjoy helping you with your problems, but
the real work is to be done by you, not us :-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 06-18-2005, 08:00   #2 (permalink)
Els
Civilians

 
Default Re: Need Help Fixing Layout Issue

RobertTG wrote:

> oh man...
> I made it so: ALL you have to do is:
> 1) Paste the code into an HTML editor and view it. ALL references are either
> inline or valid - NO relative references.


If it's that easy, why didn't you do that?
Just upload the example somewhere where we can see it.

> 2) Look at the screenshot to know what "my problem" is.


Screenshots are static and not showing more than one browser issue.

> I been on the Net for quite sometime and I think I have gotten
> BREVITY/SIMPLICITY into an art form.


Design an award for it.

A very general solution to your problem: add *{border:1px solid red;}
to your styles, and see where all the elements are really lined up.
Usually that gives clues about why something doesn't line up where you
expect it. Looking at your screenshot I'd say it's a margin or a
padding somewhere ;-) Is the div exactly as wide as the image?

(No, I'm not gonna past your code into my text editor, save it, write
the URL into different browsers and then fiddle with the code)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-18-2005, 08:00   #3 (permalink)
RobertTG
Civilians

 
Default Re: Need Help Fixing Layout Issue

Here is the URL
http://acuratsx.blogspot.com/


I kind of made it better based on suggestions from William
Look just like what I want in FFox but not too good in IE.
I think somewhere the code is not "kosher"


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-18-2005, 08:00   #4 (permalink)
Blinky the Shark
Civilians

 
Default Re: Need Help Fixing Layout Issue

RobertTG wrote:
> Here is the URL http://acuratsx.blogspot.com/



> I kind of made it better based on suggestions from William Look just
> like what I want in FFox but not too good in IE. I think somewhere
> the code is not "kosher"


Validation shows 13 errors; seems like a good place to start your fix.

http://validator.w3.org

--
Blinky
International Thank Your Developers Week - June 20-27, 2005
Say thanks to your favorite Open Source team one way or another.
http://blinkynet.net/comp/tydevs.html Yes, Eight Days A Week.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-18-2005, 08:00   #5 (permalink)
Richard
Civilians

 
Default Re: Need Help Fixing Layout Issue

"RobertTG" <rtg@mailinator.com> wrote in message
news:d90mld$4l$1@reader1.panix.com...
> oh man...
> I made it so: ALL you have to do is:
> 1) Paste the code into an HTML editor and view it. ALL references are

either
> inline or valid - NO relative references.


Ahem.

Where are the images? In particular, where is the image of the cowgirl? Not
in your HTML I see. So, even if Els were to copy/paste your HTML she *still*
will not be able to see the image.

Duh.


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-18-2005, 08:00   #6 (permalink)
Els
Civilians

 
Default Re: Need Help Fixing Layout Issue

Richard wrote:

> "RobertTG" <rtg@mailinator.com> wrote in message
> news:d90mld$4l$1@reader1.panix.com...
>> oh man...
>> I made it so: ALL you have to do is:
>> 1) Paste the code into an HTML editor and view it. ALL references are

> either
>> inline or valid - NO relative references.

>
> Ahem.
>
> Where are the images? In particular, where is the image of the cowgirl? Not
> in your HTML I see. So, even if Els were to copy/paste your HTML she *still*
> will not be able to see the image.
>
> Duh.


Richard, that image is in there, to be precise, in this bit of code:

<div style="margin: 0px 0px 0px 0px; padding: 0px;">
<img src="<div style="margin: 0px 0px 0px 0px; padding: 0px;">
<img src="http://photos6.flickr.com/12204176_1f3a7f966c.jpg" alt="" />
</div>" alt="" />
</div>

Sorry ;-)


--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-18-2005, 08:00   #7 (permalink)
Els
Civilians

 
Default Re: Need Help Fixing Layout Issue

Els wrote:

> Richard wrote:
>
>> "RobertTG" <rtg@mailinator.com> wrote in message
>> news:d90mld$4l$1@reader1.panix.com...
>>> oh man...
>>> I made it so: ALL you have to do is:
>>> 1) Paste the code into an HTML editor and view it. ALL references are

>> either
>>> inline or valid - NO relative references.

>>
>> Ahem.
>>
>> Where are the images? In particular, where is the image of the cowgirl? Not
>> in your HTML I see. So, even if Els were to copy/paste your HTML she *still*
>> will not be able to see the image.
>>
>> Duh.

>
> Richard, that image is in there, to be precise, in this bit of code:
>
> <div style="margin: 0px 0px 0px 0px; padding: 0px;">
> <img src="<div style="margin: 0px 0px 0px 0px; padding: 0px;">
> <img src="http://photos6.flickr.com/12204176_1f3a7f966c.jpg" alt="" />
> </div>" alt="" />
> </div>
>
> Sorry ;-)


And something went wrong with my copy paste there :S
In the original post it read:

<div id="main-content">
<div style="margin: 0px 0px 0px 0px; padding: 0px;">
<img src="http://photos6.flickr.com/12204176_1f3a7f966c.jpg" alt="" />
</div>

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Used a table layout, prefer a layout using CSS Jerry Web Design 1 06-23-2005 00:00
Re: Need Help Fixing Layout Issue RobertTG Web Design 0 06-18-2005 08:00
Fixing the background Charles van Doornewaard Web Design 2 03-05-2005 00:00
Can I add own lay-outs to Content Layout in Slide Layout pane? =?Utf-8?B?Z2l6ZWxh?= Microsoft Applications 1 12-16-2004 10:00
fixing puter drewsnana Microsoft Applications 2 06-15-2004 14:51


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 12:32.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.93117 seconds with 19 queries